Searched refs:VARS_NB (Results 1 – 10 of 10) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
D | boxblur.c | 42 VARS_NB enumerator 55 double var_values[VARS_NB], res; in ff_boxblur_eval_filter_params()
|
D | vf_scale.c | 98 VARS_NB enumerator 134 double var_values[VARS_NB]; 165 unsigned vars_w[VARS_NB] = { 0 }, vars_h[VARS_NB] = { 0 }; in check_exprs() 171 av_expr_count_vars(scale->w_pexpr, vars_w, VARS_NB); in check_exprs() 173 av_expr_count_vars(scale->h_pexpr, vars_h, VARS_NB); in check_exprs() 673 unsigned vars_w[VARS_NB] = { 0 }, vars_h[VARS_NB] = { 0 }; in scale_frame() 675 av_expr_count_vars(scale->w_pexpr, vars_w, VARS_NB); in scale_frame() 676 av_expr_count_vars(scale->h_pexpr, vars_h, VARS_NB); in scale_frame()
|
D | scale_eval.c | 54 VARS_NB enumerator 67 double var_values[VARS_NB], res; in ff_scale_eval_dimensions()
|
D | vf_aspect.c | 56 VARS_NB enumerator 92 double var_values[VARS_NB], res; in get_aspect_ratio()
|
D | vf_zoompan.c | 77 VARS_NB enumerator 97 double var_values[VARS_NB];
|
D | vf_pad_opencl.c | 54 VARS_NB enumerator 255 double var_values[VARS_NB], res; in pad_opencl_config_output()
|
D | vf_pad.c | 72 VARS_NB enumerator 111 double var_values[VARS_NB], res; in config_input()
|
D | vf_drawbox.c | 68 VARS_NB enumerator 129 double var_values[VARS_NB], res; in config_input()
|
D | vf_scale_qsv.c | 69 VARS_NB enumerator 476 double var_values[VARS_NB], res; in qsvscale_config_props()
|
D | vf_zscale.c | 76 VARS_NB enumerator 206 double var_values[VARS_NB], res; in config_props()
|