HomeSort by relevance Sort by last modified time
    Searched refs:nBlockSwitchWindows (Results 1 - 2 of 2) sorted by null

  /external/aac/libAACenc/src/
block_switch.h 113 UINT nBlockSwitchWindows; /* number of windows for energy calculation */
block_switch.cpp 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++)
    [all...]

Completed in 93 milliseconds