Searched refs:ref_single_p1 (Results 1 – 1 of 1) sorted by relevance
2230 vp9_prob ref_single_p1 = vp9_get_pred_prob_single_ref_p1(cm, xd); in estimate_ref_frame_costs() local2239 ref_costs_single[LAST_FRAME] += vp9_cost_bit(ref_single_p1, 0); in estimate_ref_frame_costs()2240 ref_costs_single[GOLDEN_FRAME] += vp9_cost_bit(ref_single_p1, 1); in estimate_ref_frame_costs()2241 ref_costs_single[ALTREF_FRAME] += vp9_cost_bit(ref_single_p1, 1); in estimate_ref_frame_costs()