Home
last modified time | relevance | path

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

/external/aac/libAACenc/src/
Dblock_switch.cpp389 BLOCK_SWITCHING_CONTROL *blockSwitchingControlLeft, in FDKaacEnc_SyncBlockSwitching() argument
400 … patchType = synchronizedBlockTypeTable[patchType][blockSwitchingControlLeft->lastWindowSequence]; in FDKaacEnc_SyncBlockSwitching()
408 blockSwitchingControlLeft->lastWindowSequence = patchType; in FDKaacEnc_SyncBlockSwitching()
412blockSwitchingControlLeft->windowShape = blockType2windowShape[blockSwitchingControlLeft->allowSh… in FDKaacEnc_SyncBlockSwitching()
413 …blockSwitchingControlRight->windowShape = blockType2windowShape[blockSwitchingControlLeft->allowSh… in FDKaacEnc_SyncBlockSwitching()
416 if (blockSwitchingControlLeft->allowShortFrames) in FDKaacEnc_SyncBlockSwitching()
425 int windowSequenceLeftOld = blockSwitchingControlLeft->lastWindowSequence; in FDKaacEnc_SyncBlockSwitching()
431 blockSwitchingControlLeft->noOfGroups = 1; in FDKaacEnc_SyncBlockSwitching()
433 blockSwitchingControlLeft->groupLen[0] = 1; in FDKaacEnc_SyncBlockSwitching()
438 blockSwitchingControlLeft->groupLen[i] = 0; in FDKaacEnc_SyncBlockSwitching()
[all …]
Dblock_switch.h141 BLOCK_SWITCHING_CONTROL *blockSwitchingControlLeft,