Searched defs:chInc (Results 1 - 2 of 2) sorted by relevance

/external/aac/libAACenc/src/
H A Dpsy_main.cpp196 int elInc = 0, chInc = 0; local
207 phpsyOut[n]->pPsyOutChannels[i] = GetRam_aacEnc_PsyOutChannel(chInc++);
250 int i, ch, n, chInc = 0, resetChannels = 3; local
253 chInc = 1;
264 hPsy->psyElement[i]->psyStatic[ch] = hPsy->pStaticChannels[chInc];
265 if (chInc>=resetChannels) {
274 chInc++;
279 chInc = 0;
282 phpsyOut[n]->psyOutElement[i]->psyOutChannel[ch] = phpsyOut[n]->pPsyOutChannels[chInc++];
H A Dqc_main.cpp250 int elInc = 0, chInc = 0; local
260 phQC[n]->pQcOutChannels[i] = GetRam_aacEnc_QCchannel(chInc, dynamic_RAM);
267 chInc++;
303 INT chInc = 0; local
306 phQC[n]->qcElement[i]->qcOutChannel[ch] = phQC[n]->pQcOutChannels[chInc];
307 chInc++;

Completed in 34 milliseconds