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

/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Dblock_switch.c373 BLOCK_SWITCHING_CONTROL *blockSwitchingControlRight,
392 patchType = synchronizedBlockTypeTable[patchType][blockSwitchingControlRight->windowSequence];
396 blockSwitchingControlRight->windowSequence = patchType;
402 blockSwitchingControlRight->noOfGroups = 1;
404 blockSwitchingControlRight->groupLen[0] = 1;
408 blockSwitchingControlRight->groupLen[i] = 0;
413 if (blockSwitchingControlLeft->maxWindowNrg > blockSwitchingControlRight->maxWindowNrg) {
415 blockSwitchingControlRight->noOfGroups = blockSwitchingControlLeft->noOfGroups;
417 blockSwitchingControlRight->groupLen[i] = blockSwitchingControlLeft->groupLen[i];
422 blockSwitchingControlLeft->noOfGroups = blockSwitchingControlRight
372 SyncBlockSwitching(BLOCK_SWITCHING_CONTROL *blockSwitchingControlLeft, BLOCK_SWITCHING_CONTROL *blockSwitchingControlRight, const Word16 nChannels) argument
[all...]

Completed in 168 milliseconds