Searched refs:linbits (Results 1 – 6 of 6) sorted by relevance
/third_party/lame/mpglib/ |
D | huffman.h | 33 const unsigned int linbits; member
|
D | layer3.c | 841 part2remain -= h->linbits + 1; in III_dequantize_sample() 842 x += getbits(mp, (int) h->linbits); in III_dequantize_sample() 866 part2remain -= h->linbits + 1; in III_dequantize_sample() 867 y += getbits(mp, (int) h->linbits); in III_dequantize_sample() 1024 part2remain -= h->linbits + 1; in III_dequantize_sample() 1025 x += getbits(mp, (int) h->linbits); in III_dequantize_sample() 1049 part2remain -= h->linbits + 1; in III_dequantize_sample() 1050 y += getbits(mp, (int) h->linbits); in III_dequantize_sample()
|
/third_party/lame/libmp3lame/ |
D | bitstream.c | 565 unsigned int const linbits = h->xlen; in Huffmancode() local 595 xbits = linbits; in Huffmancode() 602 ext <<= linbits; in Huffmancode() 604 xbits += linbits; in Huffmancode()
|
D | takehiro.c | 453 unsigned int const linbits = ht[t1].xlen * 65536u + ht[t2].xlen; in count_bit_ESC() local 462 sum += linbits; in count_bit_ESC() 466 sum += linbits; in count_bit_ESC()
|
/third_party/ffmpeg/libavcodec/ |
D | mpegaudiodec_template.c | 763 int j, k, l, linbits; in huffman_decode() local 770 linbits = ff_mpa_huff_data[k][1]; in huffman_decode() 809 x += get_bitsz(&s->gb, linbits); in huffman_decode() 818 y += get_bitsz(&s->gb, linbits); in huffman_decode() 831 x += get_bitsz(&s->gb, linbits); in huffman_decode()
|
/third_party/lame/libmp3lame/i386/ |
D | choose_table.nas | 249 pmaddwd mm7, [PIC_EBP_REL(linbits32+eax*8)] ; linbits
|