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

/external/aac/libAACenc/src/
H A Dblock_switch.cpp171 blockSwitchingControl->lastWindowSequence = LONG_WINDOW;
172 blockSwitchingControl->windowShape = blockType2windowShape[blockSwitchingControl->allowShortFrames][blockSwitchingControl->lastWindowSequence];
220 blockSwitchingControl->lastWindowSequence = LONG_WINDOW;
300 blockSwitchingControl->lastWindowSequence =
301 chgWndSqLkAhd[blockSwitchingControl->lastattack][blockSwitchingControl->attack][blockSwitchingControl->lastWindowSequence];
306 blockSwitchingControl->lastWindowSequence =
307 chgWndSq[blockSwitchingControl->attack][blockSwitchingControl->lastWindowSequence];
312 blockSwitchingControl->windowShape = blockType2windowShape[blockSwitchingControl->allowShortFrames][blockSwitchingControl->lastWindowSequence];
400 patchType = synchronizedBlockTypeTable[patchType][blockSwitchingControlLeft->lastWindowSequence];
401 patchType = synchronizedBlockTypeTable[patchType][blockSwitchingControlRight->lastWindowSequence];
[all...]
H A Dblock_switch.h110 INT lastWindowSequence; member in struct:__anon96
H A Dinterface.h122 INT lastWindowSequence; member in struct:__anon105
H A Dpns_func.h112 const INT lastWindowSequence,
H A Dpsy_main.cpp558 isShortWindow[ch]=(psyStatic[ch]->blockSwitchingControl.lastWindowSequence == SHORT_WINDOW);
611 psyStatic[ch]->blockSwitchingControl.lastWindowSequence,
801 psyStatic[ch]->blockSwitchingControl.lastWindowSequence
813 psyStatic[1]->blockSwitchingControl.lastWindowSequence,
814 psyStatic[0]->blockSwitchingControl.lastWindowSequence,
831 /* Scale down spectrum if tns is active in one of the two channels with same lastWindowSequence */
862 psyStatic[ch]->blockSwitchingControl.lastWindowSequence);
866 /* if tns active in current channel or in one channel with same lastWindowSequence left and right */
981 if(psyStatic[ch]->blockSwitchingControl.lastWindowSequence == STOP_WINDOW) {
1003 if(psyStatic[ch]->blockSwitchingControl.lastWindowSequence
[all...]
H A Daacenc_pns.cpp172 lastWindowSequence (long or short blocks)
185 const INT lastWindowSequence,
205 (lastWindowSequence == SHORT_WINDOW) ) /* currently only long blocks */
220 if(lastWindowSequence != LONG_WINDOW) {
183 FDKaacEnc_PnsDetect(PNS_CONFIG *pnsConf, PNS_DATA *pnsData, const INT lastWindowSequence, const INT sfbActive, const INT maxSfbPerGroup, FIXP_DBL *sfbThresholdLdData, const INT *sfbOffset, FIXP_DBL *mdctSpectrum, INT *sfbMaxScaleSpec, FIXP_SGL *sfbtonality, INT tnsOrder, INT tnsPredictionGain, INT tnsActive, FIXP_DBL *sfbEnergyLdData, INT *noiseNrg ) argument
H A Dadj_thr.cpp449 if (psyOutChannel[ch]->lastWindowSequence != SHORT_WINDOW) {
487 if (psyOutChannel[ch]->lastWindowSequence==LONG_WINDOW)
638 if (psyOutChannel[ch]->lastWindowSequence == SHORT_WINDOW) {
994 if (psyOutChannel[0]->lastWindowSequence == SHORT_WINDOW) {
1025 if (psyOutChannel[0]->lastWindowSequence == SHORT_WINDOW){ /* short-blocks */
1070 if (psyOutChannel[ch]->lastWindowSequence == SHORT_WINDOW) {
1455 if ( nChannels==2 && psyOutChannel[0]->lastWindowSequence==psyOutChannel[1]->lastWindowSequence ) {
1501 if (psyOutChannel[ch]->lastWindowSequence != SHORT_WINDOW)
2094 const INT lastWindowSequence,
2091 FDKaacEnc_bitresCalcBitFac(const INT bitresBits, const INT maxBitresBits, const INT pe, const INT lastWindowSequence, const INT avgBits, const FIXP_DBL maxBitFac, ADJ_THR_STATE *AdjThr, ATS_ELEMENT *adjThrChan) argument
[all...]
H A Dqc_main.cpp1061 psyOutCh->lastWindowSequence,
1535 savedBits += (psyChannel[ch]->lastWindowSequence!=SHORT_WINDOW) ? FDKaacEnc_sideInfoTabLong[0]
H A Dbitenc.cpp1073 chBlockType = psyOutChannel[ch]->lastWindowSequence;

Completed in 77 milliseconds