Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Datrac3.c126 static VLC spectral_coeff_tab[7]; variable
253 mantissas[i] = get_vlc2(gb, spectral_coeff_tab[selector-1].table, in read_quant_spectral_coeffs()
258 huff_symb = get_vlc2(gb, spectral_coeff_tab[selector - 1].table, in read_quant_spectral_coeffs()
864 spectral_coeff_tab[i].table = table; in atrac3_init_static_data()
865 spectral_coeff_tab[i].table_allocated = 256; in atrac3_init_static_data()
866 ff_init_vlc_from_lengths(&spectral_coeff_tab[i], ATRAC3_VLC_BITS, huff_tab_sizes[i], in atrac3_init_static_data()

Completed in 3 milliseconds