Home
last modified time | relevance | path

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

/external/aac/libAACenc/src/
Dblock_switch.cpp174 blockSwitchingControl->allowShortFrames = 0; in FDKaacEnc_InitBlockSwitching()
178 blockSwitchingControl->allowShortFrames = 1; in FDKaacEnc_InitBlockSwitching()
187 blockType2windowShape[blockSwitchingControl->allowShortFrames] in FDKaacEnc_InitBlockSwitching()
261 if (blockSwitchingControl->allowShortFrames) { in FDKaacEnc_BlockSwitching()
342 blockType2windowShape[blockSwitchingControl->allowShortFrames] in FDKaacEnc_BlockSwitching()
450 blockType2windowShape[blockSwitchingControlLeft->allowShortFrames] in FDKaacEnc_SyncBlockSwitching()
453 blockType2windowShape[blockSwitchingControlLeft->allowShortFrames] in FDKaacEnc_SyncBlockSwitching()
457 if (blockSwitchingControlLeft->allowShortFrames) { in FDKaacEnc_SyncBlockSwitching()
564 if (!blockSwitchingControlLeft->allowShortFrames) { in FDKaacEnc_SyncBlockSwitching()
572 if (!blockSwitchingControlRight->allowShortFrames) { in FDKaacEnc_SyncBlockSwitching()
Dblock_switch.h132 INT allowShortFrames; /* for Low Delay, don't allow short frames */ member