Home
last modified time | relevance | path

Searched refs:coef_vlcs (Results 1 - 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dwmaenc.c328 if (abs_level <= s->coef_vlcs[tindex]->max_level) in encode_block()
329 if (run < s->coef_vlcs[tindex]->levels[abs_level - 1]) in encode_block()
332 av_assert2(code < s->coef_vlcs[tindex]->n); in encode_block()
333 put_bits(&s->pb, s->coef_vlcs[tindex]->huffbits[code], in encode_block()
334 s->coef_vlcs[tindex]->huffcodes[code]); in encode_block()
350 put_bits(&s->pb, s->coef_vlcs[tindex]->huffbits[1], in encode_block()
351 s->coef_vlcs[tindex]->huffcodes[1]); in encode_block()
H A Dwma.c341 s->coef_vlcs[0] = &coef_vlcs[coef_vlc_table * 2]; in ff_wma_init()
342 s->coef_vlcs[1] = &coef_vlcs[coef_vlc_table * 2 + 1]; in ff_wma_init()
344 &s->int_table[0], s->coef_vlcs[0]); in ff_wma_init()
349 &s->int_table[1], s->coef_vlcs[1]); in ff_wma_init()
H A Dwma.h98 const CoefVLCTable *coef_vlcs[2]; member
H A Dwmadata.h1371 static const CoefVLCTable coef_vlcs[6] = { variable

Completed in 5 milliseconds