Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/
Dvf_vibrance.c170 static int vibrance_slice8p(AVFilterContext *avctx, void *arg, int jobnr, int nb_jobs) in vibrance_slice8p() function
338 s->do_slice = s->depth <= 8 ? vibrance_slice8p : vibrance_slice16p; in config_input()