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

  /external/aac/libAACenc/src/
block_switch.h 122 FIXP_DBL maxWindowNrg; /* max energy in subwindows */
block_switch.cpp 249 blockSwitchingControl->maxWindowNrg = FDKaacEnc_GetWindowEnergy(blockSwitchingControl->windowNrg[0], blockSwitchingControl->lastAttackIndex);
251 blockSwitchingControl->maxWindowNrg = FL2FXCONST_DBL(0.0);
445 /* in case all two channels were detected as short-blocks before syncing, use the grouping of channel with higher maxWindowNrg */
449 if(blockSwitchingControlLeft->maxWindowNrg > blockSwitchingControlRight->maxWindowNrg) {
  /frameworks/av/media/libstagefright/codecs/aacenc/inc/
block_switch.h 50 Word32 maxWindowNrg; /* max energy in subwindows */
  /frameworks/av/media/libstagefright/codecs/aacenc/src/
block_switch.c 124 blockSwitchingControl->maxWindowNrg = SrchMaxWithIndex( &blockSwitchingControl->windowNrg[0][BLOCK_SWITCH_WINDOWS-1],
413 if (blockSwitchingControlLeft->maxWindowNrg > blockSwitchingControlRight->maxWindowNrg) {

Completed in 80 milliseconds