Searched refs:vlc_scalefactors (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 Daacdec.c112 static VLC vlc_scalefactors; variable
650 INIT_VLC_STATIC(&vlc_scalefactors,7,FF_ARRAY_ELEMS(ff_aac_scalefactor_code),
864 offset[2] += get_vlc2(gb, vlc_scalefactors.table, 7, 3) - 60;
879 offset[1] += get_vlc2(gb, vlc_scalefactors.table, 7, 3) - 60;
891 offset[0] += get_vlc2(gb, vlc_scalefactors.table, 7, 3) - 60;
1587 gain = cge ? get_vlc2(gb, vlc_scalefactors.table, 7, 3) - 60: 0;
1597 int t = get_vlc2(gb, vlc_scalefactors.table, 7, 3) - 60;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Daacdec.c117 static VLC vlc_scalefactors; variable
1123 INIT_VLC_STATIC(&vlc_scalefactors, 7,
1375 offset[2] += get_vlc2(gb, vlc_scalefactors.table, 7, 3) - 60;
1390 offset[1] += get_vlc2(gb, vlc_scalefactors.table, 7, 3) - 60;
1402 offset[0] += get_vlc2(gb, vlc_scalefactors.table, 7, 3) - 60;
2132 gain = cge ? get_vlc2(gb, vlc_scalefactors.table, 7, 3) - 60: 0;
2142 int t = get_vlc2(gb, vlc_scalefactors.table, 7, 3) - 60;

Completed in 49 milliseconds