41 int td = av_clip(poc1 - poc0, -128, 127);
45 int tb = av_clip(poc - poc0, -128, 127);
46 int tx = (16384 + (
FFABS(td) >> 1)) /
td;
47 return av_clip((tb*tx + 32) >> 6, -1024, 1023);
57 for (field = 0; field < 2; field++){
72 int j, old_ref, rfield;
73 int start= mbafi ? 16 : 0;
78 memset(map[list], 0,
sizeof(map[list]));
80 for(rfield=0; rfield<2; rfield++){
81 for(old_ref=0; old_ref<ref1->
ref_count[colfield][list]; old_ref++){
82 int poc = ref1->
ref_poc[colfield][list][old_ref];
86 else if( interl && (poc&3) == 3)
87 poc= (poc&~3) + rfield + 1;
89 for(j=start; j<
end; j++){
91 int cur_ref= mbafi ? (j-16)^field : j;
93 map[list][2 * old_ref + (rfield^field) + 16] = cur_ref;
94 if(rfield == field || !interl)
95 map[list][old_ref] = cur_ref;
110 for(list=0; list<2; list++){
136 for(list=0; list<2; list++){
139 for(field=0; field<2; field++)
148 int ref_height = 16*h->
mb_height >> ref_field_picture;
157 FFMIN(16 * mb_y >> ref_field_picture, ref_height - 1),
158 ref_field_picture && ref_field);
166 const int16_t (*l1mv0)[2], (*l1mv1)[2];
167 const int8_t *l1ref0, *l1ref1;
168 const int is_b8x8 =
IS_8X8(*mb_type);
179 #define MB_TYPE_16x16_OR_INTRA (MB_TYPE_16x16|MB_TYPE_INTRA4x4|MB_TYPE_INTRA16x16|MB_TYPE_INTRA_PCM)
183 for(list=0; list<2; list++){
192 ref[list] =
FFMIN3((
unsigned)left_ref, (
unsigned)top_ref, (
unsigned)refc);
198 int match_count= (left_ref==ref[list]) + (top_ref==ref[list]) + (refc==ref[list]);
203 assert(match_count==1);
204 if(left_ref==ref[list]){
206 }
else if(top_ref==ref[list]){
222 if(ref[0] < 0 && ref[1] < 0){
229 if(!(is_b8x8|mv[0]|mv[1])){
263 && (mb_type_col[1] & MB_TYPE_16x16_OR_INTRA)
300 l1mv0 += 2*b4_stride;
301 l1mv1 += 2*b4_stride;
308 for(i8=0; i8<4; i8++){
311 int xy8 = x8+y8*b8_stride;
312 int xy4 = 3*x8+y8*b4_stride;
322 && ( (l1ref0[xy8] == 0 &&
FFABS(l1mv0[xy4][0]) <= 1 &&
FFABS(l1mv0[xy4][1]) <= 1)
323 || (l1ref0[xy8] < 0 && l1ref1[xy8] == 0 &&
FFABS(l1mv1[xy4][0]) <= 1 &&
FFABS(l1mv1[xy4][1]) <= 1))){
337 if(!is_b8x8 && !(n&3))
345 && ( (l1ref0[0] == 0 &&
FFABS(l1mv0[0][0]) <= 1 &&
FFABS(l1mv0[0][1]) <= 1)
346 || (l1ref0[0] < 0 && l1ref1[0] == 0 &&
FFABS(l1mv1[0][0]) <= 1 &&
FFABS(l1mv1[0][1]) <= 1
361 for(i8=0; i8<4; i8++){
363 const int y8 = i8>>1;
374 assert(b8_stride==2);
377 || (l1ref0[i8] < 0 && l1ref1[i8] == 0
379 const int16_t (*l1mv)[2]= l1ref0[i8] == 0 ? l1mv0 : l1mv1;
381 const int16_t *mv_col = l1mv[x8*3 + y8*3*b4_stride];
382 if(
FFABS(mv_col[0]) <= 1 &&
FFABS(mv_col[1]) <= 1){
391 for(i4=0; i4<4; i4++){
392 const int16_t *mv_col = l1mv[x8*2 + (i4&1) + (y8*2 + (i4>>1))*b4_stride];
393 if(
FFABS(mv_col[0]) <= 1 &&
FFABS(mv_col[1]) <= 1){
407 if(!is_b8x8 && !(n&15))
417 const int16_t (*l1mv0)[2], (*l1mv1)[2];
418 const int8_t *l1ref0, *l1ref1;
419 const int is_b8x8 =
IS_8X8(*mb_type);
453 && (mb_type_col[1] & MB_TYPE_16x16_OR_INTRA)
490 l1mv0 += 2*b4_stride;
491 l1mv1 += 2*b4_stride;
505 ref_offset = (h->
ref_list[1][0].
mbaff<<4) & (mb_type_col[0]>>3);
511 for(i8=0; i8<4; i8++){
513 const int y8 = i8>>1;
515 const int16_t (*l1mv)[2]= l1mv0;
529 ref0 = l1ref0[x8 + y8*b8_stride];
531 ref0 = map_col_to_list0[0][ref0 + ref_offset];
533 ref0 = map_col_to_list0[1][l1ref1[x8 + y8*b8_stride] + ref_offset];
536 scale = dist_scale_factor[ref0];
540 const int16_t *mv_col = l1mv[x8*3 + y8*b4_stride];
541 int my_col = (mv_col[1]<<y_shift)/2;
542 int mx = (scale * mv_col[0] + 128) >> 8;
543 int my = (scale * my_col + 128) >> 8;
560 const int ref0 = l1ref0[0] >= 0 ? map_col_to_list0[0][l1ref0[0] + ref_offset]
561 : map_col_to_list0[1][l1ref1[0] + ref_offset];
562 const int scale = dist_scale_factor[ref0];
563 const int16_t *mv_col = l1ref0[0] >= 0 ? l1mv0[0] : l1mv1[0];
565 mv_l0[0] = (scale * mv_col[0] + 128) >> 8;
566 mv_l0[1] = (scale * mv_col[1] + 128) >> 8;
569 mv1=
pack16to32(mv_l0[0]-mv_col[0],mv_l0[1]-mv_col[1]);
575 for(i8=0; i8<4; i8++){
577 const int y8 = i8>>1;
579 const int16_t (*l1mv)[2]= l1mv0;
592 assert(b8_stride == 2);
595 ref0 = map_col_to_list0[0][ref0 + ref_offset];
597 ref0 = map_col_to_list0[1][l1ref1[i8] + ref_offset];
600 scale = dist_scale_factor[ref0];
604 const int16_t *mv_col = l1mv[x8*3 + y8*3*b4_stride];
605 int mx = (scale * mv_col[0] + 128) >> 8;
606 int my = (scale * mv_col[1] + 128) >> 8;
610 for(i4=0; i4<4; i4++){
611 const int16_t *mv_col = l1mv[x8*2 + (i4&1) + (y8*2 + (i4>>1))*b4_stride];
613 mv_l0[0] = (scale * mv_col[0] + 128) >> 8;
614 mv_l0[1] = (scale * mv_col[1] + 128) >> 8;
616 pack16to32(mv_l0[0]-mv_col[0],mv_l0[1]-mv_col[1]));