Searched refs:new_intra (Results 1 – 1 of 1) sorted by relevance
1139 int new_intra, new_last, gf_last, oldtotal, newtotal; in vp8_estimate_entropy_savings() local1146 if (!(new_intra = rf_intra * 255 / (rf_intra + rf_inter))) in vp8_estimate_entropy_savings()1147 new_intra = 1; in vp8_estimate_entropy_savings()1155 ref_frame_cost[INTRA_FRAME] = vp8_cost_zero(new_intra); in vp8_estimate_entropy_savings()1156 ref_frame_cost[LAST_FRAME] = vp8_cost_one(new_intra) in vp8_estimate_entropy_savings()1158 ref_frame_cost[GOLDEN_FRAME] = vp8_cost_one(new_intra) in vp8_estimate_entropy_savings()1161 ref_frame_cost[ALTREF_FRAME] = vp8_cost_one(new_intra) in vp8_estimate_entropy_savings()