/third_party/gstreamer/gstplugins_base/tests/examples/audio/ |
D | volume.c | 36 #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/ |
D | mathematics.h | 42 #ifndef M_LN10 43 #define M_LN10 2.30258509299404568402 /* log_e 10 */ macro
|
/third_party/jerryscript/jerry-libm/include/ |
D | math.h | 40 #define M_LN10 2.3025850929940456840179914546843642 macro
|
/third_party/ffmpeg/libavcodec/ |
D | sipr16k.c | 169 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()
|
D | sipr.c | 423 34 - 15.0/(0.05*M_LN10/M_LN2), in decode_frame()
|
D | wmavoice.c | 636 angle_mul = gain_mul * (8.0 * M_LN10 / M_PI); in calc_input_response()
|
/third_party/ffmpeg/libavfilter/ |
D | af_compand.c | 333 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()
|
D | af_mcompand.c | 252 s->segments[i].x *= M_LN10 / 20; in parse_points() 253 s->segments[i].y *= M_LN10 / 20; in parse_points() 420 radius = s->bands[i].transfer_fn.curve_dB * M_LN10 / 20.0; in config_output()
|
D | af_adenorm.c | 263 s->level = exp(s->level_db / 20. * M_LN10); in filter_frame()
|
D | af_afftdn.c | 33 #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()
|
D | af_headphone.c | 358 float gain_lin = expf((s->gain - 3 * nb_input_channels) / 20 * M_LN10); in convert_coeffs() 689 s->gain_lfe = expf((s->gain - 3 * inlink->channels + s->lfe_gain) / 20 * M_LN10); in config_output()
|
D | af_sofalizer.c | 738 float gain_lin = expf((s->gain - 3 * nb_input_channels) / 20 * M_LN10); /* gain - 3dB/channel */ in load_data() 1007 s->gain_lfe = expf((s->gain - 3 * inlink->channels + s->lfe_gain) / 20 * M_LN10); in config_input()
|
D | af_acrossover.c | 131 s->gains[i] = expf(gain * M_LN10 / 20.f); in parse_gains()
|
D | af_surround.c | 342 *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/ |
D | dither.c | 122 …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/ndk_musl_include/ |
D | math.h | 374 #define M_LN10 2.30258509299404568402 /* log_e 10 */ macro
|
/third_party/musl/libc-test/src/api/ |
D | math.c | 28 D(M_LN10) in f()
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | math.h | 374 #define M_LN10 2.30258509299404568402 /* log_e 10 */ macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | math.h | 374 #define M_LN10 2.30258509299404568402 /* log_e 10 */ macro
|
/third_party/musl/include/ |
D | math.h | 374 #define M_LN10 2.30258509299404568402 /* log_e 10 */ macro
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | math.h | 374 #define M_LN10 2.30258509299404568402 /* log_e 10 */ macro
|
/third_party/python/Modules/ |
D | cmathmodule.c | 53 #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/boost/libs/math/doc/constants/ |
D | constants.qbk | 309 [[ln_ten] [ln(10)] [2.30258] [Equivalent to POSIX constant M_LN10] ]
|
/third_party/sqlite/src/ |
D | sqlite3.c | 122623 #ifndef M_LN10 122624 # define M_LN10 2.302585092994045684017991454684364208 122716 ans *= 1.0/M_LN10;
|
/third_party/chromium/patch/ |
D | 0003-3.2-Beta3-1115.patch | 102536 - ans *= 1.0/M_LN10; 102537 + ans /= M_LN10; 140177 - ans *= 1.0/M_LN10; 140178 + ans /= M_LN10; 166310 - ans *= 1.0/M_LN10; 166311 + ans /= M_LN10;
|