Home
last modified time | relevance | path

Searched refs:wet_gain (Results 1 – 5 of 5) sorted by relevance

/third_party/ffmpeg/libavfilter/
Daf_asubboost.c30 double wet_gain; member
120 const float wet = s->wet_gain, dry = s->dry_gain, feedback = s->feedback, decay = s->decay; in filter_frame()
193 …{ "wet", "set wet gain", OFFSET(wet_gain), AV_OPT_TYPE_DOUBLE, {.dbl=0.8}, 0, 1, FLAGS…
Daf_afir.h64 float wet_gain; member
Daf_aiir.c59 double dry_gain, wet_gain; member
128 const double og = s->wet_gain; \
184 const double og = s->wet_gain; \
1235 …{ "wet", "set wet gain", OFFSET(wet_gain), AV_OPT_TYPE_DOUBLE, {.dbl=1}, …
Daf_afir.c175 s->fdsp->vector_fmul_scalar(ptr, ptr, s->wet_gain, FFALIGN(nb_samples, 4)); in fir_quantum()
179 ptr[n] *= s->wet_gain; in fir_quantum()
940 … { "wet", "set wet gain", OFFSET(wet_gain), AV_OPT_TYPE_FLOAT, {.dbl=1}, 0, 10, AF },
/third_party/ffmpeg/doc/
Dfilters.texi1404 @item wet_gain