Searched refs:pGainPerSample (Results 1 – 5 of 5) sorted by relevance
/external/aac/libPCMutils/src/ |
D | limiter.cpp | 168 INT_PCM* samplesOut, FIXP_DBL* pGainPerSample, in pcmLimiter_Apply() argument 202 if (pGainPerSample == NULL) { in pcmLimiter_Apply() 218 additionalGain = pGainPerSample[i]; in pcmLimiter_Apply()
|
/external/aac/libAACdec/src/ |
D | aacdec_drc.h | 234 FIXP_DBL *pGain, FIXP_DBL *pGainPerSample,
|
D | aacdec_drc.cpp | 1393 FIXP_DBL *pGain, FIXP_DBL *pGainPerSample, in applyDrcLevelNormalization() argument 1425 FDK_ASSERT(pGainPerSample != NULL); in applyDrcLevelNormalization() 1428 pGainPerSample[i] = additionalGain; in applyDrcLevelNormalization() 1474 FDK_ASSERT(pGainPerSample != NULL); in applyDrcLevelNormalization() 1480 pGainPerSample[i] = additionalGain; in applyDrcLevelNormalization()
|
D | aacdecoder_lib.cpp | 1881 FIXP_DBL *pGainPerSample = NULL; in aacDecoder_DecodeFrame() local 1884 pGainPerSample = self->workBufferCore1; in aacDecoder_DecodeFrame() 1894 pGainPerSample, pcmLimiterScale, self->extGainDelay, in aacDecoder_DecodeFrame() 1899 pGainPerSample, pcmLimiterScale, in aacDecoder_DecodeFrame()
|
/external/aac/libPCMutils/include/ |
D | limiter.h | 262 INT_PCM* samplesOut, FIXP_DBL* pGainPerSample,
|