Home | History | Annotate | Download | only in lodepng

Lines Matching full:fdict

2075   unsigned CM, CINFO, FDICT;
2088 FDICT = (in[1] >> 5) & 1;
2096 if(FDICT != 0)
2148 unsigned FDICT = 0;
2149 unsigned CMFFLG = 256 * CMF + FDICT * 32 + FLEVEL * 64;
5951 case 26: return "FDICT encountered in zlib header while it's not used for PNG";