Searched refs:noise_offset (Results 1 – 4 of 4) sorted by relevance
/external/libxaac/decoder/ |
D | ixheaacd_spectrum_dec.c | 352 WORD32 noise_offset; in ixheaacd_fd_channel_stream() local 363 noise_offset = ixheaacd_read_bits_buf(it_bit_buff, 5); in ixheaacd_fd_channel_stream() 367 noise_offset = 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 | 25 WORD32 noise_level, WORD32 noise_offset,
|
D | ixheaacd_arith_dec.c | 1991 WORD32 noise_offset, UWORD8 max_sfb, in ixheaacd_apply_scfs_and_nf() argument 2035 if (band_quantized_to_zero && noise_filling) fac += (noise_offset - 16); in ixheaacd_apply_scfs_and_nf() 2079 WORD32 noise_level, WORD32 noise_offset, in ixheaacd_ac_spectral_data() argument 2124 noise_offset, max_sfb, ch); in ixheaacd_ac_spectral_data()
|
/external/aac/libAACdec/src/ |
D | block.cpp | 798 const int noise_offset = (pAacDecoderChannelInfo->pDynData->specificTo.usac in CBlock_ApplyNoise() local 838 noise_offset; in CBlock_ApplyNoise() 842 ->aSfbScale[(win + gwin) * 16 + sfb] += (noise_offset >> 2); in CBlock_ApplyNoise()
|