Searched refs:pDrcGainBuffers (Results 1 – 2 of 2) sorted by relevance
258 DRC_GAIN_BUFFERS* pDrcGainBuffers = &(hGainDec->drcGainBuffers); in processDrcTime() local259 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() local367 int lnbPointer = pDrcGainBuffers->lnbPointer, lnbIx; in processDrcSubband()[all …]
340 DRC_GAIN_BUFFERS* pDrcGainBuffers = &hGainDec->drcGainBuffers; in drcDec_GainDecoder_SetChannelGains() local343 pDrcGainBuffers->channelGain[c][i] = hGainDec->channelGain[c]; in drcDec_GainDecoder_SetChannelGains()