Searched refs:crf2 (Results 1 – 1 of 1) sorted by relevance
226 const MV_REFERENCE_FRAME crf2 = above_has_second ? above1 : left1; in vp9_get_pred_context_single_ref_p1() local229 pred_context = 3 + (crf1 == LAST_FRAME || crf2 == LAST_FRAME); in vp9_get_pred_context_single_ref_p1()231 pred_context = (crf1 == LAST_FRAME || crf2 == LAST_FRAME); in vp9_get_pred_context_single_ref_p1()302 const MV_REFERENCE_FRAME crf2 = above_has_second ? above1 : left1; in vp9_get_pred_context_single_ref_p2() local305 pred_context = 3 + (crf1 == GOLDEN_FRAME || crf2 == GOLDEN_FRAME); in vp9_get_pred_context_single_ref_p2()307 pred_context = crf1 == GOLDEN_FRAME || crf2 == GOLDEN_FRAME; in vp9_get_pred_context_single_ref_p2()309 pred_context = 1 + 2 * (crf1 == GOLDEN_FRAME || crf2 == GOLDEN_FRAME); in vp9_get_pred_context_single_ref_p2()