Searched refs:cbt_m1 (Results 1 – 1 of 1) sorted by relevance
1772 const unsigned cbt_m1 = band_type[idx] - 1; in decode_spectrum_and_dequant() local1777 if (cbt_m1 >= INTENSITY_BT2 - 1) { in decode_spectrum_and_dequant()1781 } else if (cbt_m1 == NOISE_BT - 1) { in decode_spectrum_and_dequant()1808 const float *vq = ff_aac_codebook_vector_vals[cbt_m1]; in decode_spectrum_and_dequant()1810 VLC_TYPE (*vlc_tab)[2] = vlc_spectral[cbt_m1].table; in decode_spectrum_and_dequant()1813 switch (cbt_m1 >> 1) { in decode_spectrum_and_dequant()2027 const unsigned cbt_m1 = band_type[idx] - 1; in decode_spectrum_and_dequant() local2032 if (cbt_m1 < NOISE_BT - 1) { in decode_spectrum_and_dequant()