Home
last modified time | relevance | path

Searched refs:new_intra (Results 1 – 1 of 1) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dbitstream.c1008 int new_intra, new_last, new_garf, oldtotal, newtotal; in vp8_estimate_entropy_savings() local
1015 if (!(new_intra = rf_intra * 255 / (rf_intra + rf_inter))) in vp8_estimate_entropy_savings()
1016 new_intra = 1; in vp8_estimate_entropy_savings()
1024 vp8_calc_ref_frame_costs(ref_frame_cost,new_intra,new_last,new_garf); in vp8_estimate_entropy_savings()