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

  /external/aac/libAACenc/src/
block_switch.h 136 FIXP_DBL maxWindowNrg; /* max energy in subwindows */
block_switch.cpp 276 blockSwitchingControl->maxWindowNrg =
280 blockSwitchingControl->maxWindowNrg = FL2FXCONST_DBL(0.0);
485 * syncing, use the grouping of channel with higher maxWindowNrg */
488 if (blockSwitchingControlLeft->maxWindowNrg >
489 blockSwitchingControlRight->maxWindowNrg) {

Completed in 389 milliseconds