Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/
Dvf_vaguedenoiser.c138 int p, i, nsteps_width, nsteps_height, nsteps_max; in config_input() local
163 for (nsteps_max = 1; nsteps_max < 15; nsteps_max++) { in config_input()
164 if (pow(2, nsteps_max) >= nsteps_width || pow(2, nsteps_max) >= nsteps_height) in config_input()
168 s->nsteps = FFMIN(s->nsteps, nsteps_max - 2); in config_input()