Lines Matching defs:motion_bx
1180 int motion_bx, int motion_by,
1209 dxy = ((motion_by & 3) << 2) | (motion_bx & 3);
1210 src_x = motion_bx >> 2;
1223 dxy = ((motion_by & 1) << 1) | (motion_bx & 1);
1224 src_x = motion_bx >> 1;
1232 +(mv_penalty_b[motion_bx-pred_bx] + mv_penalty_b[motion_by-pred_by])*c->mb_penalty_factor
1255 int motion_bx= s->b_bidir_back_mv_table[xy][0]= s->b_back_mv_table[xy][0];
1266 int hashidx= HASH(motion_fx,motion_fy, motion_bx, motion_by);
1272 motion_bx, motion_by,
1318 &&(fx<=0 || motion_fx+fx<=xmax) && (fy<=0 || motion_fy+fy<=ymax) && (bx<=0 || motion_bx+bx<=xmax) && (by<=0 || motion_by+by<=ymax)\
1319 &&(fx>=0 || motion_fx+fx>=xmin) && (fy>=0 || motion_fy+fy>=ymin) && (bx>=0 || motion_bx+bx>=xmin) && (by>=0 || motion_by+by>=ymin)){\
1322 score= check_bidir_mv(s, motion_fx+fx, motion_fy+fy, motion_bx+bx, motion_by+by, pred_fx, pred_fy, pred_bx, pred_by, 0, 16);\
1328 motion_bx+=bx;\
1350 int bx= motion_bx+vect[i][2];
1367 motion_bx=bx;
1384 s->b_bidir_back_mv_table[xy][0]= motion_bx;