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 148 PSY_OUT_CHANNEL* psyOutChannel[(2)];
psy_main.cpp 287 phpsyOut[n]->psyOutElement[i]->psyOutChannel[ch] = phpsyOut[n]->pPsyOutChannels[chInc++];
465 PSY_OUT_CHANNEL **RESTRICT psyOutChannel = psyOutElement->psyOutChannel;
506 psyData[ch]->mdctSpectrum = psyOutChannel[ch]->mdctSpectrum;
802 &psyOutChannel[ch]->tnsInfo,
815 &psyOutChannel[1]->tnsInfo,
816 &psyOutChannel[0]->tnsInfo,
    [all...]
qc_main.cpp 453 PSY_OUT_CHANNEL** RESTRICT psyOutChannel = psyOutElement->psyOutChannel; /* may be modified in-place */
455 FDKaacEnc_CalcFormFactor(qcOutElement->qcOutChannel, psyOutChannel, nChannels);
458 FDKaacEnc_peCalculation(&qcOutElement->peData, psyOutChannel, qcOutElement->qcOutChannel, &psyOutElement->toolsInfo, adjThrStateElement, nChannels);
462 psyOutElement->psyOutChannel,
588 psyOut[0]->psyOutElement[i]->psyOutChannel,
648 psyOut[0]->psyOutElement[i]->psyOutChannel,
    [all...]
adj_thr.cpp 153 PSY_OUT_CHANNEL* psyOutChannel[(2)],
160 for(sfbGrp = 0;sfbGrp < psyOutChannel[ch]->sfbCnt;sfbGrp+= psyOutChannel[ch]->sfbPerGroup) {
161 for (sfb=0; sfb<psyOutChannel[ch]->maxSfbPerGroup; sfb++) {
162 thrExpLdData = psyOutChannel[ch]->sfbThresholdLdData[sfbGrp+sfb]>>2 ;
175 PSY_OUT_CHANNEL *psyOutChannel[(2)],
190 for (sfbGrp=0; sfbGrp < psyOutChannel[ch]->sfbCnt; sfbGrp+=psyOutChannel[ch]->sfbPerGroup) {
191 for (sfb=0; sfb<psyOutChannel[ch]->maxSfbPerGroup; sfb++) {
192 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 326 milliseconds