Searched refs:pred_fx (Results 1 – 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | motion_est.c | 1181 int pred_fx, int pred_fy, in check_bidir_mv() argument 1231 fbmin = (mv_penalty_f[motion_fx-pred_fx] + mv_penalty_f[motion_fy-pred_fy])*c->mb_penalty_factor in check_bidir_mv() 1249 int pred_fx= s->b_bidir_forw_mv_table[xy-1][0]; in bidir_refine() local 1273 pred_fx, pred_fy, in bidir_refine() 1322 …score= check_bidir_mv(s, motion_fx+fx, motion_fy+fy, motion_bx+bx, motion_by+by, pred_fx, pred_fy,… in bidir_refine() 1361 … score= check_bidir_mv(s, fx, fy, bx, by, pred_fx, pred_fy, pred_bx, pred_by, 0, 16); in bidir_refine()
|