Searched refs:cost_mv_ref (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_rdopt.c1024 static int cost_mv_ref(const VP9_COMP *cpi, PREDICTION_MODE mode, function
1088 return cost_mv_ref(cpi, mode, mbmi->mode_context[mbmi->ref_frame[0]]) +
1241 int c1 = cost_mv_ref(cpi, NEARMV, rfc);
1242 int c2 = cost_mv_ref(cpi, NEARESTMV, rfc);
1243 int c3 = cost_mv_ref(cpi, ZEROMV, rfc);
2249 *rate2 += cost_mv_ref(cpi, this_mode, mbmi->mode_context[refs[0]]);
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_rdopt.c1452 static int cost_mv_ref(const VP9_COMP *cpi, MB_PREDICTION_MODE mode, function
1531 return cost_mv_ref(cpi, mode, mbmi->mode_context[mbmi->ref_frame[0]]) +
1686 int c1 = cost_mv_ref(cpi, NEARMV, rfc);
1687 int c2 = cost_mv_ref(cpi, NEARESTMV, rfc);
1688 int c3 = cost_mv_ref(cpi, ZEROMV, rfc);
2786 *rate2 += cost_mv_ref(cpi, this_mode, mbmi->mode_context[refs[0]]);

Completed in 242 milliseconds