Lines Matching full:extra

631 /*the extra bits used by codes 257-285 (added to base length)*/
641 /*the extra bits of backwards distances (added to base)*/
1183 ensureBits25(reader, 22); /* up to 15 bits for huffman code, up to 7 extra bits below*/ in getTreeInflateDynamic()
1277 … ensureBits25(reader, 20); /* up to 15 for the huffman symbol, up to 5 for the length extra bits */ in inflateHuffmanBlock()
1284 unsigned numextrabits_l, numextrabits_d; /*extra bits for length and distance*/ in inflateHuffmanBlock()
1290 /*part 2: get extra bits and add the value of that to length*/ in inflateHuffmanBlock()
1298 ensureBits32(reader, 28); /* up to 15 for the huffman symbol, up to 13 for the extra bits */ in inflateHuffmanBlock()
1309 /*part 4: get extra bits from distance*/ in inflateHuffmanBlock()
1469 …257-285: length/distance pair (length code, followed by extra length bits, distance code, extra di… in addLengthDistance()
1718 /*compensate for the fact that longer offsets have more extra bits, a in encodeLZ77()
1997 /*extra bits of repeat codes*/ in deflateDynamic()
2809 and in addition has one extra byte per line: the filter byte. So this gives a larger
4207 …llowed to be the same memory address (but aren't the same size since in has the extra filter bytes) in unfilter()
4220 size_t inindex = (1 + linebytes) * y; /*the extra filterbyte added to each row*/ in unfilter()
4314 *) if no Adam7: 1) unfilter 2) remove padding bits (= possible extra bits per scanline if bpp < 8) in postProcessScanlines()
5452 the scanlines with 1 extra byte per scanline in filter()
5487 size_t outindex = (1 + linebytes) * y; /*the extra filterbyte added to each row*/ in filter()
5581 size_t outindex = (1 + linebytes) * y; /*the extra filterbyte added to each row*/ in filter()
5717 *) if no Adam7: 1) add padding bits (= possible extra bits per scanline if bpp < 8) 2) filter in preProcessScanlines()
5724 …*outsize = h + (h * ((w * bpp + 7u) / 8u)); /*image size plus an extra byte per scanline + possibl… in preProcessScanlines()
5750 …*outsize = filter_passstart[7]; /*image size plus an extra byte per scanline + possible padding bi… in preProcessScanlines()