Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/
Dvf_eq.c89 eq->contrast = av_clipf(av_expr_eval(eq->contrast_pexpr, eq->var_values, eq), -1000.0, 1000.0); in set_contrast()
163 if ((ret = set_expr(&eq->contrast_pexpr, eq->contrast_expr, "contrast", ctx)) < 0 || in initialize()
187 av_expr_free(eq->contrast_pexpr); eq->contrast_pexpr = NULL; in uninit()
Dvf_eq.h64 AVExpr *contrast_pexpr; member