Searched defs:blockSwitchingControlLeft (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Dblock_switch.c345 Word16 SyncBlockSwitching(BLOCK_SWITCHING_CONTROL *blockSwitchingControlLeft, argument
354 if (blockSwitchingControlLeft->windowSequence != SHORT_WINDOW) {
355 blockSwitchingControlLeft->noOfGroups = 1;
356 blockSwitchingControlLeft->groupLen[0] = 1;
359 blockSwitchingControlLeft->groupLen[i] = 0;
364 patchType = synchronizedBlockTypeTable[patchType][blockSwitchingControlLeft->windowSequence];
368 blockSwitchingControlLeft->windowSequence = patchType;
374 blockSwitchingControlLeft->noOfGroups = 1;
376 blockSwitchingControlLeft->groupLen[0] = 1;
380 blockSwitchingControlLeft
[all...]

Completed in 144 milliseconds