Searched refs:base_cost (Results 1 – 1 of 1) sorted by relevance
2230 unsigned int base_cost = vp9_cost_bit(intra_inter_p, 1); in estimate_ref_frame_costs() local2233 base_cost += vp9_cost_bit(comp_inter_p, 0); in estimate_ref_frame_costs()2236 ref_costs_single[ALTREF_FRAME] = base_cost; in estimate_ref_frame_costs()2249 unsigned int base_cost = vp9_cost_bit(intra_inter_p, 1); in estimate_ref_frame_costs() local2252 base_cost += vp9_cost_bit(comp_inter_p, 1); in estimate_ref_frame_costs()2254 ref_costs_comp[LAST_FRAME] = base_cost + vp9_cost_bit(ref_comp_p, 0); in estimate_ref_frame_costs()2255 ref_costs_comp[GOLDEN_FRAME] = base_cost + vp9_cost_bit(ref_comp_p, 1); in estimate_ref_frame_costs()