Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dwma.c84 int coef_vlc_table; in ff_wma_init() local
332 coef_vlc_table = 2; in ff_wma_init()
335 coef_vlc_table = 0; in ff_wma_init()
337 coef_vlc_table = 1; in ff_wma_init()
339 s->coef_vlcs[0] = &coef_vlcs[coef_vlc_table * 2]; in ff_wma_init()
340 s->coef_vlcs[1] = &coef_vlcs[coef_vlc_table * 2 + 1]; in ff_wma_init()