Home | History | Annotate | Download | only in src

Lines Matching refs:nBlockSwitchWindows

157     blockSwitchingControl->nBlockSwitchWindows = 4;
163 blockSwitchingControl->nBlockSwitchWindows = 8;
213 UINT nBlockSwitchWindows = blockSwitchingControl->nBlockSwitchWindows;
257 FDKaacEnc_CalcWindowEnergy(blockSwitchingControl, granuleLength>>(nBlockSwitchWindows==4? 2:3 ), pTimeSignal);
266 enM1 = blockSwitchingControl->windowNrgF[0][nBlockSwitchWindows-1];
268 for (i=0; i<nBlockSwitchWindows; i++) {
286 if ( ((blockSwitchingControl->windowNrgF[0][nBlockSwitchWindows-1]>>4) > fMult((FIXP_DBL)(10<<(DFRACT_BITS-1-4)), blockSwitchingControl->windowNrgF[1][1]))
287 && (blockSwitchingControl->lastAttackIndex == (INT)nBlockSwitchWindows-1)
338 for (w=0; w < blockSwitchingControl->nBlockSwitchWindows; w++) {