Searched refs:numextrabits_l (Results 1 – 1 of 1) sorted by relevance
1284 unsigned numextrabits_l, numextrabits_d; /*extra bits for length and distance*/ in inflateHuffmanBlock() local1291 numextrabits_l = LENGTHEXTRA[code_ll - FIRST_LENGTH_CODE_INDEX]; in inflateHuffmanBlock()1292 if(numextrabits_l != 0) { in inflateHuffmanBlock()1294 length += readBits(reader, numextrabits_l); in inflateHuffmanBlock()