Home
last modified time | relevance | path

Searched refs:vp9_mv_bit_cost (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_mcomp.h53 int vp9_mv_bit_cost(const MV *mv, const MV *ref, const int *mvjcost,
Dvp9_pickmode.c222 *rate_mv = vp9_mv_bit_cost(&mvp_full, &ref_mv, x->nmvjointcost, x->mvcost, in combined_motion_search()
252 *rate_mv = vp9_mv_bit_cost(&tmp_mv->as_mv, &ref_mv, x->nmvjointcost, in combined_motion_search()
1593 *rate_mv = vp9_mv_bit_cost(&frame_mv[NEWMV][ref_frame].as_mv, in search_new_mv()
2888 b_rate += vp9_mv_bit_cost( in vp9_pick_inter_mode_sub8x8()
Dvp9_rdopt.c1587 thismvcost += vp9_mv_bit_cost(&this_mv[0].as_mv, &best_ref_mv[0]->as_mv, in set_and_cost_bmi_mvs()
1591 thismvcost += vp9_mv_bit_cost(&this_mv[1].as_mv, &best_ref_mv[1]->as_mv, in set_and_cost_bmi_mvs()
1991 *rate_mv += vp9_mv_bit_cost(&frame_mv[refs[ref]].as_mv, in joint_motion_search()
2649 *rate_mv = vp9_mv_bit_cost(&tmp_mv->as_mv, &ref_mv, x->nmvjointcost, in single_motion_search()
2814 rate_mv = vp9_mv_bit_cost(&frame_mv[refs[0]].as_mv, in handle_inter_mode()
2817 rate_mv += vp9_mv_bit_cost(&frame_mv[refs[1]].as_mv, in handle_inter_mode()
Dvp9_mcomp.c88 int vp9_mv_bit_cost(const MV *mv, const MV *ref, const int *mvjcost, in vp9_mv_bit_cost() function