Searched refs:e_ans (Results 1 – 1 of 1) sorted by relevance
/external/aac/libPCMutils/src/ |
D | limiter.cpp | 118 INT e_ans; in pcmLimiter_Create() local 140 attackConst = fPow(FL2FXCONST_DBL(0.1f), 0, exponent, 0, &e_ans); in pcmLimiter_Create() 141 attackConst = scaleValue(attackConst, e_ans); in pcmLimiter_Create() 145 releaseConst = fPow(FL2FXCONST_DBL(0.1f), 0, exponent, 0, &e_ans); in pcmLimiter_Create() 146 releaseConst = scaleValue(releaseConst, e_ans); in pcmLimiter_Create() 428 int e_ans; in pcmLimiter_GetMaxGainReduction() local 433 loggain = fLog2(limiter->minGain, 1, &e_ans); in pcmLimiter_GetMaxGainReduction() 437 return fixp_roundToInt(maxGainReduction, (e_ans + 3)); in pcmLimiter_GetMaxGainReduction() 458 INT e_ans; in pcmLimiter_SetSampleRate() local 470 attackConst = fPow(FL2FXCONST_DBL(0.1f), 0, exponent, 0, &e_ans); in pcmLimiter_SetSampleRate() [all …]
|