ff_exp10          352 libavcodec/aacpsy.c             coeff->spread_low[0] = ff_exp10(-bark_width * PSY_3GPP_THR_SPREAD_LOW);
ff_exp10          353 libavcodec/aacpsy.c             coeff->spread_hi [0] = ff_exp10(-bark_width * PSY_3GPP_THR_SPREAD_HI);
ff_exp10          354 libavcodec/aacpsy.c             coeff->spread_low[1] = ff_exp10(-bark_width * en_spread_low);
ff_exp10          355 libavcodec/aacpsy.c             coeff->spread_hi [1] = ff_exp10(-bark_width * en_spread_hi);
ff_exp10          121 libavcodec/acelp_pitch_delay.c     mr_energy = gain_corr_factor * ff_exp10((double)mr_energy / (20 << 23)) /
ff_exp10          135 libavcodec/acelp_pitch_delay.c         ff_exp10(0.05 *
ff_exp10          116 libavcodec/cngdec.c         p->target_energy = 1081109975 * ff_exp10(dbov / 10.0) * 0.75;
ff_exp10          260 libavcodec/dcaenc.c         c->cb_to_level[i] = (int32_t)(0x7fffffff * ff_exp10(-0.005 * i));
ff_exp10          285 libavcodec/dcaenc.c         double add = 1 + ff_exp10(-0.01 * i);
ff_exp10          141 libavcodec/imc.c             q->weights1[i - 1] = ff_exp10(-1.0 * tb);
ff_exp10          142 libavcodec/imc.c             q->weights2[i - 1] = ff_exp10(-2.7 * tb);
ff_exp10          117 libavcodec/libopusdec.c         double gain_lin = ff_exp10(gain_db / (20.0 * 256));
ff_exp10          931 libavcodec/on2avc.c         c->scale_tab[i] = ceil(ff_exp10(i * 0.1) * 16 - 0.01) / 32;
ff_exp10          933 libavcodec/on2avc.c         c->scale_tab[i] = ceil(ff_exp10(i * 0.1) * 0.5 - 0.01);
ff_exp10          341 libavcodec/opus.c         s->gain = ff_exp10(s->gain_i / (20.0 * 256));
ff_exp10          636 libavcodec/wmadec.c             mult      = ff_exp10(total_gain * 0.05) / s->max_exponent[ch];
ff_exp10          684 libavcodec/wmadec.c                         mult1  = mult1 * ff_exp10(s->high_band_values[ch][j] * 0.05);
ff_exp10          144 libavcodec/wmaenc.c         v         = ff_exp10(*exp_param++ *(1.0 / 16.0));
ff_exp10          239 libavcodec/wmaenc.c             mult      = ff_exp10(total_gain * 0.05) / s->max_exponent[ch];
ff_exp10         1387 libavcodec/wmaprodec.c                 const float quant = ff_exp10(exp / 20.0);
ff_exp10          331 libavfilter/af_anequalizer.c     G  = ff_exp10(G/20);
ff_exp10          332 libavfilter/af_anequalizer.c     Gb = ff_exp10(Gb/20);
ff_exp10          333 libavfilter/af_anequalizer.c     G0 = ff_exp10(G0/20);
ff_exp10          400 libavfilter/af_anequalizer.c     G  = ff_exp10(G/20);
ff_exp10          401 libavfilter/af_anequalizer.c     Gb = ff_exp10(Gb/20);
ff_exp10          402 libavfilter/af_anequalizer.c     G0 = ff_exp10(G0/20);
ff_exp10          473 libavfilter/af_anequalizer.c     G  = ff_exp10(G/20);
ff_exp10          474 libavfilter/af_anequalizer.c     Gb = ff_exp10(Gb/20);
ff_exp10          475 libavfilter/af_anequalizer.c     G0 = ff_exp10(G0/20);
ff_exp10          266 libavfilter/af_biquads.c     double A = ff_exp10(s->gain / 40);
ff_exp10          519 libavfilter/af_compand.c         cp->volume = ff_exp10(s->initial_volume / 20);
ff_exp10           62 libavfilter/af_crossfeed.c     double A = ff_exp10(s->strength * -30 / 40);
ff_exp10          381 libavfilter/af_volume.c             vol->volume   = ff_exp10((g + vol->replaygain_preamp) / 20);
ff_exp10          477 libavfilter/f_ebur128.c #define ENERGY(loudness) (ff_exp10(((loudness) + 0.691) / 10.))
ff_exp10          258 libavfilter/vaf_spectrumsynth.c         magnitude = ff_exp10(((m[x] / (double)UINT16_MAX) - 1.) * 6.);
ff_exp10          283 libavfilter/vaf_spectrumsynth.c         magnitude = ff_exp10(((m[x] / (double)UINT8_MAX) - 1.) * 6.);
ff_exp10          616 libavfilter/vsrc_testsrc.c                       ff_exp10(test->nb_decimals);
ff_exp10          118 libavutil/eval.c             d = ff_exp10(d / 20);