Home
last modified time | relevance | path

Searched refs:activeDrc (Results 1 – 5 of 5) sorted by relevance

/external/aac/libDRCdec/src/
DdrcGainDec_init.cpp196 hGainDec->activeDrc[i].lnbIndexForChannel[j][0] = 0; in initGainDec()
198 hGainDec->activeDrc[i].lnbIndexForChannel[j][k] = -1; in initGainDec()
283 &(hGainDec->activeDrc[hGainDec->nActiveDrcs])); in initActiveDrc()
287 hGainDec->activeDrc[hGainDec->nActiveDrcs].pInst = pInst; in initActiveDrc()
288 hGainDec->activeDrc[hGainDec->nActiveDrcs].pCoef = pCoef; in initActiveDrc()
291 if (hGainDec->activeDrc[hGainDec->nActiveDrcs].bandCountForChannelGroup[g] > in initActiveDrc()
324 hGainDec->activeDrc[a].activeDrcOffset = accGainElementCount; in initActiveDrcOffset()
325 accGainElementCount += hGainDec->activeDrc[a].gainElementCount; in initActiveDrcOffset()
DdrcDec_gainDecoder.cpp275 hGainDec->activeDrc[a] in drcDec_GainDecoder_Preprocess()
279 hGainDec->activeDrc[a].subbandGainsReady = 0; in drcDec_GainDecoder_Preprocess()
405 if (!_fitsLocation(hGainDec->activeDrc[a].pInst, drcLocation)) continue; in drcDec_GainDecoder_ProcessTimeDomain()
432 if (!_fitsLocation(hGainDec->activeDrc[a].pInst, drcLocation)) continue; in drcDec_GainDecoder_ProcessSubbandDomain()
DdrcGainDec_process.cpp257 ACTIVE_DRC* pActiveDrc = &(hGainDec->activeDrc[activeDrcIndex]); in processDrcTime()
363 DRC_INSTRUCTIONS_UNI_DRC* pInst = hGainDec->activeDrc[activeDrcIndex].pInst; in processDrcSubband()
365 ACTIVE_DRC* pActiveDrc = &(hGainDec->activeDrc[activeDrcIndex]); in processDrcSubband()
DdrcDec_gainDecoder.h181 ACTIVE_DRC activeDrc[MAX_ACTIVE_DRCS]; member
DdrcGainDec_preprocess.cpp646 ACTIVE_DRC* pActiveDrc = &(hGainDec->activeDrc[activeDrcIndex]); in prepareDrcGain()