Searched refs:intra_inter_p (Results 1 – 1 of 1) sorted by relevance
2217 vp9_prob intra_inter_p = vp9_get_intra_inter_prob(cm, xd); in estimate_ref_frame_costs() local2227 ref_costs_single[INTRA_FRAME] = vp9_cost_bit(intra_inter_p, 0); in estimate_ref_frame_costs()2232 unsigned int base_cost = vp9_cost_bit(intra_inter_p, 1); in estimate_ref_frame_costs()2251 unsigned int base_cost = vp9_cost_bit(intra_inter_p, 1); in estimate_ref_frame_costs()