Searched refs:motion_fx (Results 1 – 1 of 1) sorted by relevance
1179 int motion_fx, int motion_fy, in check_bidir_mv() argument1202 dxy = ((motion_fy & 3) << 2) | (motion_fx & 3); in check_bidir_mv()1203 src_x = motion_fx >> 2; in check_bidir_mv()1216 dxy = ((motion_fy & 1) << 1) | (motion_fx & 1); in check_bidir_mv()1217 src_x = motion_fx >> 1; in check_bidir_mv()1231 fbmin = (mv_penalty_f[motion_fx-pred_fx] + mv_penalty_f[motion_fy-pred_fy])*c->mb_penalty_factor in check_bidir_mv()1253 int motion_fx= s->b_bidir_forw_mv_table[xy][0]= s->b_forw_mv_table[xy][0]; in bidir_refine() local1266 int hashidx= HASH(motion_fx,motion_fy, motion_bx, motion_by); in bidir_refine()1271 fbmin= check_bidir_mv(s, motion_fx, motion_fy, in bidir_refine()1318 …&&(fx<=0 || motion_fx+fx<=xmax) && (fy<=0 || motion_fy+fy<=ymax) && (bx<=0 || motion_bx+bx<=xmax) … in bidir_refine()[all …]