• Home
  • Raw
  • Download

Lines Matching refs:pActiveDrc

109 static DRC_ERROR _prepareLnbIndex(ACTIVE_DRC* pActiveDrc,  in _prepareLnbIndex()  argument
115 DRC_INSTRUCTIONS_UNI_DRC* pInst = pActiveDrc->pInst; in _prepareLnbIndex()
139 g = pActiveDrc->channelGroupForChannel[drcChannel]; in _prepareLnbIndex()
140 if ((g >= 0) && !pActiveDrc->channelGroupIsParametricDrc[g]) { in _prepareLnbIndex()
141 pActiveDrc->lnbIndexForChannel[c][lnbPointer] = in _prepareLnbIndex()
142 pActiveDrc->activeDrcOffset + pActiveDrc->gainElementForGroup[g]; in _prepareLnbIndex()
257 ACTIVE_DRC* pActiveDrc = &(hGainDec->activeDrc[activeDrcIndex]); in processDrcTime() local
274 err = _prepareLnbIndex(pActiveDrc, channelOffset, drcChannelOffset, in processDrcTime()
306 if (pActiveDrc->lnbIndexForChannel[c][lnbIx] >= 0) in processDrcTime()
308 pLinearNodeBuffer[pActiveDrc->lnbIndexForChannel[c][lnbIx] + b]); in processDrcTime()
326 if (pActiveDrc->lnbIndexForChannel[c][lnbIx] >= 0) in processDrcTime()
328 pLinearNodeBuffer[pActiveDrc->lnbIndexForChannel[c][lnbIx] + b]); in processDrcTime()
365 ACTIVE_DRC* pActiveDrc = &(hGainDec->activeDrc[activeDrcIndex]); in processDrcSubband() local
366 int activeDrcOffset = pActiveDrc->activeDrcOffset; in processDrcSubband()
428 err = _prepareLnbIndex(pActiveDrc, channelOffset, drcChannelOffset, in processDrcSubband()
432 if (!pActiveDrc->subbandGainsReady) /* only for the first time per frame that in processDrcSubband()
441 pActiveDrc->gainElementForGroup[g] + b]); in processDrcSubband()
478 pActiveDrc->subbandGainsReady = 1; in processDrcSubband()
484 g = pActiveDrc->channelGroupForChannel[c + drcChannelOffset]; in processDrcSubband()
493 if ((g >= 0) && !pActiveDrc->channelGroupIsParametricDrc[g]) { in processDrcSubband()