Home
last modified time | relevance | path

Searched refs:chInc (Results 1 – 2 of 2) sorted by relevance

/external/aac/libAACenc/src/
Dpsy_main.cpp196 int elInc = 0, chInc = 0; in FDKaacEnc_PsyOutNew() local
207 phpsyOut[n]->pPsyOutChannels[i] = GetRam_aacEnc_PsyOutChannel(chInc++); in FDKaacEnc_PsyOutNew()
250 int i, ch, n, chInc = 0, resetChannels = 3; in FDKaacEnc_psyInit() local
253 chInc = 1; in FDKaacEnc_psyInit()
264 hPsy->psyElement[i]->psyStatic[ch] = hPsy->pStaticChannels[chInc]; in FDKaacEnc_psyInit()
265 if (chInc>=resetChannels) { in FDKaacEnc_psyInit()
274 chInc++; in FDKaacEnc_psyInit()
279 chInc = 0; in FDKaacEnc_psyInit()
282 phpsyOut[n]->psyOutElement[i]->psyOutChannel[ch] = phpsyOut[n]->pPsyOutChannels[chInc++]; in FDKaacEnc_psyInit()
Dqc_main.cpp247 int elInc = 0, chInc = 0; in FDKaacEnc_QCOutNew() local
257 phQC[n]->pQcOutChannels[i] = GetRam_aacEnc_QCchannel(chInc, dynamic_RAM); in FDKaacEnc_QCOutNew()
264 chInc++; in FDKaacEnc_QCOutNew()
300 INT chInc = 0; in FDKaacEnc_QCOutInit() local
303 phQC[n]->qcElement[i]->qcOutChannel[ch] = phQC[n]->pQcOutChannels[chInc]; in FDKaacEnc_QCOutInit()
304 chInc++; in FDKaacEnc_QCOutInit()