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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dwmadec.c42 #define EXPVLCBITS 8 macro
43 #define EXPMAX ((19+EXPVLCBITS-1)/EXPVLCBITS)
124 init_vlc(&s->exp_vlc, EXPVLCBITS, sizeof(ff_aac_scalefactor_bits), //FIXME move out of context
357 code = get_vlc2(&s->gb, s->exp_vlc.table, EXPVLCBITS, EXPMAX);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dwmadec.c44 #define EXPVLCBITS 8 macro
45 #define EXPMAX ((19+EXPVLCBITS-1)/EXPVLCBITS)
120 init_vlc(&s->exp_vlc, EXPVLCBITS, sizeof(ff_aac_scalefactor_bits), //FIXME move out of context
350 code = get_vlc2(&s->gb, s->exp_vlc.table, EXPVLCBITS, EXPMAX);

Completed in 132 milliseconds