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 127 UINT nBlockSwitchWindows; /* number of windows for energy calculation */
block_switch.cpp 173 blockSwitchingControl->nBlockSwitchWindows = 4;
177 blockSwitchingControl->nBlockSwitchWindows = 8;
235 UINT nBlockSwitchWindows = blockSwitchingControl->nBlockSwitchWindows;
287 granuleLength >> (nBlockSwitchWindows == 4 ? 2 : 3), pTimeSignal);
296 enM1 = blockSwitchingControl->windowNrgF[0][nBlockSwitchWindows - 1];
298 for (i = 0; i < nBlockSwitchWindows; i++) {
318 if (((blockSwitchingControl->windowNrgF[0][nBlockSwitchWindows - 1] >> 4) >
322 (INT)nBlockSwitchWindows - 1)) {
377 for (w = 0; w < blockSwitchingControl->nBlockSwitchWindows; w++)
    [all...]

Completed in 352 milliseconds