Home
last modified time | relevance | path

Searched refs:VARS_NB (Results 1 - 12 of 12) sorted by relevance

/third_party/ffmpeg/libavfilter/
H A Dboxblur.c42 VARS_NB enumerator
55 double var_values[VARS_NB], res; in ff_boxblur_eval_filter_params()
H A Dvf_scale_npp.c118 VARS_NB enumerator
162 double var_values[VARS_NB];
174 unsigned vars_w[VARS_NB] = {0}, vars_h[VARS_NB] = {0}; in check_exprs()
180 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()
787 unsigned vars_w[VARS_NB] = { 0 }, vars_h[VARS_NB] = { 0 }; in nppscale_scale()
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()
[all...]
H A Dvf_scale.c97 VARS_NB enumerator
133 double var_values[VARS_NB];
163 unsigned vars_w[VARS_NB] = { 0 }, vars_h[VARS_NB] = { 0 }; in check_exprs()
169 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()
707 unsigned vars_w[VARS_NB] = { 0 }, vars_h[VARS_NB] = { 0 }; in scale_frame()
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()
[all...]
H A Dscale_eval.c54 VARS_NB enumerator
67 double var_values[VARS_NB], res; in ff_scale_eval_dimensions()
H A Dvf_aspect.c58 VARS_NB enumerator
94 double var_values[VARS_NB], res; in get_aspect_ratio()
H A Dvf_fps.c61 VARS_NB enumerator
179 double var_values[VARS_NB], res; in config_props()
H A Dvf_zoompan.c76 VARS_NB enumerator
96 double var_values[VARS_NB];
H A Dvf_pad_opencl.c54 VARS_NB enumerator
255 double var_values[VARS_NB], res; in pad_opencl_config_output()
H A Dvf_scale_qsv.c69 VARS_NB enumerator
462 double var_values[VARS_NB], res; in qsvscale_config_props()
H A Dvf_pad.c72 VARS_NB enumerator
111 double var_values[VARS_NB], res; in config_input()
H A Dvf_drawbox.c73 VARS_NB enumerator
277 double var_values[VARS_NB], res; in config_input()
H A Dvf_zscale.c78 VARS_NB enumerator
251 double var_values[VARS_NB], res; in config_props()

Completed in 11 milliseconds