OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:minAttackNrg
(Results
1 - 2
of
2
) sorted by null
/external/aac/libAACenc/src/
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 */
290
if (enMax <
minAttackNrg
) blockSwitchingControl->attack = FALSE;
/frameworks/av/media/libstagefright/codecs/aacenc/src/
block_switch.c
62
static const Word32
minAttackNrg
= 0x00001e84; /* minimum energy for attacks 1e+6 */
182
if (enMax <
minAttackNrg
) {
Completed in 1054 milliseconds