Searched refs:max_spec_coefficients (Results 1 – 3 of 3) sorted by relevance
/external/libxaac/decoder/ |
D | ixheaacd_spectrum_dec.c | 350 WORD32 max_spec_coefficients; in ixheaacd_fd_channel_stream() local 418 max_spec_coefficients = in ixheaacd_fd_channel_stream() 421 max_spec_coefficients = 0; in ixheaacd_fd_channel_stream() 439 usac_data, max_spec_coefficients, noise_level, noise_offset, arth_size, in ixheaacd_fd_channel_stream()
|
D | ixheaacd_arith_dec.h | 24 WORD32 max_spec_coefficients,
|
D | ixheaacd_arith_dec.c | 2078 WORD32 max_spec_coefficients, in ixheaacd_ac_spectral_data() argument 2103 if (max_spec_coefficients > 0) { in ixheaacd_ac_spectral_data() 2106 it_bit_buff, c_prev + 2, c_pres + 2, max_spec_coefficients / 2, in ixheaacd_ac_spectral_data() 2112 for (i = max_spec_coefficients / 2; i < arith_pres_n / 2; i++) { in ixheaacd_ac_spectral_data()
|