Searched refs:nBlockSwitchWindows (Results 1 – 2 of 2) sorted by relevance
173 blockSwitchingControl->nBlockSwitchWindows = 4; in FDKaacEnc_InitBlockSwitching()177 blockSwitchingControl->nBlockSwitchWindows = 8; in FDKaacEnc_InitBlockSwitching()235 UINT nBlockSwitchWindows = blockSwitchingControl->nBlockSwitchWindows; in FDKaacEnc_BlockSwitching() local287 granuleLength >> (nBlockSwitchWindows == 4 ? 2 : 3), pTimeSignal); in FDKaacEnc_BlockSwitching()296 enM1 = blockSwitchingControl->windowNrgF[0][nBlockSwitchWindows - 1]; in FDKaacEnc_BlockSwitching()298 for (i = 0; i < nBlockSwitchWindows; i++) { in FDKaacEnc_BlockSwitching()318 if (((blockSwitchingControl->windowNrgF[0][nBlockSwitchWindows - 1] >> 4) > in FDKaacEnc_BlockSwitching()322 (INT)nBlockSwitchWindows - 1)) { in FDKaacEnc_BlockSwitching()377 for (w = 0; w < blockSwitchingControl->nBlockSwitchWindows; w++) { in FDKaacEnc_CalcWindowEnergy()
127 UINT nBlockSwitchWindows; /* number of windows for energy calculation */ member