OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:enMax
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libstagefright/codecs/aacenc/src/
block_switch.c
115
Word32 enM1,
enMax
;
152
enMax
= 0;
179
enMax
= max(
enMax
, enM1);
182
if (
enMax
< minAttackNrg) {
/external/aac/libAACenc/src/
block_switch.cpp
211
FIXP_DBL enM1,
enMax
;
265
enMax
= FL2FXCONST_DBL(0.0f);
277
enMax
= fixMax(
enMax
, enM1);
281
if (
enMax
< minAttackNrg) blockSwitchingControl->attack = FALSE;
Completed in 138 milliseconds