Searched refs:linbits (Results 1 – 4 of 4) sorted by relevance
52 unsigned short linbits; member
958 unsigned int linbits, startbits, big_values, reqhits; in III_huffdecode() local966 linbits = entry->linbits; in III_huffdecode()996 linbits = entry->linbits; in III_huffdecode()1034 if (linbits) { in III_huffdecode()1045 if (cachesz < linbits + 2) { in III_huffdecode()1051 value += MASK(bitcache, cachesz, linbits); in III_huffdecode()1052 cachesz -= linbits; in III_huffdecode()1080 if (cachesz < linbits + 1) { in III_huffdecode()1086 value += MASK(bitcache, cachesz, linbits); in III_huffdecode()1087 cachesz -= linbits; in III_huffdecode()
473 int linbits = h->xlen; in HuffmanCode() local498 xbits = linbits; in HuffmanCode()506 ext <<= linbits; in HuffmanCode()508 xbits += linbits; in HuffmanCode()
104 int linbits = ht[t1].xlen * 65536 + ht[t2].xlen; in count_bit_ESC() local114 sum += linbits; in count_bit_ESC()122 sum += linbits; in count_bit_ESC()