Searched refs:FDICT (Results 1 – 3 of 3) sorted by relevance
231 (if FLG.FDICT set)272 bit 5 FDICT (preset dictionary)287 FDICT (Preset dictionary)288 If FDICT is set, a DICT dictionary identifier is present350 preset dictionary feature, the compressor must not set the FDICT360 give an error indication if FDICT is set and DICTID is not the367 stream in which the FDICT flag is set.
555 unsigned long CM = in[0] & 15, CINFO = (in[0] >> 4) & 15, FDICT = (in[1] >> 5) & 1; in decompress() local559 if(FDICT != 0) { return 26; } in decompress()
2075 unsigned CM, CINFO, FDICT; in lodepng_zlib_decompress() local2088 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() local2149 unsigned CMFFLG = 256 * CMF + FDICT * 32 + FLEVEL * 64; in lodepng_zlib_compress()