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

/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Dblock_switch.c346 BLOCK_SWITCHING_CONTROL *blockSwitchingControlRight,
365 patchType = synchronizedBlockTypeTable[patchType][blockSwitchingControlRight->windowSequence];
369 blockSwitchingControlRight->windowSequence = patchType;
375 blockSwitchingControlRight->noOfGroups = 1;
377 blockSwitchingControlRight->groupLen[0] = 1;
381 blockSwitchingControlRight->groupLen[i] = 0;
386 if (blockSwitchingControlLeft->maxWindowNrg > blockSwitchingControlRight->maxWindowNrg) {
388 blockSwitchingControlRight->noOfGroups = blockSwitchingControlLeft->noOfGroups;
390 blockSwitchingControlRight->groupLen[i] = blockSwitchingControlLeft->groupLen[i];
395 blockSwitchingControlLeft->noOfGroups = blockSwitchingControlRight
345 SyncBlockSwitching(BLOCK_SWITCHING_CONTROL *blockSwitchingControlLeft, BLOCK_SWITCHING_CONTROL *blockSwitchingControlRight, const Word16 nChannels) argument
[all...]

Completed in 31 milliseconds