Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Datrac3.c275 int subband_vlc_index[32], sf_index[32]; in decode_spectrum() local
284 subband_vlc_index[i] = get_bits(gb, 3); in decode_spectrum()
288 if (subband_vlc_index[i] != 0) in decode_spectrum()
298 if (subband_vlc_index[i] != 0) { in decode_spectrum()
301 * same VLC selector (subband_vlc_index) */ in decode_spectrum()
302 read_quant_spectral_coeffs(gb, subband_vlc_index[i], coding_mode, in decode_spectrum()
307 inv_max_quant[subband_vlc_index[i]]; in decode_spectrum()

Completed in 3 milliseconds