OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:attackconst
(Results
1 - 1
of
1
) sorted by null
/external/aac/libPCMutils/src/
limiter.cpp
96
FIXP_DBL
attackConst
, releaseConst;
124
FIXP_DBL
attackConst
, releaseConst, exponent;
144
/*
attackConst
= pow(0.1, 1.0 / (attack + 1)) */
146
attackConst
= fPow(FL2FXCONST_DBL(0.1f), 0, exponent, 0, &e_ans);
147
attackConst
= scaleValue(
attackConst
, e_ans);
159
limiter->
attackConst
=
attackConst
;
237
FIXP_DBL
attackConst
= limiter->
attackConst
;
[
all
...]
Completed in 79 milliseconds