HomeSort by relevance Sort by last modified time
    Searched defs:psyOutChannel (Results 1 - 5 of 5) sorted by null

  /external/aac/libAACenc/src/
interface.h 149 PSY_OUT_CHANNEL* psyOutChannel[(2)];
psy_main.cpp 282 phpsyOut[n]->psyOutElement[i]->psyOutChannel[ch] = phpsyOut[n]->pPsyOutChannels[chInc++];
462 PSY_OUT_CHANNEL **RESTRICT psyOutChannel = psyOutElement->psyOutChannel;
503 psyData[ch]->mdctSpectrum = psyOutChannel[ch]->mdctSpectrum;
800 &psyOutChannel[ch]->tnsInfo,
813 &psyOutChannel[1]->tnsInfo,
814 &psyOutChannel[0]->tnsInfo,
    [all...]
qc_main.cpp 455 PSY_OUT_CHANNEL** RESTRICT psyOutChannel = psyOutElement->psyOutChannel; /* may be modified in-place */
457 FDKaacEnc_CalcFormFactor(qcOutElement->qcOutChannel, psyOutChannel, nChannels);
460 FDKaacEnc_peCalculation(&qcOutElement->peData, psyOutChannel, qcOutElement->qcOutChannel, &psyOutElement->toolsInfo, adjThrStateElement, nChannels);
464 psyOutElement->psyOutChannel,
590 psyOut[0]->psyOutElement[i]->psyOutChannel,
650 psyOut[0]->psyOutElement[i]->psyOutChannel,
    [all...]
adj_thr.cpp 383 PSY_OUT_CHANNEL* psyOutChannel[(2)],
390 for(sfbGrp = 0;sfbGrp < psyOutChannel[ch]->sfbCnt;sfbGrp+= psyOutChannel[ch]->sfbPerGroup) {
391 for (sfb=0; sfb<psyOutChannel[ch]->maxSfbPerGroup; sfb++) {
392 thrExpLdData = psyOutChannel[ch]->sfbThresholdLdData[sfbGrp+sfb]>>2 ;
405 PSY_OUT_CHANNEL *psyOutChannel[(2)],
420 for (sfbGrp=0; sfbGrp < psyOutChannel[ch]->sfbCnt; sfbGrp+=psyOutChannel[ch]->sfbPerGroup) {
421 for (sfb=0; sfb<psyOutChannel[ch]->maxSfbPerGroup; sfb++) {
422 accu += psyOutChannel[ch]->sfbEnergy[sfbGrp+sfb]>>6
    [all...]
  /frameworks/av/media/libstagefright/codecs/aacenc/inc/
interface.h 86 PSY_OUT_CHANNEL psyOutChannel[MAX_CHANNELS];

Completed in 221 milliseconds