Searched refs:windowSequence (Results 1 - 9 of 9) sorted by relevance

/frameworks/av/media/libstagefright/codecs/aacenc/inc/
H A Dtransform.h33 Word16 windowSequence
H A Dinterface.h54 Word16 windowSequence; member in struct:__anon527
96 const Word16 windowSequence,
H A Dblock_switch.h39 Word16 windowSequence; member in struct:__anon522
/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Dinterface.c41 const Word16 windowSequence,
65 psyOutCh->windowSequence = windowSequence;
94 if (windowSequence != SHORT_WINDOW) {
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
H A Dblock_switch.c204 blockSwitchingControl->windowSequence = blockSwitchingControl->nextwindowSequence;
217 if (blockSwitchingControl->windowSequence== LONG_WINDOW) {
218 blockSwitchingControl->windowSequence = START_WINDOW;
221 if (blockSwitchingControl->windowSequence == STOP_WINDOW) {
222 blockSwitchingControl->windowSequence = SHORT_WINDOW;
233 if (blockSwitchingControl->windowSequence == SHORT_WINDOW) {
381 if (blockSwitchingControlLeft->windowSequence != SHORT_WINDOW) {
391 patchType = synchronizedBlockTypeTable[patchType][blockSwitchingControlLeft->windowSequence];
392 patchType = synchronizedBlockTypeTable[patchType][blockSwitchingControlRight->windowSequence];
395 blockSwitchingControlLeft->windowSequence
[all...]
H A Dstat_bits.c197 psyOutChannel[0].windowSequence);
199 switch(psyOutChannel[0].windowSequence){
219 switch (psyOutChannel[0].windowSequence) {
231 psyOutChannel[ch].windowSequence);
H A Dpsy_main.c287 psyData[ch].blockSwitchingControl.windowSequence);
307 if(psyData[ch].blockSwitchingControl.windowSequence != SHORT_WINDOW) {
353 if (psyData[ch].blockSwitchingControl.windowSequence == SHORT_WINDOW) {
381 if (psyData[0].blockSwitchingControl.windowSequence != SHORT_WINDOW)
424 if (psyData[ch].blockSwitchingControl.windowSequence != SHORT_WINDOW)
432 psyData[ch].blockSwitchingControl.windowSequence,
433 blockType2windowShape[psyData[ch].blockSwitchingControl.windowSequence],
505 psyData->blockSwitchingControl.windowSequence,
514 psyData->blockSwitchingControl.windowSequence);
525 psyData->blockSwitchingControl.windowSequence);
[all...]
H A Dadj_thr.c177 if (psyOutChan->windowSequence != SHORT_WINDOW) {
202 if (psyOutChan->windowSequence != SHORT_WINDOW)
594 psyOutChannel[0].windowSequence==psyOutChannel[1].windowSequence) {
642 if (psyOutChannel[ch].windowSequence != SHORT_WINDOW)
942 const Word16 windowSequence,
955 if (windowSequence != SHORT_WINDOW)
1158 if ((psyOutChannel[0].windowSequence == SHORT_WINDOW) ||
1159 (psyOutChannel[1].windowSequence == SHORT_WINDOW)) {
1164 curWindowSequence = psyOutChannel[0].windowSequence;
939 bitresCalcBitFac( const Word16 bitresBits, const Word16 maxBitresBits, const Word16 pe, const Word16 windowSequence, const Word16 avgBits, const Word16 maxBitFac, ADJ_THR_STATE *AdjThr, ATS_ELEMENT *adjThrChan) argument
[all...]
H A Dqc_main.c356 psyOutChannel[ch].windowSequence,

Completed in 273 milliseconds