Home | History | Annotate | Download | only in lodepng

Lines Matching refs:btype

281   unsigned btype; /*the block type for LZ (0, 1, 2 or 3, see zlib standard). Should be 2 for proper compression.*/
1170 *) btype: the block type for LZ77. 0 = uncompressed, 1 = fixed huffman tree,
1658 *) 26 feb 2007: Huffman compression with dynamic trees (BTYPE 2) now implemented