Searched refs:ref_comp_p (Results 1 – 1 of 1) sorted by relevance
2388 vpx_prob ref_comp_p = vp9_get_pred_prob_comp_ref_p(cm, xd); in estimate_ref_frame_costs() local2394 ref_costs_comp[LAST_FRAME] = base_cost + vp9_cost_bit(ref_comp_p, 0); in estimate_ref_frame_costs()2395 ref_costs_comp[GOLDEN_FRAME] = base_cost + vp9_cost_bit(ref_comp_p, 1); in estimate_ref_frame_costs()