Home
last modified time | relevance | path

Searched refs:makeup (Results 1 - 4 of 4) sorted by relevance

/third_party/ffmpeg/libavfilter/
H A Daf_adynamicequalizer.c36 double makeup; member
89 static double get_gain(double in, double srate, double makeup, in get_gain() argument
128 Lgain = from_dB(nc * fmin(cdb - makeup, range)); in get_gain()
148 const double makeup = s->makeup; in filter_channels() local
195 gain = get_gain(detect, sample_rate, makeup, in filter_channels()
303 { "makeup", "set makeup gain", OFFSET(makeup), AV_OPT_TYPE_DOUBLE, {.dbl=0}, 0, 30, FLAGS },
H A Daf_agate.c47 double makeup; member
79 { "makeup", "set makeup gain", OFFSET(makeup), AV_OPT_TYPE_DOUBLE, {.dbl=1}, 1, 64, A },
150 const double makeup = s->makeup; in gate() local
185 factor = ctx->is_disabled ? 1.f : level_in * gain * makeup; in gate()
H A Daf_sidechaincompress.c51 double makeup; member
85 { "makeup", "set make up gain", OFFSET(makeup), AV_OPT_TYPE_DOUBLE, {.dbl=1}, 1, 64, A|F|R },
170 const double makeup = s->makeup; in compressor() local
212 dst[c] = src[c] * level_in * (gain * makeup * mix + (1. - mix)); in compressor()
/third_party/ffmpeg/tests/fate/
H A Dfilter-audio.mak64 fate-filter-agate: CMD = framecrc -i $(SRC) -af aresample,agate=level_in=10:range=0:threshold=1:ratio=1:attack=1:knee=1:makeup=4,aresample

Completed in 5 milliseconds