Lines Matching refs:bitcache
933 register unsigned long bitcache; in III_huffdecode() local
948 bitcache = mad_bit_read(&peek, cachesz); in III_huffdecode()
1015 bitcache = (bitcache << bits) | mad_bit_read(&peek, bits); in III_huffdecode()
1023 pair = &table[MASK(bitcache, cachesz, clumpsz)]; in III_huffdecode()
1029 pair = &table[pair->ptr.offset + MASK(bitcache, cachesz, clumpsz)]; in III_huffdecode()
1046 bitcache = (bitcache << 16) | mad_bit_read(&peek, 16); in III_huffdecode()
1051 value += MASK(bitcache, cachesz, linbits); in III_huffdecode()
1066 xrptr[0] = MASK1BIT(bitcache, cachesz--) ? in III_huffdecode()
1081 bitcache = (bitcache << 16) | mad_bit_read(&peek, 16); in III_huffdecode()
1086 value += MASK(bitcache, cachesz, linbits); in III_huffdecode()
1101 xrptr[1] = MASK1BIT(bitcache, cachesz--) ? in III_huffdecode()
1120 xrptr[0] = MASK1BIT(bitcache, cachesz--) ? in III_huffdecode()
1138 xrptr[1] = MASK1BIT(bitcache, cachesz--) ? in III_huffdecode()
1165 bitcache = (bitcache << 16) | mad_bit_read(&peek, 16); in III_huffdecode()
1170 quad = &table[MASK(bitcache, cachesz, 4)]; in III_huffdecode()
1177 MASK(bitcache, cachesz, quad->ptr.bits)]; in III_huffdecode()
1196 (MASK1BIT(bitcache, cachesz--) ? -requantized : requantized) : 0; in III_huffdecode()
1201 (MASK1BIT(bitcache, cachesz--) ? -requantized : requantized) : 0; in III_huffdecode()
1219 (MASK1BIT(bitcache, cachesz--) ? -requantized : requantized) : 0; in III_huffdecode()
1224 (MASK1BIT(bitcache, cachesz--) ? -requantized : requantized) : 0; in III_huffdecode()