Searched refs:vlc_scalefactors (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | aacdec_template.c | 96 static VLC vlc_scalefactors; variable 1245 INIT_VLC_STATIC(&vlc_scalefactors, 7, in aac_static_table_init() 1617 offset[2] += get_vlc2(gb, vlc_scalefactors.table, 7, 3) - SCALE_DIFF_ZERO; in decode_scalefactors() 1636 offset[1] += get_vlc2(gb, vlc_scalefactors.table, 7, 3) - SCALE_DIFF_ZERO; in decode_scalefactors() 1652 offset[0] += get_vlc2(gb, vlc_scalefactors.table, 7, 3) - SCALE_DIFF_ZERO; in decode_scalefactors() 2399 gain = cge ? get_vlc2(gb, vlc_scalefactors.table, 7, 3) - 60: 0; 2413 int t = get_vlc2(gb, vlc_scalefactors.table, 7, 3) - 60;
|
Completed in 6 milliseconds