Searched refs:VARS_NB (Results 1 - 12 of 12) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
H A D | boxblur.c | 42 VARS_NB enumerator 55 double var_values[VARS_NB], res; in ff_boxblur_eval_filter_params()
|
H A D | vf_scale_npp.c | 118 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 D | vf_scale.c | 97 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 D | scale_eval.c | 54 VARS_NB enumerator 67 double var_values[VARS_NB], res; in ff_scale_eval_dimensions()
|
H A D | vf_aspect.c | 58 VARS_NB enumerator 94 double var_values[VARS_NB], res; in get_aspect_ratio()
|
H A D | vf_fps.c | 61 VARS_NB enumerator 179 double var_values[VARS_NB], res; in config_props()
|
H A D | vf_zoompan.c | 76 VARS_NB enumerator 96 double var_values[VARS_NB];
|
H A D | vf_pad_opencl.c | 54 VARS_NB enumerator 255 double var_values[VARS_NB], res; in pad_opencl_config_output()
|
H A D | vf_scale_qsv.c | 69 VARS_NB enumerator 462 double var_values[VARS_NB], res; in qsvscale_config_props()
|
H A D | vf_pad.c | 72 VARS_NB enumerator 111 double var_values[VARS_NB], res; in config_input()
|
H A D | vf_drawbox.c | 73 VARS_NB enumerator 277 double var_values[VARS_NB], res; in config_input()
|
H A D | vf_zscale.c | 78 VARS_NB enumerator 251 double var_values[VARS_NB], res; in config_props()
|
Completed in 11 milliseconds