Searched refs:code_d (Results 1 – 1 of 1) sorted by relevance
1116 unsigned code_d, distance; in inflateHuffmanBlock() local1129 code_d = huffmanDecodeSymbol(in, bp, &tree_d, inbitlength); in inflateHuffmanBlock()1130 if(code_d > 29) in inflateHuffmanBlock()1141 distance = DISTANCEBASE[code_d]; in inflateHuffmanBlock()1144 numextrabits_d = DISTANCEEXTRA[code_d]; in inflateHuffmanBlock()