Lines Matching refs:center_mv
1022 int use_mvcost, const MV *center_mv, MV *best_mv, in vp9_pattern_search() argument
1036 const MV fcenter_mv = { center_mv->row >> 3, center_mv->col >> 3 }; in vp9_pattern_search()
1192 int use_mvcost, const MV *center_mv, MV *best_mv, in vp9_pattern_search_sad() argument
1206 const MV fcenter_mv = { center_mv->row >> 3, center_mv->col >> 3 }; in vp9_pattern_search_sad()
1467 const MV *center_mv, const vp9_variance_fn_ptr_t *vfp, in vp9_get_mvpred_var() argument
1478 err += (use_mvcost ? mv_err_cost(&mv, center_mv, x->nmvjointcost, x->mvcost, in vp9_get_mvpred_var()
1486 (use_mvcost ? mv_err_cost(&mv, center_mv, x->nmvjointcost, x->mvcost, in vp9_get_mvpred_var()
1493 const MV *center_mv, const uint8_t *second_pred, in vp9_get_mvpred_av_var() argument
1503 (use_mvcost ? mv_err_cost(&mv, center_mv, x->nmvjointcost, x->mvcost, in vp9_get_mvpred_av_var()
1511 const MV *center_mv, MV *best_mv) { in hex_search() argument
1541 use_mvcost, center_mv, best_mv, hex_num_candidates, hex_candidates); in hex_search()
1547 const MV *center_mv, MV *best_mv) { in bigdia_search() argument
1582 use_mvcost, center_mv, best_mv, bigdia_num_candidates, bigdia_candidates); in bigdia_search()
1588 const MV *center_mv, MV *best_mv) { in square_search() argument
1623 use_mvcost, center_mv, best_mv, square_num_candidates, square_candidates); in square_search()
1630 int use_mvcost, const MV *center_mv, MV *best_mv) { in fast_hex_search() argument
1633 center_mv, best_mv); in fast_hex_search()
1639 const MV *center_mv, MV *best_mv) { in fast_dia_search() argument
1642 center_mv, best_mv); in fast_dia_search()
1652 const MV *center_mv) { in exhuastive_mesh_search() argument
1656 MV fcenter_mv = { center_mv->row, center_mv->col }; in exhuastive_mesh_search()
1916 const MV *center_mv) { in vp9_diamond_search_sad_c() argument
1943 const MV fcenter_mv = { center_mv->row >> 3, center_mv->col >> 3 }; in vp9_diamond_search_sad_c()
2544 const MV *center_mv) { in vp9_refining_search_sad() argument
2549 const MV fcenter_mv = { center_mv->row >> 3, center_mv->col >> 3 }; in vp9_refining_search_sad()
2619 const MV *center_mv, const uint8_t *second_pred) { in vp9_refining_search_8p_c() argument
2625 const MV fcenter_mv = { center_mv->row >> 3, center_mv->col >> 3 }; in vp9_refining_search_8p_c()