Home
last modified time | relevance | path

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

/external/aac/libAACenc/src/
Dblock_switch.cpp171 blockSwitchingControl->lastWindowSequence = LONG_WINDOW; in FDKaacEnc_InitBlockSwitching()
172 …pe2windowShape[blockSwitchingControl->allowShortFrames][blockSwitchingControl->lastWindowSequence]; in FDKaacEnc_InitBlockSwitching()
220 blockSwitchingControl->lastWindowSequence = LONG_WINDOW; in FDKaacEnc_BlockSwitching()
300 blockSwitchingControl->lastWindowSequence = in FDKaacEnc_BlockSwitching()
301 …hingControl->lastattack][blockSwitchingControl->attack][blockSwitchingControl->lastWindowSequence]; in FDKaacEnc_BlockSwitching()
306 blockSwitchingControl->lastWindowSequence = in FDKaacEnc_BlockSwitching()
307 chgWndSq[blockSwitchingControl->attack][blockSwitchingControl->lastWindowSequence]; in FDKaacEnc_BlockSwitching()
312 …pe2windowShape[blockSwitchingControl->allowShortFrames][blockSwitchingControl->lastWindowSequence]; in FDKaacEnc_BlockSwitching()
400 … patchType = synchronizedBlockTypeTable[patchType][blockSwitchingControlLeft->lastWindowSequence]; in FDKaacEnc_SyncBlockSwitching()
401 … patchType = synchronizedBlockTypeTable[patchType][blockSwitchingControlRight->lastWindowSequence]; in FDKaacEnc_SyncBlockSwitching()
[all …]
Dpsy_main.cpp558 isShortWindow[ch]=(psyStatic[ch]->blockSwitchingControl.lastWindowSequence == SHORT_WINDOW); in FDKaacEnc_psyMain()
611 psyStatic[ch]->blockSwitchingControl.lastWindowSequence, in FDKaacEnc_psyMain()
801 psyStatic[ch]->blockSwitchingControl.lastWindowSequence in FDKaacEnc_psyMain()
813 psyStatic[1]->blockSwitchingControl.lastWindowSequence, in FDKaacEnc_psyMain()
814 psyStatic[0]->blockSwitchingControl.lastWindowSequence, in FDKaacEnc_psyMain()
862 psyStatic[ch]->blockSwitchingControl.lastWindowSequence); in FDKaacEnc_psyMain()
981 if(psyStatic[ch]->blockSwitchingControl.lastWindowSequence == STOP_WINDOW) { in FDKaacEnc_psyMain()
1003 if(psyStatic[ch]->blockSwitchingControl.lastWindowSequence == START_WINDOW) in FDKaacEnc_psyMain()
1039 … (psyStatic[1]->blockSwitchingControl.lastWindowSequence != SHORT_WINDOW), in FDKaacEnc_psyMain()
1144 psyStatic[ch]->blockSwitchingControl.lastWindowSequence, in FDKaacEnc_psyMain()
[all …]
Daacenc_pns.cpp185 const INT lastWindowSequence, in FDKaacEnc_PnsDetect() argument
205 (lastWindowSequence == SHORT_WINDOW) ) /* currently only long blocks */ in FDKaacEnc_PnsDetect()
220 if(lastWindowSequence != LONG_WINDOW) { in FDKaacEnc_PnsDetect()
Dblock_switch.h110 INT lastWindowSequence; member
Dinterface.h122 INT lastWindowSequence; member
Dpns_func.h112 const INT lastWindowSequence,
Dadj_thr.cpp449 if (psyOutChannel[ch]->lastWindowSequence != SHORT_WINDOW) { in FDKaacEnc_initAvoidHoleFlag()
487 if (psyOutChannel[ch]->lastWindowSequence==LONG_WINDOW) in FDKaacEnc_initAvoidHoleFlag()
638 if (psyOutChannel[ch]->lastWindowSequence == SHORT_WINDOW) { in FDKaacEnc_calcWeighting()
994 if (psyOutChannel[0]->lastWindowSequence == SHORT_WINDOW) { in FDKaacEnc_reduceThresholdsVBR()
1025 if (psyOutChannel[0]->lastWindowSequence == SHORT_WINDOW){ /* short-blocks */ in FDKaacEnc_reduceThresholdsVBR()
1070 if (psyOutChannel[ch]->lastWindowSequence == SHORT_WINDOW) { in FDKaacEnc_reduceThresholdsVBR()
1455 …if ( nChannels==2 && psyOutChannel[0]->lastWindowSequence==psyOutChannel[1]->lastWindowSequence ) { in FDKaacEnc_allowMoreHoles()
1501 if (psyOutChannel[ch]->lastWindowSequence != SHORT_WINDOW) in FDKaacEnc_allowMoreHoles()
2094 const INT lastWindowSequence, in FDKaacEnc_bitresCalcBitFac() argument
2117 if (lastWindowSequence != SHORT_WINDOW) in FDKaacEnc_bitresCalcBitFac()
[all …]
Dqc_main.cpp1061 psyOutCh->lastWindowSequence, in FDKaacEnc_QCMain()
1535 … savedBits += (psyChannel[ch]->lastWindowSequence!=SHORT_WINDOW) ? FDKaacEnc_sideInfoTabLong[0] in FDKaacEnc_crashRecovery()
Dbitenc.cpp1073 chBlockType = psyOutChannel[ch]->lastWindowSequence; in FDKaacEnc_ChannelElementWrite()