Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dmimic.c84 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()
Dwma.h64 const uint8_t *huffbits; ///< VLC bit size member
Dwmaenc.c325 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()
Dwma.c39 const uint8_t *table_bits = vlc_table->huffbits; in init_coef_vlc()