Home
last modified time | relevance | path

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

/external/aac/libAACenc/src/
Dblock_switch.cpp185 blockSwitchingControl->lastWindowSequence = LONG_WINDOW; in FDKaacEnc_InitBlockSwitching()
188 [blockSwitchingControl->lastWindowSequence]; in FDKaacEnc_InitBlockSwitching()
241 blockSwitchingControl->lastWindowSequence = LONG_WINDOW; in FDKaacEnc_BlockSwitching()
329 blockSwitchingControl->lastWindowSequence = in FDKaacEnc_BlockSwitching()
332 [blockSwitchingControl->lastWindowSequence]; in FDKaacEnc_BlockSwitching()
335 blockSwitchingControl->lastWindowSequence = in FDKaacEnc_BlockSwitching()
337 [blockSwitchingControl->lastWindowSequence]; in FDKaacEnc_BlockSwitching()
343 [blockSwitchingControl->lastWindowSequence]; in FDKaacEnc_BlockSwitching()
436 ->lastWindowSequence]; in FDKaacEnc_SyncBlockSwitching()
438 ->lastWindowSequence]; in FDKaacEnc_SyncBlockSwitching()
[all …]
Dpsy_main.cpp518 (psyStatic[ch]->blockSwitchingControl.lastWindowSequence == in FDKaacEnc_psyMain()
565 psyStatic[ch]->blockSwitchingControl.lastWindowSequence, in FDKaacEnc_psyMain()
575 psyStatic[ch]->blockSwitchingControl.lastWindowSequence, in FDKaacEnc_psyMain()
779 psyStatic[ch]->blockSwitchingControl.lastWindowSequence); in FDKaacEnc_psyMain()
788 psyStatic[1]->blockSwitchingControl.lastWindowSequence, in FDKaacEnc_psyMain()
789 psyStatic[0]->blockSwitchingControl.lastWindowSequence, in FDKaacEnc_psyMain()
853 w, psyStatic[ch]->blockSwitchingControl.lastWindowSequence); in FDKaacEnc_psyMain()
975 if (psyStatic[ch]->blockSwitchingControl.lastWindowSequence == in FDKaacEnc_psyMain()
996 if (psyStatic[ch]->blockSwitchingControl.lastWindowSequence == in FDKaacEnc_psyMain()
1033 (psyStatic[1]->blockSwitchingControl.lastWindowSequence != in FDKaacEnc_psyMain()
[all …]
Daacenc_pns.cpp174 const INT lastWindowSequence, const INT sfbActive, in FDKaacEnc_PnsDetect() argument
197 (lastWindowSequence == SHORT_WINDOW)) { in FDKaacEnc_PnsDetect()
203 (lastWindowSequence != LONG_WINDOW)) { in FDKaacEnc_PnsDetect()
Dblock_switch.h124 INT lastWindowSequence; member
Dinterface.h125 INT lastWindowSequence; member
Dpns_func.h115 const INT lastWindowSequence, const INT sfbActive,
Dadj_thr.cpp554 if (psyOutChannel[ch]->lastWindowSequence != SHORT_WINDOW) { in FDKaacEnc_initAvoidHoleFlag()
593 if (psyOutChannel[ch]->lastWindowSequence == LONG_WINDOW) in FDKaacEnc_initAvoidHoleFlag()
766 if (psyOutChannel[ch]->lastWindowSequence == SHORT_WINDOW) { in FDKaacEnc_calcWeighting()
1154 if (psyOutChannel[0]->lastWindowSequence == SHORT_WINDOW) { in FDKaacEnc_reduceThresholdsVBR()
1193 if (psyOutChannel[0]->lastWindowSequence == SHORT_WINDOW) { /* short-blocks */ in FDKaacEnc_reduceThresholdsVBR()
1248 if (psyOutChannel[ch]->lastWindowSequence == SHORT_WINDOW) { in FDKaacEnc_reduceThresholdsVBR()
1654 if (nChannels == 2 && psyOutChannel[0]->lastWindowSequence == in FDKaacEnc_allowMoreHoles()
1655 psyOutChannel[1]->lastWindowSequence) { in FDKaacEnc_allowMoreHoles()
1752 if (psyOutChannel->lastWindowSequence != SHORT_WINDOW) { in FDKaacEnc_allowMoreHoles()
2356 const INT pe, const INT lastWindowSequence, in FDKaacEnc_bitresCalcBitFac() argument
[all …]
Dqc_main.cpp1012 qcOutCh->scf, psyOutCh->lastWindowSequence, psyOutCh->sfbCnt, in FDKaacEnc_QCMain()
1464 savedBits += (psyChannel[ch]->lastWindowSequence != SHORT_WINDOW) in FDKaacEnc_crashRecovery()
Dbitenc.cpp994 chBlockType = psyOutChannel[ch]->lastWindowSequence; in FDKaacEnc_ChannelElementWrite()