Home
last modified time | relevance | path

Searched refs:noise_offset (Results 1 – 4 of 4) sorted by relevance

/external/libxaac/decoder/
Dixheaacd_spectrum_dec.c348 WORD32 noise_offset; in ixheaacd_fd_channel_stream() local
359 noise_offset = ixheaacd_read_bits_buf(it_bit_buff, 5); in ixheaacd_fd_channel_stream()
363 noise_offset = 0; in ixheaacd_fd_channel_stream()
435 usac_data, max_spec_coefficients, noise_level, noise_offset, arth_size, in ixheaacd_fd_channel_stream()
Dixheaacd_arith_dec.h25 WORD32 noise_level, WORD32 noise_offset,
Dixheaacd_arith_dec.c1981 WORD32 noise_offset, UWORD8 max_sfb, in ixheaacd_apply_scfs_and_nf() argument
2025 if (band_quantized_to_zero && noise_filling) fac += (noise_offset - 16); in ixheaacd_apply_scfs_and_nf()
2069 WORD32 noise_level, WORD32 noise_offset, in ixheaacd_ac_spectral_data() argument
2114 noise_offset, max_sfb, ch); in ixheaacd_ac_spectral_data()
/external/aac/libAACdec/src/
Dblock.cpp798 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()