Searched refs:ref_single_p1 (Results 1 – 2 of 2) sorted by relevance
1174 vpx_prob ref_single_p1 = vp9_get_pred_prob_single_ref_p1(cm, xd); in init_ref_frame_cost() local1181 ref_frame_cost[LAST_FRAME] += vp9_cost_bit(ref_single_p1, 0); in init_ref_frame_cost()1182 ref_frame_cost[GOLDEN_FRAME] += vp9_cost_bit(ref_single_p1, 1); in init_ref_frame_cost()1183 ref_frame_cost[ALTREF_FRAME] += vp9_cost_bit(ref_single_p1, 1); in init_ref_frame_cost()
2225 vpx_prob ref_single_p1 = vp9_get_pred_prob_single_ref_p1(cm, xd); in estimate_ref_frame_costs() local2234 ref_costs_single[LAST_FRAME] += vp9_cost_bit(ref_single_p1, 0); in estimate_ref_frame_costs()2235 ref_costs_single[GOLDEN_FRAME] += vp9_cost_bit(ref_single_p1, 1); in estimate_ref_frame_costs()2236 ref_costs_single[ALTREF_FRAME] += vp9_cost_bit(ref_single_p1, 1); in estimate_ref_frame_costs()