Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dwma.c343 ret = init_coef_vlc(&s->coef_vlc[0], &s->run_table[0], &s->level_table[0], in ff_wma_init()
348 return init_coef_vlc(&s->coef_vlc[1], &s->run_table[1], &s->level_table[1], in ff_wma_init()
379 ff_free_vlc(&s->coef_vlc[i]); in ff_wma_end()
Dwma.h94 VLC coef_vlc[2]; member
Dwmaprodec.c138 static VLC coef_vlc[2]; ///< coefficient run length vlc codes variable
326 INIT_VLC_STATIC(&coef_vlc[0], VLCBITS, HUFF_COEF0_SIZE, in decode_init_static()
329 INIT_VLC_STATIC(&coef_vlc[1], VLCBITS, HUFF_COEF1_SIZE, in decode_init_static()
939 vlc = &coef_vlc[vlctable]; in decode_coeffs()
Dwmadec.c616 ret = ff_wma_run_level_decode(s->avctx, &s->gb, &s->coef_vlc[tindex], in wma_decode_block()