Home
last modified time | relevance | path

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

/external/aac/libAACenc/src/
Dblock_switch.cpp180 blockSwitchingControl->lastWindowSequence = LONG_WINDOW; in FDKaacEnc_InitBlockSwitching()
181 …pe2windowShape[blockSwitchingControl->allowShortFrames][blockSwitchingControl->lastWindowSequence]; in FDKaacEnc_InitBlockSwitching()
229 blockSwitchingControl->lastWindowSequence = LONG_WINDOW; in FDKaacEnc_BlockSwitching()
309 blockSwitchingControl->lastWindowSequence = in FDKaacEnc_BlockSwitching()
310 …hingControl->lastattack][blockSwitchingControl->attack][blockSwitchingControl->lastWindowSequence]; in FDKaacEnc_BlockSwitching()
315 blockSwitchingControl->lastWindowSequence = in FDKaacEnc_BlockSwitching()
316 chgWndSq[blockSwitchingControl->attack][blockSwitchingControl->lastWindowSequence]; in FDKaacEnc_BlockSwitching()
321 …pe2windowShape[blockSwitchingControl->allowShortFrames][blockSwitchingControl->lastWindowSequence]; in FDKaacEnc_BlockSwitching()
412 … patchType = synchronizedBlockTypeTable[patchType][blockSwitchingControlLeft->lastWindowSequence]; in FDKaacEnc_SyncBlockSwitching()
413 … patchType = synchronizedBlockTypeTable[patchType][blockSwitchingControlRight->lastWindowSequence]; in FDKaacEnc_SyncBlockSwitching()
[all …]
Dpsy_main.cpp563 isShortWindow[ch]=(psyStatic[ch]->blockSwitchingControl.lastWindowSequence == SHORT_WINDOW); in FDKaacEnc_psyMain()
616 psyStatic[ch]->blockSwitchingControl.lastWindowSequence, in FDKaacEnc_psyMain()
806 psyStatic[ch]->blockSwitchingControl.lastWindowSequence in FDKaacEnc_psyMain()
818 psyStatic[1]->blockSwitchingControl.lastWindowSequence, in FDKaacEnc_psyMain()
819 psyStatic[0]->blockSwitchingControl.lastWindowSequence, in FDKaacEnc_psyMain()
867 psyStatic[ch]->blockSwitchingControl.lastWindowSequence); in FDKaacEnc_psyMain()
986 if(psyStatic[ch]->blockSwitchingControl.lastWindowSequence == STOP_WINDOW) { in FDKaacEnc_psyMain()
1008 if(psyStatic[ch]->blockSwitchingControl.lastWindowSequence == START_WINDOW) in FDKaacEnc_psyMain()
1044 … (psyStatic[1]->blockSwitchingControl.lastWindowSequence != SHORT_WINDOW), in FDKaacEnc_psyMain()
1149 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.h111 INT lastWindowSequence; member
Dinterface.h121 INT lastWindowSequence; member
Dpns_func.h112 const INT lastWindowSequence,
Dadj_thr.cpp245 if (psyOutChannel[ch]->lastWindowSequence != SHORT_WINDOW) { in FDKaacEnc_initAvoidHoleFlag()
283 if (psyOutChannel[ch]->lastWindowSequence==LONG_WINDOW) in FDKaacEnc_initAvoidHoleFlag()
434 if (psyOutChannel[ch]->lastWindowSequence == SHORT_WINDOW) { in FDKaacEnc_calcWeighting()
787 if (psyOutChannel[0]->lastWindowSequence == SHORT_WINDOW) { in FDKaacEnc_reduceThresholdsVBR()
818 if (psyOutChannel[0]->lastWindowSequence == SHORT_WINDOW){ /* short-blocks */ in FDKaacEnc_reduceThresholdsVBR()
863 if (psyOutChannel[ch]->lastWindowSequence == SHORT_WINDOW) { in FDKaacEnc_reduceThresholdsVBR()
1249 …if ( nChannels==2 && psyOutChannel[0]->lastWindowSequence==psyOutChannel[1]->lastWindowSequence ) { in FDKaacEnc_allowMoreHoles()
1295 if (psyOutChannel[ch]->lastWindowSequence != SHORT_WINDOW) in FDKaacEnc_allowMoreHoles()
1880 const INT lastWindowSequence, in FDKaacEnc_bitresCalcBitFac() argument
1903 if (lastWindowSequence != SHORT_WINDOW) in FDKaacEnc_bitresCalcBitFac()
[all …]
Dqc_main.cpp1055 psyOutCh->lastWindowSequence, in FDKaacEnc_QCMain()
1529 … savedBits += (psyChannel[ch]->lastWindowSequence!=SHORT_WINDOW) ? FDKaacEnc_sideInfoTabLong[0] in FDKaacEnc_crashRecovery()
Dbitenc.cpp1073 chBlockType = psyOutChannel[ch]->lastWindowSequence; in FDKaacEnc_ChannelElementWrite()