Lines Matching defs:best_mv
973 const MV *best_mv, int *cost_list) { in calc_int_cost_list()
1022 int use_mvcost, const MV *center_mv, MV *best_mv, in vp9_pattern_search()
1177 const MV best_mv = { br, bc }; in vp9_pattern_search() local
1192 int use_mvcost, const MV *center_mv, MV *best_mv, in vp9_pattern_search_sad()
1466 int vp9_get_mvpred_var(const MACROBLOCK *x, const MV *best_mv, in vp9_get_mvpred_var()
1492 int vp9_get_mvpred_av_var(const MACROBLOCK *x, const MV *best_mv, in vp9_get_mvpred_av_var()
1511 const MV *center_mv, MV *best_mv) { in hex_search()
1547 const MV *center_mv, MV *best_mv) { in bigdia_search()
1588 const MV *center_mv, MV *best_mv) { in square_search()
1630 int use_mvcost, const MV *center_mv, MV *best_mv) { in fast_hex_search()
1639 const MV *center_mv, MV *best_mv) { in fast_dia_search()
1649 static int exhuastive_mesh_search(const MACROBLOCK *x, MV *ref_mv, MV *best_mv, in exhuastive_mesh_search()
1913 MV *ref_mv, MV *best_mv, int search_param, in vp9_diamond_search_sad_c()
2276 MV *best_mv, double *best_mv_dist, in vp9_full_pixel_diamond_new()
2380 MV best_mv = *dst_mv; in full_pixel_diamond() local