Searched refs:nBlockSwitchWindows (Results 1 - 2 of 2) sorted by relevance

/external/aac/libAACenc/src/
H A Dblock_switch.h113 UINT nBlockSwitchWindows; /* number of windows for energy calculation */ member in struct:__anon96
H A Dblock_switch.cpp157 blockSwitchingControl->nBlockSwitchWindows = 4;
163 blockSwitchingControl->nBlockSwitchWindows = 8;
213 UINT nBlockSwitchWindows = blockSwitchingControl->nBlockSwitchWindows; local
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;
[all...]

Completed in 45 milliseconds