Home
last modified time | relevance | path

Searched refs:allowShortFrames (Results 1 – 2 of 2) sorted by relevance

/external/aac/libAACenc/src/
Dblock_switch.cpp158 blockSwitchingControl->allowShortFrames = 0; in FDKaacEnc_InitBlockSwitching()
164 blockSwitchingControl->allowShortFrames = 1; in FDKaacEnc_InitBlockSwitching()
172 …indowShape = blockType2windowShape[blockSwitchingControl->allowShortFrames][blockSwitchi… in FDKaacEnc_InitBlockSwitching()
236 if (blockSwitchingControl->allowShortFrames) in FDKaacEnc_BlockSwitching()
312 …Control->windowShape = blockType2windowShape[blockSwitchingControl->allowShortFrames][blockSwitchi… in FDKaacEnc_BlockSwitching()
412 …ft->windowShape = blockType2windowShape[blockSwitchingControlLeft->allowShortFrames][blockSwitchi… in FDKaacEnc_SyncBlockSwitching()
413 …ght->windowShape = blockType2windowShape[blockSwitchingControlLeft->allowShortFrames][blockSwitchi… in FDKaacEnc_SyncBlockSwitching()
416 if (blockSwitchingControlLeft->allowShortFrames) in FDKaacEnc_SyncBlockSwitching()
523 if ( ! blockSwitchingControlLeft->allowShortFrames ) { in FDKaacEnc_SyncBlockSwitching()
532 if ( ! blockSwitchingControlRight->allowShortFrames ) { in FDKaacEnc_SyncBlockSwitching()
Dblock_switch.h118 INT allowShortFrames; /* for Low Delay, don't allow short frames */ member