Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dwmadec.c46 #define EXPVLCBITS 8 macro
47 #define EXPMAX ((19 + EXPVLCBITS - 1) / EXPVLCBITS)
131 ret = init_vlc(&s->exp_vlc, EXPVLCBITS, sizeof(ff_aac_scalefactor_bits), in wma_decode_init()
363 code = get_vlc2(&s->gb, s->exp_vlc.table, EXPVLCBITS, EXPMAX); in decode_exp_vlc()

Completed in 2 milliseconds