Searched refs:psyOutCh (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Dinterface.c49 PSY_OUT_CHANNEL *psyOutCh)
59 psyOutCh->maxSfbPerGroup = maxSfbPerGroup;
60 psyOutCh->sfbCnt = groupedSfbCnt;
62 psyOutCh->sfbPerGroup = groupedSfbCnt/ noOfGroups;
64 psyOutCh->sfbPerGroup = 0x7fff;
65 psyOutCh->windowSequence = windowSequence;
66 psyOutCh->windowShape = windowShape;
67 psyOutCh->mdctScale = mdctScale;
68 psyOutCh->mdctSpectrum = groupedMdctSpectrum;
69 psyOutCh
34 BuildInterface(Word32 *groupedMdctSpectrum, const Word16 mdctScale, SFB_THRESHOLD *groupedSfbThreshold, SFB_ENERGY *groupedSfbEnergy, SFB_ENERGY *groupedSfbSpreadedEnergy, const SFB_ENERGY_SUM sfbEnergySumLR, const SFB_ENERGY_SUM sfbEnergySumMS, const Word16 windowSequence, const Word16 windowShape, const Word16 groupedSfbCnt, const Word16 *groupedSfbOffset, const Word16 maxSfbPerGroup, const Word16 *groupedSfbMinSnr, const Word16 noOfGroups, const Word16 *groupLen, PSY_OUT_CHANNEL *psyOutCh) argument
[all...]
H A Dadj_thr.c547 PSY_OUT_CHANNEL* psyOutCh = psyOutChannel; local
550 psyOutCh->sfbMinSnr[sfb] < minSnrLimit) {
551 psyOutCh->sfbMinSnr[sfb] = minSnrLimit;
552 psyOutCh->sfbThreshold[sfb] =
553 L_mpy_ls(psyOutCh->sfbEnergy[sfb], psyOutCh->sfbMinSnr[sfb]);
561 peChan += 1; psyOutCh += 1;
/frameworks/av/media/libstagefright/codecs/aacenc/inc/
H A Dinterface.h104 PSY_OUT_CHANNEL *psyOutCh);

Completed in 179 milliseconds