Home
last modified time | relevance | path

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

/external/zlib/src/doc/
Drfc1950.txt231 (if FLG.FDICT set)
272 bit 5 FDICT (preset dictionary)
287 FDICT (Preset dictionary)
288 If FDICT is set, a DICT dictionary identifier is present
350 preset dictionary feature, the compressor must not set the FDICT
360 give an error indication if FDICT is set and DICTID is not the
367 stream in which the FDICT flag is set.
/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
559 if(FDICT != 0) { return 26; } in decompress()
Dlodepng.cpp2075 unsigned CM, CINFO, FDICT; in lodepng_zlib_decompress() local
2088 FDICT = (in[1] >> 5) & 1; in lodepng_zlib_decompress()
2096 if(FDICT != 0) in lodepng_zlib_decompress()
2148 unsigned FDICT = 0; in lodepng_zlib_compress() local
2149 unsigned CMFFLG = 256 * CMF + FDICT * 32 + FLEVEL * 64; in lodepng_zlib_compress()