Searched refs:lnbIx (Results 1 – 1 of 1) sorted by relevance
259 int lnbPointer = pDrcGainBuffers->lnbPointer, lnbIx; in processDrcTime() local293 lnbIx = lnbPointer + 1 - NUM_LNB_FRAMES; in processDrcTime()294 while (lnbIx < 0) lnbIx += NUM_LNB_FRAMES; in processDrcTime()297 channelGain = pDrcGainBuffers->channelGain[c][lnbIx]; in processDrcTime()306 if (pActiveDrc->lnbIndexForChannel[c][lnbIx] >= 0) in processDrcTime()308 pLinearNodeBuffer[pActiveDrc->lnbIndexForChannel[c][lnbIx] + b]); in processDrcTime()312 pLnbPrevious->linearNode[lnbIx][pLnbPrevious->nNodes[lnbIx] - 1]; in processDrcTime()317 pDrcGainBuffers->channelGain[c][lnbIx]), in processDrcTime()321 lnbIx++; in processDrcTime()322 if (lnbIx >= NUM_LNB_FRAMES) lnbIx = 0; in processDrcTime()[all …]