Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Daacdec_template.c1787 const unsigned cbt_m1 = band_type[idx] - 1; in decode_spectrum_and_dequant() local
1792 if (cbt_m1 >= INTENSITY_BT2 - 1) { in decode_spectrum_and_dequant()
1796 } else if (cbt_m1 == NOISE_BT - 1) { in decode_spectrum_and_dequant()
1823 const float *vq = ff_aac_codebook_vector_vals[cbt_m1]; in decode_spectrum_and_dequant()
1825 const VLCElem *vlc_tab = vlc_spectral[cbt_m1].table; in decode_spectrum_and_dequant()
1828 switch (cbt_m1 >> 1) { in decode_spectrum_and_dequant()
2042 const unsigned cbt_m1 = band_type[idx] - 1; in decode_spectrum_and_dequant() local
2047 if (cbt_m1 < NOISE_BT - 1) { in decode_spectrum_and_dequant()

Completed in 6 milliseconds