Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/
Dvf_chromanr.c35 float threshold_y; member
186 s->thres_y = s->threshold_y * (1 << (s->depth - 8)); in filter_frame()
239 { "threy", "set y threshold", OFFSET(threshold_y), AV_OPT_TYPE_FLOAT, {.dbl=200},1, 200, VF },