Home
last modified time | relevance | path

Searched refs:av_expr_count_vars (Results 1 - 4 of 4) sorted by relevance

/third_party/ffmpeg/libavutil/
H A Deval.h95 int av_expr_count_vars(AVExpr *e, unsigned *counter, int size);
H A Deval.c756 int av_expr_count_vars(AVExpr *e, unsigned *counter, int size) in av_expr_count_vars() function
/third_party/ffmpeg/libavfilter/
H A Dvf_scale_npp.c180 av_expr_count_vars(scale->w_pexpr, vars_w, VARS_NB); in check_exprs()
182 av_expr_count_vars(scale->h_pexpr, vars_h, VARS_NB); in check_exprs()
789 av_expr_count_vars(s->w_pexpr, vars_w, VARS_NB); in nppscale_scale()
790 av_expr_count_vars(s->h_pexpr, vars_h, VARS_NB); in nppscale_scale()
H A Dvf_scale.c169 av_expr_count_vars(scale->w_pexpr, vars_w, VARS_NB); in check_exprs()
171 av_expr_count_vars(scale->h_pexpr, vars_h, VARS_NB); in check_exprs()
709 av_expr_count_vars(scale->w_pexpr, vars_w, VARS_NB); in scale_frame()
710 av_expr_count_vars(scale->h_pexpr, vars_h, VARS_NB); in scale_frame()

Completed in 6 milliseconds