Home
last modified time | relevance | path

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

/external/aac/libAACenc/src/
Dblock_switch.cpp157 blockSwitchingControl->nBlockSwitchWindows = 4; in FDKaacEnc_InitBlockSwitching()
163 blockSwitchingControl->nBlockSwitchWindows = 8; in FDKaacEnc_InitBlockSwitching()
213 UINT nBlockSwitchWindows = blockSwitchingControl->nBlockSwitchWindows; in FDKaacEnc_BlockSwitching() local
257 …FDKaacEnc_CalcWindowEnergy(blockSwitchingControl, granuleLength>>(nBlockSwitchWindows==4? 2:3 ), p… in FDKaacEnc_BlockSwitching()
266 enM1 = blockSwitchingControl->windowNrgF[0][nBlockSwitchWindows-1]; in FDKaacEnc_BlockSwitching()
268 for (i=0; i<nBlockSwitchWindows; i++) { in FDKaacEnc_BlockSwitching()
286 …if ( ((blockSwitchingControl->windowNrgF[0][nBlockSwitchWindows-1]>>4) > fMult((FIXP_DBL)(10<<(DFR… in FDKaacEnc_BlockSwitching()
287 && (blockSwitchingControl->lastAttackIndex == (INT)nBlockSwitchWindows-1) in FDKaacEnc_BlockSwitching()
338 for (w=0; w < blockSwitchingControl->nBlockSwitchWindows; w++) { in FDKaacEnc_CalcWindowEnergy()
Dblock_switch.h113 UINT nBlockSwitchWindows; /* number of windows for energy calculation */ member