Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Dbitstream.c844 int new_intra, new_last, new_garf, oldtotal, newtotal; in vp8_estimate_entropy_savings() local
870 oldtotal = rfct[INTRA_FRAME] * ref_frame_cost[INTRA_FRAME] + in vp8_estimate_entropy_savings()
875 savings += (oldtotal - newtotal) / 256; in vp8_estimate_entropy_savings()