Home | History | Annotate | Download | only in lodepng

Lines Matching refs:inflateHuffmanBlock

1086 static unsigned inflateHuffmanBlock(ucvector* out, const unsigned char* in, size_t* bp,
1239 else error = inflateHuffmanBlock(out, in, &bp, &pos, insize, BTYPE); /*compression, BTYPE 01 or 10*/