Lines Matching refs:pDrcGainBuffers
258 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()
368 LINEAR_NODE_BUFFER* pLinearNodeBuffer = pDrcGainBuffers->linearNodeBuffer; in processDrcSubband()