OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:newtotal
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/vp8/encoder/
bitstream.c
1008
int new_intra, new_last, new_garf, oldtotal,
newtotal
;
local
1026
newtotal
=
1043
savings += (oldtotal -
newtotal
) / 256;
[
all
...]
/external/chromium_org/tools/telemetry/third_party/png/
png.py
257
newtotal
= itotal + atotal
267
out[i:
newtotal
:newpsize] = ipixels[i:itotal:ipsize]
269
out[i+ipsize:
newtotal
:newpsize] = apixels[i:atotal:apsize]
[
all
...]
Completed in 190 milliseconds