Home
last modified time | relevance | path

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

/external/curl/tests/
Dmemanalyze.pl58 sub newtotal { subroutine
130 newtotal($totalmem);
156 newtotal($totalmem);
181 newtotal($totalmem);
202 newtotal($totalmem);
224 newtotal($totalmem);
243 newtotal($totalmem);
/external/libvpx/libvpx/vp8/encoder/
Dbitstream.c844 int new_intra, new_last, new_garf, oldtotal, newtotal; in vp8_estimate_entropy_savings() local
861 newtotal = rfct[INTRA_FRAME] * ref_frame_cost[INTRA_FRAME] + in vp8_estimate_entropy_savings()
875 savings += (oldtotal - newtotal) / 256; in vp8_estimate_entropy_savings()
/external/chromium-trace/catapult/telemetry/third_party/png/
Dpng.py257 newtotal = itotal + atotal
267 out[i:newtotal:newpsize] = ipixels[i:itotal:ipsize]
269 out[i+ipsize:newtotal:newpsize] = apixels[i:atotal:apsize]