Searched refs:base_cost (Results 1 – 1 of 1) sorted by relevance
2232 unsigned int base_cost = vp9_cost_bit(intra_inter_p, 1); in estimate_ref_frame_costs() local2235 base_cost += vp9_cost_bit(comp_inter_p, 0); in estimate_ref_frame_costs()2238 ref_costs_single[ALTREF_FRAME] = base_cost; in estimate_ref_frame_costs()2251 unsigned int base_cost = vp9_cost_bit(intra_inter_p, 1); in estimate_ref_frame_costs() local2254 base_cost += vp9_cost_bit(comp_inter_p, 1); in estimate_ref_frame_costs()2256 ref_costs_comp[LAST_FRAME] = base_cost + vp9_cost_bit(ref_comp_p, 0); in estimate_ref_frame_costs()2257 ref_costs_comp[GOLDEN_FRAME] = base_cost + vp9_cost_bit(ref_comp_p, 1); in estimate_ref_frame_costs()