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 | 235 FIXP_DBL *pGain, FIXP_DBL *pGainPerSample,
|
D | aacdec_drc.cpp | 1398 FIXP_DBL *pGain, FIXP_DBL *pGainPerSample, in applyDrcLevelNormalization() argument 1430 FDK_ASSERT(pGainPerSample != NULL); in applyDrcLevelNormalization() 1433 pGainPerSample[i] = additionalGain; in applyDrcLevelNormalization() 1479 FDK_ASSERT(pGainPerSample != NULL); in applyDrcLevelNormalization() 1485 pGainPerSample[i] = additionalGain; in applyDrcLevelNormalization()
|
D | aacdecoder_lib.cpp | 1958 FIXP_DBL *pGainPerSample = NULL; in aacDecoder_DecodeFrame() local 1961 pGainPerSample = self->workBufferCore1; in aacDecoder_DecodeFrame() 1971 pGainPerSample, pcmLimiterScale, self->extGainDelay, in aacDecoder_DecodeFrame() 1976 pGainPerSample, pcmLimiterScale, in aacDecoder_DecodeFrame()
|
/external/aac/libPCMutils/include/ |
D | limiter.h | 262 INT_PCM* samplesOut, FIXP_DBL* pGainPerSample,
|