Home
last modified time | relevance | path

Searched refs:lnbIndexForChannel (Results 1 – 4 of 4) sorted by relevance

/external/aac/libDRCdec/src/
DdrcGainDec_process.cpp141 pActiveDrc->lnbIndexForChannel[c][lnbPointer] = in _prepareLnbIndex()
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()
DdrcGainDec_init.cpp196 hGainDec->activeDrc[i].lnbIndexForChannel[j][0] = 0; in initGainDec()
198 hGainDec->activeDrc[i].lnbIndexForChannel[j][k] = -1; in initGainDec()
DdrcDec_gainDecoder.h170 int lnbIndexForChannel[8][NUM_LNB_FRAMES]; member
DdrcDec_gainDecoder.cpp276 .lnbIndexForChannel[c][hGainDec->drcGainBuffers.lnbPointer] = in drcDec_GainDecoder_Preprocess()