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

/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Dblock_switch.c372 Word16 SyncBlockSwitching(BLOCK_SWITCHING_CONTROL *blockSwitchingControlLeft, argument
381 if (blockSwitchingControlLeft->windowSequence != SHORT_WINDOW) {
382 blockSwitchingControlLeft->noOfGroups = 1;
383 blockSwitchingControlLeft->groupLen[0] = 1;
386 blockSwitchingControlLeft->groupLen[i] = 0;
391 patchType = synchronizedBlockTypeTable[patchType][blockSwitchingControlLeft->windowSequence];
395 blockSwitchingControlLeft->windowSequence = patchType;
401 blockSwitchingControlLeft->noOfGroups = 1;
403 blockSwitchingControlLeft->groupLen[0] = 1;
407 blockSwitchingControlLeft
[all...]

Completed in 83 milliseconds