Lines Matching defs:motion_fy
1179 int motion_fx, int motion_fy,
1202 dxy = ((motion_fy & 3) << 2) | (motion_fx & 3);
1204 src_y = motion_fy >> 2;
1216 dxy = ((motion_fy & 1) << 1) | (motion_fx & 1);
1218 src_y = motion_fy >> 1;
1231 fbmin = (mv_penalty_f[motion_fx-pred_fx] + mv_penalty_f[motion_fy-pred_fy])*c->mb_penalty_factor
1254 int motion_fy= s->b_bidir_forw_mv_table[xy][1]= s->b_forw_mv_table[xy][1];
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);\
1327 motion_fy+=fy;\
1349 int fy= motion_fy+vect[i][1];
1366 motion_fy=fy;
1383 s->b_bidir_forw_mv_table[xy][1]= motion_fy;