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.h45 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()
1532 *rate_mv = vp9_mv_bit_cost(&frame_mv[NEWMV][ref_frame].as_mv, in search_new_mv()
2758 b_rate += vp9_mv_bit_cost( in vp9_pick_inter_mode_sub8x8()
Dvp9_rdopt.c1446 thismvcost += vp9_mv_bit_cost(&this_mv[0].as_mv, &best_ref_mv[0]->as_mv, in set_and_cost_bmi_mvs()
1450 thismvcost += vp9_mv_bit_cost(&this_mv[1].as_mv, &best_ref_mv[1]->as_mv, in set_and_cost_bmi_mvs()
1848 *rate_mv += vp9_mv_bit_cost(&frame_mv[refs[ref]].as_mv, in joint_motion_search()
2547 *rate_mv = vp9_mv_bit_cost(&tmp_mv->as_mv, &ref_mv, x->nmvjointcost, in single_motion_search()
2676 rate_mv = vp9_mv_bit_cost(&frame_mv[refs[0]].as_mv, in handle_inter_mode()
2679 rate_mv += vp9_mv_bit_cost(&frame_mv[refs[1]].as_mv, in handle_inter_mode()
Dvp9_mcomp.c93 int vp9_mv_bit_cost(const MV *mv, const MV *ref, const int *mvjcost, in vp9_mv_bit_cost() function