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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dwma.h81 VLC exp_vlc; member in struct:WMACodecContext
H A Dwma.c420 ff_free_vlc(&s->exp_vlc);
H A Dwmadec.c124 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 Dwma.h76 VLC exp_vlc; member in struct:WMACodecContext
H A Dwma.c382 ff_free_vlc(&s->exp_vlc);
H A Dwmadec.c120 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 80 milliseconds