Home | History | Annotate | Download | only in encoder

Lines Matching refs:rfc

1685     int rfc = mode_context[ref_frame];
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);