Home
last modified time | relevance | path

Searched refs:pDrcGainBuffers (Results 1 – 2 of 2) sorted by relevance

/external/aac/libDRCdec/src/
DdrcGainDec_process.cpp258 DRC_GAIN_BUFFERS* pDrcGainBuffers = &(hGainDec->drcGainBuffers); in processDrcTime() local
259 int lnbPointer = pDrcGainBuffers->lnbPointer, lnbIx; in processDrcTime()
260 LINEAR_NODE_BUFFER* pLinearNodeBuffer = pDrcGainBuffers->linearNodeBuffer; in processDrcTime()
261 LINEAR_NODE_BUFFER* pDummyLnb = &(pDrcGainBuffers->dummyLnb); in processDrcTime()
284 pDrcGainBuffers->channelGain[c][lnbPointer] = hGainDec->channelGain[c]; in processDrcTime()
297 channelGain = pDrcGainBuffers->channelGain[c][lnbIx]; in processDrcTime()
317 pDrcGainBuffers->channelGain[c][lnbIx]), in processDrcTime()
334 channelGain = pDrcGainBuffers->channelGain[c][lnbIx]; in processDrcTime()
364 DRC_GAIN_BUFFERS* pDrcGainBuffers = &(hGainDec->drcGainBuffers); in processDrcSubband() local
367 int lnbPointer = pDrcGainBuffers->lnbPointer, lnbIx; in processDrcSubband()
[all …]
DdrcDec_gainDecoder.cpp340 DRC_GAIN_BUFFERS* pDrcGainBuffers = &hGainDec->drcGainBuffers; in drcDec_GainDecoder_SetChannelGains() local
343 pDrcGainBuffers->channelGain[c][i] = hGainDec->channelGain[c]; in drcDec_GainDecoder_SetChannelGains()