Home
last modified time | relevance | path

Searched refs:bitcache (Results 1 – 1 of 1) sorted by relevance

/plan9/sys/src/games/mp3dec/
H A Dlayer3.c933 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()
[all …]