Lines Matching refs:hGainDec
251 processDrcTime(HANDLE_DRC_GAIN_DECODER hGainDec, const int activeDrcIndex, in processDrcTime() argument
257 ACTIVE_DRC* pActiveDrc = &(hGainDec->activeDrc[activeDrcIndex]); in processDrcTime()
258 DRC_GAIN_BUFFERS* pDrcGainBuffers = &(hGainDec->drcGainBuffers); in processDrcTime()
264 if (hGainDec->delayMode == DM_REGULAR_DELAY) { in processDrcTime()
265 offset = hGainDec->frameSize; in processDrcTime()
270 hGainDec->frameSize) /* if delaySamples is too big, NUM_LNB_FRAMES in processDrcTime()
283 if (activeDrcIndex == hGainDec->channelGainActiveDrcIndex) in processDrcTime()
284 pDrcGainBuffers->channelGain[c][lnbPointer] = hGainDec->channelGain[c]; in processDrcTime()
296 if (activeDrcIndex == hGainDec->channelGainActiveDrcIndex) in processDrcTime()
313 nodePrevious.time -= hGainDec->frameSize; in processDrcTime()
333 if (activeDrcIndex == hGainDec->channelGainActiveDrcIndex) in processDrcTime()
340 hGainDec->frameSize, pLnb->gainInterpolationType, in processDrcTime()
342 lnbPointerDiff * hGainDec->frameSize + delaySamples + offset, 1, in processDrcTime()
354 processDrcSubband(HANDLE_DRC_GAIN_DECODER hGainDec, const int activeDrcIndex, in processDrcSubband() argument
363 DRC_INSTRUCTIONS_UNI_DRC* pInst = hGainDec->activeDrc[activeDrcIndex].pInst; in processDrcSubband()
364 DRC_GAIN_BUFFERS* pDrcGainBuffers = &(hGainDec->drcGainBuffers); in processDrcSubband()
365 ACTIVE_DRC* pActiveDrc = &(hGainDec->activeDrc[activeDrcIndex]); in processDrcSubband()
369 FIXP_DBL(*subbandGains)[4 * 1024 / 256] = hGainDec->subbandGains; in processDrcSubband()
370 FIXP_DBL* dummySubbandGains = hGainDec->dummySubbandGains; in processDrcSubband()
371 SUBBAND_DOMAIN_MODE subbandDomainMode = hGainDec->subbandDomainSupported; in processDrcSubband()
379 if (hGainDec->delayMode == DM_REGULAR_DELAY) { in processDrcSubband()
380 offset = hGainDec->frameSize; in processDrcSubband()
385 hGainDec->frameSize) /* if delaySamples is too big, NUM_LNB_FRAMES in processDrcSubband()
418 hGainDec->frameSize >> (15 - fixnormz_S(L)); /* timeslots per frame */ in processDrcSubband()
459 nodePrevious.time -= hGainDec->frameSize; in processDrcSubband()
468 hGainDec->frameSize, pLnb->gainInterpolationType, in processDrcSubband()
470 lnbPointerDiff * hGainDec->frameSize + delaySamples + offset - in processDrcSubband()
503 if (activeDrcIndex == hGainDec->channelGainActiveDrcIndex) in processDrcSubband()
505 fMultDiv2(gainSb, hGainDec->channelGain[c]), 9, DFRACT_BITS); in processDrcSubband()