Lines Matching defs:motion_by
1180 int motion_bx, int motion_by,
1209 dxy = ((motion_by & 3) << 2) | (motion_bx & 3);
1211 src_y = motion_by >> 2;
1223 dxy = ((motion_by & 1) << 1) | (motion_bx & 1);
1225 src_y = motion_by >> 1;
1232 +(mv_penalty_b[motion_bx-pred_bx] + mv_penalty_b[motion_by-pred_by])*c->mb_penalty_factor
1256 int motion_by= s->b_bidir_back_mv_table[xy][1]= s->b_back_mv_table[xy][1];
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);\
1329 motion_by+=by;\
1351 int by= motion_by+vect[i][3];
1368 motion_by=by;
1385 s->b_bidir_back_mv_table[xy][1]= motion_by;