HomeSort by relevance Sort by last modified time
    Searched refs:chInc (Results 1 - 2 of 2) sorted by null

  /external/aac/libAACenc/src/
psy_main.cpp 196 int elInc = 0, chInc = 0;
207 phpsyOut[n]->pPsyOutChannels[i] = GetRam_aacEnc_PsyOutChannel(chInc++);
250 int i, ch, n, chInc = 0, resetChannels = 3;
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++];
    [all...]
qc_main.cpp 247 int elInc = 0, chInc = 0;
257 phQC[n]->pQcOutChannels[i] = GetRam_aacEnc_QCchannel(chInc, dynamic_RAM);
264 chInc++;
300 INT chInc = 0;
303 phQC[n]->qcElement[i]->qcOutChannel[ch] = phQC[n]->pQcOutChannels[chInc];
304 chInc++;
    [all...]

Completed in 696 milliseconds