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.h142 int vp8_cost_mv_ref(MB_PREDICTION_MODE m, const int near_mv_ref_ct[4]);
Drdopt.c936 int vp8_cost_mv_ref(MB_PREDICTION_MODE m, const int near_mv_ref_ct[4]) in vp8_cost_mv_ref() function
1156 rate += vp8_cost_mv_ref(SPLITMV, bsi->mdcounts); in rd_check_segment()
1822 rd->rate2 += vp8_cost_mv_ref(this_mode, mdcounts); in evaluate_inter_mode_rd()
2544 vp8_cost_mv_ref(ZEROMV, mdcounts); in vp8_rd_pick_inter_mode()
Dpickinter.c1282 rate2 += vp8_cost_mv_ref(this_mode, mdcounts); in vp8_pick_inter_mode()
1457 vp8_cost_mv_ref(ZEROMV, mdcounts); in vp8_pick_inter_mode()