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 | 236 FIXP_DBL *pGain, FIXP_DBL *pGainPerSample,
|
D | aacdec_drc.cpp | 1406 FIXP_DBL *pGain, FIXP_DBL *pGainPerSample, in applyDrcLevelNormalization() argument 1438 FDK_ASSERT(pGainPerSample != NULL); in applyDrcLevelNormalization() 1441 pGainPerSample[i] = additionalGain; in applyDrcLevelNormalization() 1487 FDK_ASSERT(pGainPerSample != NULL); in applyDrcLevelNormalization() 1493 pGainPerSample[i] = additionalGain; in applyDrcLevelNormalization()
|
D | aacdecoder_lib.cpp | 1975 FIXP_DBL *pGainPerSample = NULL; in aacDecoder_DecodeFrame() local 1978 pGainPerSample = self->workBufferCore1; in aacDecoder_DecodeFrame() 1988 pGainPerSample, pcmLimiterScale, self->extGainDelay, in aacDecoder_DecodeFrame() 1993 pGainPerSample, pcmLimiterScale, in aacDecoder_DecodeFrame()
|
/external/aac/libPCMutils/include/ |
D | limiter.h | 262 INT_PCM* samplesOut, FIXP_DBL* pGainPerSample,
|