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            635 libavcodec/wmavoice.c     angle_mul = gain_mul * (8.0 * M_LN10 / M_PI);
M_LN10             33 libavfilter/af_afftdn.c #define C       (M_LN10 * 0.1)
M_LN10            175 libavfilter/af_afftdn.c     d1 = 10.0 * log(1.0 + d1 * d1) / M_LN10;
M_LN10            177 libavfilter/af_afftdn.c     d2 = 10.0 * log(1.0 + d2 * d2) / M_LN10;
M_LN10            179 libavfilter/af_afftdn.c     d3 = 10.0 * log(1.0 + d3 * d3) / M_LN10;
M_LN10            333 libavfilter/af_compand.c     double radius         = s->curve_dB * M_LN10 / 20.0;
M_LN10            463 libavfilter/af_compand.c         s->segments[i].x *= M_LN10 / 20;
M_LN10            464 libavfilter/af_compand.c         s->segments[i].y *= M_LN10 / 20;
M_LN10            396 libavfilter/af_headphone.c     float gain_lin = expf((s->gain - 3 * nb_input_channels) / 20 * M_LN10);
M_LN10            807 libavfilter/af_headphone.c     s->gain_lfe = expf((s->gain - 3 * inlink->channels + s->lfe_gain) / 20 * M_LN10);
M_LN10            252 libavfilter/af_mcompand.c         s->segments[i].x *= M_LN10 / 20;
M_LN10            253 libavfilter/af_mcompand.c         s->segments[i].y *= M_LN10 / 20;
M_LN10            425 libavfilter/af_mcompand.c         radius = s->bands[i].transfer_fn.curve_dB * M_LN10 / 20.0;
M_LN10            729 libavfilter/af_sofalizer.c     float gain_lin = expf((s->gain - 3 * nb_input_channels) / 20 * M_LN10); /* gain - 3dB/channel */
M_LN10            998 libavfilter/af_sofalizer.c     s->gain_lfe = expf((s->gain - 3 * inlink->channels + s->lfe_gain) / 20 * M_LN10);
M_LN10            342 libavfilter/af_surround.c     *y = av_clipf(cosf(a*M_PI_2+M_PI)*cosf(M_PI_2-p/M_PI)*M_LN10+1, -1, 1);
M_LN10             42 libavutil/mathematics.h #ifndef M_LN10
M_LN10            122 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)));