Searched refs:max_spec_coefficients (Results 1 – 3 of 3) sorted by relevance
/external/libxaac/decoder/ |
D | ixheaacd_spectrum_dec.c | 346 WORD32 max_spec_coefficients; in ixheaacd_fd_channel_stream() local 414 max_spec_coefficients = in ixheaacd_fd_channel_stream() 417 max_spec_coefficients = 0; in ixheaacd_fd_channel_stream() 435 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 | 2068 WORD32 max_spec_coefficients, in ixheaacd_ac_spectral_data() argument 2093 if (max_spec_coefficients > 0) { in ixheaacd_ac_spectral_data() 2096 it_bit_buff, c_prev + 2, c_pres + 2, max_spec_coefficients / 2, in ixheaacd_ac_spectral_data() 2102 for (i = max_spec_coefficients / 2; i < arith_pres_n / 2; i++) { in ixheaacd_ac_spectral_data()
|