Searched refs:base_cost (Results 1 – 1 of 1) sorted by relevance
1660 unsigned int base_cost = vp9_cost_bit(intra_inter_p, 1); in estimate_ref_frame_costs() local1663 base_cost += vp9_cost_bit(comp_inter_p, 0); in estimate_ref_frame_costs()1666 ref_costs_single[ALTREF_FRAME] = base_cost; in estimate_ref_frame_costs()1679 unsigned int base_cost = vp9_cost_bit(intra_inter_p, 1); in estimate_ref_frame_costs() local1682 base_cost += vp9_cost_bit(comp_inter_p, 1); in estimate_ref_frame_costs()1684 ref_costs_comp[LAST_FRAME] = base_cost + vp9_cost_bit(ref_comp_p, 0); in estimate_ref_frame_costs()1685 ref_costs_comp[GOLDEN_FRAME] = base_cost + vp9_cost_bit(ref_comp_p, 1); in estimate_ref_frame_costs()