Searched refs:rfc (Results 1 – 2 of 2) sorted by relevance
6 <a href="http://www.ietf.org/rfc/rfc2119.txt">RFC 2119.</a>
1685 int rfc = mode_context[ref_frame]; in check_best_zero_mv() local1686 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()