Home
last modified time | relevance | path

Searched refs:vp8_cost_mv_ref (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/
Drdopt.h119 int vp8_cost_mv_ref(MB_PREDICTION_MODE m, const int near_mv_ref_ct[4]);
Drdopt.c797 int vp8_cost_mv_ref(MB_PREDICTION_MODE m, const int near_mv_ref_ct[4]) { in vp8_cost_mv_ref() function
987 rate += vp8_cost_mv_ref(SPLITMV, bsi->mdcounts); in rd_check_segment()
1631 rd->rate2 += vp8_cost_mv_ref(this_mode, mdcounts); in evaluate_inter_mode_rd()
2293 x->ref_frame_cost[this_ref_frame] + vp8_cost_mv_ref(ZEROMV, mdcounts); in vp8_rd_pick_inter_mode()
Dpickinter.c1091 rate2 += vp8_cost_mv_ref(this_mode, mdcounts); in vp8_pick_inter_mode()
1249 x->ref_frame_cost[this_ref_frame] + vp8_cost_mv_ref(ZEROMV, mdcounts); in vp8_pick_inter_mode()