Lines Matching refs:blockSwitchingControl
234 FDKaacEnc_InitBlockSwitching(&psyStatic->blockSwitchingControl,
522 FDKaacEnc_BlockSwitching (&psyStatic[ch]->blockSwitchingControl,
538 err = FDKaacEnc_SyncBlockSwitching(&psyStatic[0]->blockSwitchingControl,
539 &psyStatic[1]->blockSwitchingControl,
560 isShortWindow[ch]=(psyStatic[ch]->blockSwitchingControl.lastWindowSequence == SHORT_WINDOW);
613 psyStatic[ch]->blockSwitchingControl.lastWindowSequence,
614 psyStatic[ch]->blockSwitchingControl.windowShape,
615 &psyStatic[ch]->blockSwitchingControl.lastWindowShape,
804 psyStatic[ch]->blockSwitchingControl.lastWindowSequence
816 psyStatic[1]->blockSwitchingControl.lastWindowSequence,
817 psyStatic[0]->blockSwitchingControl.lastWindowSequence,
869 psyStatic[ch]->blockSwitchingControl.lastWindowSequence);
988 if(psyStatic[ch]->blockSwitchingControl.lastWindowSequence == STOP_WINDOW) {
1010 if(psyStatic[ch]->blockSwitchingControl.lastWindowSequence == START_WINDOW)
1046 (psyStatic[1]->blockSwitchingControl.lastWindowSequence != SHORT_WINDOW),
1059 noSfb = psyStatic[ch]->blockSwitchingControl.noOfGroups * hPsyConfShort->sfbCnt;
1073 psyStatic[ch]->blockSwitchingControl.noOfGroups,
1074 psyStatic[ch]->blockSwitchingControl.groupLen,
1151 psyStatic[ch]->blockSwitchingControl.lastWindowSequence,
1178 if(psyStatic[0]->blockSwitchingControl.lastWindowSequence != SHORT_WINDOW)
1249 psyStatic[0]->blockSwitchingControl.noOfGroups*hPsyConfShort->sfbCnt,
1264 psyStatic[0]->blockSwitchingControl.noOfGroups*hPsyConfShort->sfbCnt,
1305 psyOutChannel[ch]->lastWindowSequence = psyStatic[ch]->blockSwitchingControl.lastWindowSequence;
1306 psyOutChannel[ch]->windowShape = psyStatic[ch]->blockSwitchingControl.windowShape;
1309 INT sfbCnt = psyStatic[ch]->blockSwitchingControl.noOfGroups*hPsyConfShort->sfbCnt;
1319 for (grp = 0; grp < psyStatic[ch]->blockSwitchingControl.noOfGroups; grp++)
1322 for (j=1; j<psyStatic[ch]->blockSwitchingControl.groupLen[grp]; j++) {
1329 FDKmemcpy(psyOutChannel[ch]->groupLen,psyStatic[ch]->blockSwitchingControl.groupLen,MAX_NO_OF_GROUPS*sizeof(INT));