Searched refs:EXPMAX (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ | ||
H A D | wmadec.c | 47 #define EXPMAX ((19 + EXPVLCBITS - 1) / EXPVLCBITS) macro 363 code = get_vlc2(&s->gb, s->exp_vlc.table, EXPVLCBITS, EXPMAX); in decode_exp_vlc() |
Completed in 2 milliseconds