Searched refs:cost_mv_ref (Results 1 – 1 of 1) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_rdopt.c | 1452 static int cost_mv_ref(const VP9_COMP *cpi, MB_PREDICTION_MODE mode, in cost_mv_ref() function 1531 return cost_mv_ref(cpi, mode, mbmi->mode_context[mbmi->ref_frame[0]]) + in labels2mode() 1686 int c1 = cost_mv_ref(cpi, NEARMV, rfc); in check_best_zero_mv() 1687 int c2 = cost_mv_ref(cpi, NEARESTMV, rfc); in check_best_zero_mv() 1688 int c3 = cost_mv_ref(cpi, ZEROMV, rfc); in check_best_zero_mv() 2786 *rate2 += cost_mv_ref(cpi, this_mode, mbmi->mode_context[refs[0]]); in handle_inter_mode()
|