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++];
460 PSY_OUT_CHANNEL **RESTRICT psyOutChannel = psyOutElement->psyOutChannel;
501 psyData[ch]->mdctSpectrum = psyOutChannel[ch]->mdctSpectrum;
797 &psyOutChannel[ch]->tnsInfo,
810 &psyOutChannel[1]->tnsInfo,
811 &psyOutChannel[0]->tnsInfo,
    [all...]
qc_main.cpp 459 PSY_OUT_CHANNEL** RESTRICT psyOutChannel = psyOutElement->psyOutChannel; /* may be modified in-place */
461 FDKaacEnc_CalcFormFactor(qcOutElement->qcOutChannel, psyOutChannel, nChannels);
464 FDKaacEnc_peCalculation(&qcOutElement->peData, psyOutChannel, qcOutElement->qcOutChannel, &psyOutElement->toolsInfo, adjThrStateElement, nChannels);
468 psyOutElement->psyOutChannel,
594 psyOut[0]->psyOutElement[i]->psyOutChannel,
654 psyOut[0]->psyOutElement[i]->psyOutChannel,
    [all...]
adj_thr.cpp 357 PSY_OUT_CHANNEL* psyOutChannel[(2)],
364 for(sfbGrp = 0;sfbGrp < psyOutChannel[ch]->sfbCnt;sfbGrp+= psyOutChannel[ch]->sfbPerGroup) {
365 for (sfb=0; sfb<psyOutChannel[ch]->maxSfbPerGroup; sfb++) {
366 thrExpLdData = psyOutChannel[ch]->sfbThresholdLdData[sfbGrp+sfb]>>2 ;
379 PSY_OUT_CHANNEL *psyOutChannel[(2)],
394 for (sfbGrp=0; sfbGrp < psyOutChannel[ch]->sfbCnt; sfbGrp+=psyOutChannel[ch]->sfbPerGroup) {
395 for (sfb=0; sfb<psyOutChannel[ch]->maxSfbPerGroup; sfb++) {
396 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 561 milliseconds