Home
last modified time | relevance | path

Searched refs:M_LN10 (Results 1 – 21 of 21) sorted by relevance

/third_party/gstreamer/gstplugins_base/tests/examples/audio/
Dvolume.c36 #ifndef M_LN10
37 #define M_LN10 (log(10.0)) macro
47 level = exp (value / 20.0 * M_LN10); in value_changed_callback()
/third_party/ffmpeg/libavutil/
Dmathematics.h42 #ifndef M_LN10
43 #define M_LN10 2.30258509299404568402 /* log_e 10 */ macro
/third_party/jerryscript/jerry-libm/include/
Dmath.h40 #define M_LN10 2.3025850929940456840179914546843642 macro
/third_party/ffmpeg/libavcodec/
Dsipr16k.c169 mr_energy = gain_corr_factor * exp(M_LN10 / 20. * mr_energy) / in acelp_decode_gain_codef()
244 19.0 - 15.0/(0.05*M_LN10/M_LN2), in ff_sipr_decode_frame_16k()
Dsipr.c423 34 - 15.0/(0.05*M_LN10/M_LN2), in decode_frame()
Dwmavoice.c635 angle_mul = gain_mul * (8.0 * M_LN10 / M_PI); in calc_input_response()
/third_party/ffmpeg/libavfilter/
Daf_compand.c333 double radius = s->curve_dB * M_LN10 / 20.0; in config_output()
463 s->segments[i].x *= M_LN10 / 20; in config_output()
464 s->segments[i].y *= M_LN10 / 20; in config_output()
Daf_mcompand.c252 s->segments[i].x *= M_LN10 / 20; in parse_points()
253 s->segments[i].y *= M_LN10 / 20; in parse_points()
425 radius = s->bands[i].transfer_fn.curve_dB * M_LN10 / 20.0; in config_output()
Daf_afftdn.c33 #define C (M_LN10 * 0.1)
175 d1 = 10.0 * log(1.0 + d1 * d1) / M_LN10; in get_band_noise()
177 d2 = 10.0 * log(1.0 + d2 * d2) / M_LN10; in get_band_noise()
179 d3 = 10.0 * log(1.0 + d3 * d3) / M_LN10; in get_band_noise()
Daf_headphone.c396 float gain_lin = expf((s->gain - 3 * nb_input_channels) / 20 * M_LN10); in convert_coeffs()
807 s->gain_lfe = expf((s->gain - 3 * inlink->channels + s->lfe_gain) / 20 * M_LN10); in config_output()
Daf_sofalizer.c729 float gain_lin = expf((s->gain - 3 * nb_input_channels) / 20 * M_LN10); /* gain - 3dB/channel */ in load_data()
998 s->gain_lfe = expf((s->gain - 3 * inlink->channels + s->lfe_gain) / 20 * M_LN10); in config_input()
Daf_surround.c342 *y = av_clipf(cosf(a*M_PI_2+M_PI)*cosf(M_PI_2-p/M_PI)*M_LN10+1, -1, 1); in stereo_position()
/third_party/ffmpeg/libswresample/
Ddither.c122 …s->dither.ns_scale_1 *= 1 - exp(f->gain_cB * M_LN10 * 0.005) * 2 / (1<<(8*av_get_bytes_per_sample(… in swri_dither_init()
/third_party/musl/libc-test/src/api/
Dmath.c28 D(M_LN10) in f()
/third_party/musl/include/
Dmath.h374 #define M_LN10 2.30258509299404568402 /* log_e 10 */ macro
/third_party/musl/porting/liteos_m/kernel/include/
Dmath.h378 #define M_LN10 2.30258509299404568402 /* log_e 10 */ macro
/third_party/musl/porting/liteos_a/kernel/include/
Dmath.h374 #define M_LN10 2.30258509299404568402 /* log_e 10 */ macro
/third_party/python/Modules/
Dcmathmodule.c53 #ifndef M_LN10
54 #define M_LN10 (2.302585092994045684) /* natural log of 10 */ macro
683 r.real = r.real / M_LN10; in cmath_log10_impl()
684 r.imag = r.imag / M_LN10; in cmath_log10_impl()
/third_party/mingw-w64/mingw-w64-headers/crt/
Dmath.h44 #define M_LN10 2.30258509299404568402 macro
/third_party/boost/libs/math/doc/constants/
Dconstants.qbk309 [[ln_ten] [ln(10)] [2.30258] [Equivalent to POSIX constant M_LN10] ]
/third_party/sqlite/src/
Dsqlite3.c121694 #ifndef M_LN10
121695 # define M_LN10 2.302585092994045684017991454684364208
121787 ans *= 1.0/M_LN10;