Home
last modified time | relevance | path

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

/external/zlib/src/doc/
Drfc1950.txt250 bits 4 to 7 CINFO Compression info
261 CINFO (Compression info)
262 For CM = 8, CINFO is the base-2 logarithm of the LZ77 window
263 size, minus eight (CINFO=7 indicates a 32K window size). Values
264 of CINFO above 7 are not allowed in this version of the
265 specification. CINFO is not defined in this specification for
/external/zopfli/src/zopflipng/lodepng/
Dlodepng_util.cpp555 unsigned long CM = in[0] & 15, CINFO = (in[0] >> 4) & 15, FDICT = (in[1] >> 5) & 1; in decompress() local
557 if(CM != 8 || CINFO > 7) { return 25; } in decompress()
Dlodepng.cpp2075 unsigned CM, CINFO, FDICT; in lodepng_zlib_decompress() local
2086 CINFO = (in[0] >> 4) & 15; in lodepng_zlib_decompress()
2091 if(CM != 8 || CINFO > 7) in lodepng_zlib_decompress()
/external/syslinux/com32/lib/libpng/
DCHANGES1433 Optimized zlib window flag (CINFO) in contrib/pngsuite/*.png (Cosmin).
/external/libpng/
DCHANGES1603 Optimized zlib window flag (CINFO) in contrib/pngsuite/*.png (Cosmin).
5442 where CINFO is too large, to display 'correctly' if the rest of the