Searched refs:huffbits (Results 1 – 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | mimic.c | 84 static const uint8_t huffbits[] = { variable 123 INIT_VLC_STATIC_FROM_LENGTHS(&block_vlc, MIMIC_VLC_BITS, FF_ARRAY_ELEMS(huffbits), in mimic_init_static() 124 huffbits, 1, huffsyms, 1, 1, 0, 0, 4368); in mimic_init_static()
|
D | wma.h | 64 const uint8_t *huffbits; ///< VLC bit size member
|
D | wmaenc.c | 325 put_bits(&s->pb, s->coef_vlcs[tindex]->huffbits[code], in encode_block() 342 put_bits(&s->pb, s->coef_vlcs[tindex]->huffbits[1], in encode_block()
|
D | wma.c | 39 const uint8_t *table_bits = vlc_table->huffbits; in init_coef_vlc()
|