Home
last modified time | relevance | path

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

/plan9/sys/src/games/mp3dec/
H A Dhuffman.h52 unsigned short linbits; member
H A Dlayer3.c958 unsigned int linbits, startbits, big_values, reqhits; in III_huffdecode() local
966 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()
/plan9/sys/src/games/mp3enc/
H A Dbitstream.c473 int linbits = h->xlen; in HuffmanCode() local
498 xbits = linbits; in HuffmanCode()
506 ext <<= linbits; in HuffmanCode()
508 xbits += linbits; in HuffmanCode()
H A Dtakehiro.c104 int linbits = ht[t1].xlen * 65536 + ht[t2].xlen; in count_bit_ESC() local
114 sum += linbits; in count_bit_ESC()
122 sum += linbits; in count_bit_ESC()