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:__anon463
96 const Word16 windowSequence,
H A Dblock_switch.h39 Word16 windowSequence; member in struct:__anon458
/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.c201 blockSwitchingControl->windowSequence = blockSwitchingControl->nextwindowSequence;
214 if (blockSwitchingControl->windowSequence== LONG_WINDOW) {
215 blockSwitchingControl->windowSequence = START_WINDOW;
218 if (blockSwitchingControl->windowSequence == STOP_WINDOW) {
219 blockSwitchingControl->windowSequence = SHORT_WINDOW;
230 if (blockSwitchingControl->windowSequence == SHORT_WINDOW) {
354 if (blockSwitchingControlLeft->windowSequence != SHORT_WINDOW) {
364 patchType = synchronizedBlockTypeTable[patchType][blockSwitchingControlLeft->windowSequence];
365 patchType = synchronizedBlockTypeTable[patchType][blockSwitchingControlRight->windowSequence];
368 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.c291 psyData[ch].blockSwitchingControl.windowSequence);
311 if(psyData[ch].blockSwitchingControl.windowSequence != SHORT_WINDOW) {
357 if (psyData[ch].blockSwitchingControl.windowSequence == SHORT_WINDOW) {
385 if (psyData[0].blockSwitchingControl.windowSequence != SHORT_WINDOW)
428 if (psyData[ch].blockSwitchingControl.windowSequence != SHORT_WINDOW)
436 psyData[ch].blockSwitchingControl.windowSequence,
437 blockType2windowShape[psyData[ch].blockSwitchingControl.windowSequence],
509 psyData->blockSwitchingControl.windowSequence,
518 psyData->blockSwitchingControl.windowSequence);
529 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.c354 psyOutChannel[ch].windowSequence,

Completed in 86 milliseconds