Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dwma.c341 ret = init_coef_vlc(&s->coef_vlc[0], &s->run_table[0], &s->level_table[0], in ff_wma_init()
346 return init_coef_vlc(&s->coef_vlc[1], &s->run_table[1], &s->level_table[1], in ff_wma_init()
377 ff_free_vlc(&s->coef_vlc[i]); in ff_wma_end()
Dwma.h94 VLC coef_vlc[2]; member
Dwmaprodec.c135 static VLC coef_vlc[2]; ///< coefficient run length vlc codes variable
471 INIT_VLC_STATIC(&coef_vlc[0], VLCBITS, HUFF_COEF0_SIZE, in decode_init()
475 INIT_VLC_STATIC(&coef_vlc[1], VLCBITS, HUFF_COEF1_SIZE, in decode_init()
925 vlc = &coef_vlc[vlctable]; in decode_coeffs()
Dwmadec.c599 ret = ff_wma_run_level_decode(s->avctx, &s->gb, &s->coef_vlc[tindex], in wma_decode_block()