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

  /external/aac/libAACenc/src/
block_switch.h 102 #define BLOCK_SWITCH_ENERGY_SHIFT 7 /* should be logDualis(BLOCK_SWITCH_WINDOW_LEN) to avoid overflow in windowNrgs. */
block_switch.cpp 128 static const FIXP_DBL minAttackNrg = (FL2FXCONST_DBL(1e+6f*NORM_PCM_ENERGY)>>BLOCK_SWITCH_ENERGY_SHIFT); /* minimum energy for attacks */
142 static const FIXP_DBL minAttackNrg = (FL2FXCONST_DBL(1e+6f*NORM_PCM_ENERGY)>>BLOCK_SWITCH_ENERGY_SHIFT); /* minimum energy for attacks */
375 /* subtract 2 from overallscaling (BLOCK_SWITCH_ENERGY_SHIFT)
377 * subtract 1 from overallscaling (BLOCK_SWITCH_ENERGY_SHIFT)
379 temp_windowNrg += fPow2Div2(tempUnfiltered) >> (BLOCK_SWITCH_ENERGY_SHIFT - 1 - 2);
380 temp_windowNrgF += fPow2Div2(tempFiltred) >> (BLOCK_SWITCH_ENERGY_SHIFT - 1 - 2);

Completed in 94 milliseconds