M_LN10 121 libavcodec/acelp_pitch_delay.c mr_energy = gain_corr_factor * exp(M_LN10 / (20 << 23) * mr_energy) / M_LN10 423 libavcodec/sipr.c 34 - 15.0/(0.05*M_LN10/M_LN2), M_LN10 169 libavcodec/sipr16k.c mr_energy = gain_corr_factor * exp(M_LN10 / 20. * mr_energy) / M_LN10 244 libavcodec/sipr16k.c 19.0 - 15.0/(0.05*M_LN10/M_LN2), M_LN10 603 libavcodec/wmavoice.c angle_mul = gain_mul * (8.0 * M_LN10 / M_PI); M_LN10 331 libavfilter/af_compand.c double radius = s->curve_dB * M_LN10 / 20.0; M_LN10 447 libavfilter/af_compand.c s->segments[i].x *= M_LN10 / 20; M_LN10 448 libavfilter/af_compand.c s->segments[i].y *= M_LN10 / 20; M_LN10 279 libavfilter/af_volume.c vol->volume, 20.0*log(vol->volume)/M_LN10); M_LN10 36 libavutil/mathematics.h #ifndef M_LN10 M_LN10 113 libswresample/dither.c s->dither.ns_scale_1 *= 1 - exp(f->gain_cB * M_LN10 * 0.005) * 2 / (1<<(8*av_get_bytes_per_sample(out_fmt)));