Searched refs:huffbits (Results 1 - 12 of 12) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavcodec/
H A Dwma.h61 const uint8_t *huffbits; ///< VLC bit size member in struct:CoefVLCTable
H A Dmimic.c81 static const uint8_t huffbits[] = { variable
113 if(init_vlc(&ctx->vlc, 11, FF_ARRAY_ELEMS(huffbits),
114 huffbits, 1, 1, huffcodes, 4, 4, 0)) {
H A Dwmaenc.c284 put_bits(&s->pb, s->coef_vlcs[tindex]->huffbits[code], s->coef_vlcs[tindex]->huffcodes[code]);
304 put_bits(&s->pb, s->coef_vlcs[tindex]->huffbits[1], s->coef_vlcs[tindex]->huffcodes[1]);
H A Dwma.c36 const uint8_t *table_bits = vlc_table->huffbits;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavcodec/
H A Dwma.h61 const uint8_t *huffbits; ///< VLC bit size member in struct:CoefVLCTable
H A Dmimic.c81 static const uint8_t huffbits[] = { variable
113 if(init_vlc(&ctx->vlc, 11, FF_ARRAY_ELEMS(huffbits),
114 huffbits, 1, 1, huffcodes, 4, 4, 0)) {
H A Dwmaenc.c284 put_bits(&s->pb, s->coef_vlcs[tindex]->huffbits[code], s->coef_vlcs[tindex]->huffcodes[code]);
304 put_bits(&s->pb, s->coef_vlcs[tindex]->huffbits[1], s->coef_vlcs[tindex]->huffcodes[1]);
H A Dwma.c36 const uint8_t *table_bits = vlc_table->huffbits;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavcodec/
H A Dwma.h61 const uint8_t *huffbits; ///< VLC bit size member in struct:CoefVLCTable
H A Dmimic.c81 static const uint8_t huffbits[] = { variable
113 if(init_vlc(&ctx->vlc, 11, FF_ARRAY_ELEMS(huffbits),
114 huffbits, 1, 1, huffcodes, 4, 4, 0)) {
H A Dwmaenc.c284 put_bits(&s->pb, s->coef_vlcs[tindex]->huffbits[code], s->coef_vlcs[tindex]->huffcodes[code]);
304 put_bits(&s->pb, s->coef_vlcs[tindex]->huffbits[1], s->coef_vlcs[tindex]->huffcodes[1]);
H A Dwma.c36 const uint8_t *table_bits = vlc_table->huffbits;

Completed in 424 milliseconds