Home
last modified time | relevance | path

Searched refs:FAST_LOG10 (Results 1 – 5 of 5) sorted by relevance

/third_party/lame/libmp3lame/
Dutil.h99 #define FAST_LOG10(x) (fast_log2(x)*(LOG2/LOG10)) macro
104 #define FAST_LOG10(x) log10(x) macro
Dquantize_pvt.c875 noise = FAST_LOG10(Max(distort_, 1E-20f)); in calc_noise()
Dpsymodel.c503 pe_s += regcoef_s[sb] * FAST_LOG10(en / x); in pecalc_s()
556 pe_l += regcoef_l[sb] * FAST_LOG10(en / x); in pecalc_l()
Dquantize.c571 return FAST_LOG10(0.368 + 0.632 * noise * noise * noise); in penalties()
/third_party/lame/
DChangeLog9680 optimization : use of FAST_LOG10 macro in calc_noise
9685 added the FAST_LOG10 and FAST_LOG macros