Lines Matching defs:motion_fx
1179 int motion_fx, int motion_fy,
1202 dxy = ((motion_fy & 3) << 2) | (motion_fx & 3);
1203 src_x = motion_fx >> 2;
1216 dxy = ((motion_fy & 1) << 1) | (motion_fx & 1);
1217 src_x = motion_fx >> 1;
1231 fbmin = (mv_penalty_f[motion_fx-pred_fx] + mv_penalty_f[motion_fy-pred_fy])*c->mb_penalty_factor
1253 int motion_fx= s->b_bidir_forw_mv_table[xy][0]= s->b_forw_mv_table[xy][0];
1266 int hashidx= HASH(motion_fx,motion_fy, motion_bx, motion_by);
1271 fbmin= check_bidir_mv(s, motion_fx, motion_fy,
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);\
1326 motion_fx+=fx;\
1348 int fx= motion_fx+vect[i][0];
1365 motion_fx=fx;
1382 s->b_bidir_forw_mv_table[xy][0]= motion_fx;