Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Dbitstream.c803 int new_intra, new_last, new_garf, oldtotal, newtotal; in vp8_estimate_entropy_savings() local
813 new_garf = (rfct[GOLDEN_FRAME] + rfct[ALTREF_FRAME]) in vp8_estimate_entropy_savings()
818 vp8_calc_ref_frame_costs(ref_frame_cost, new_intra, new_last, new_garf); in vp8_estimate_entropy_savings()