Home
last modified time | relevance | path

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

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