Searched refs:VAR_OUT_W (Results 1 - 11 of 11) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
H A D | scale_eval.c | 45 VAR_OUT_W, VAR_OW, enumerator 71 var_values[VAR_OUT_W] = var_values[VAR_OW] = NAN; in ff_scale_eval_dimensions() 86 eval_w = var_values[VAR_OUT_W] = var_values[VAR_OW] = (int) res == 0 ? inlink->w : (int) res; in ff_scale_eval_dimensions()
|
H A D | vf_pad_opencl.c | 47 VAR_OUT_W, VAR_OW, enumerator 261 var_values[VAR_OUT_W] = var_values[VAR_OW] = NAN; in pad_opencl_config_output() 271 ctx->w = var_values[VAR_OUT_W] = var_values[VAR_OW] = res; in pad_opencl_config_output() 285 ctx->w = var_values[VAR_OUT_W] = var_values[VAR_OW] = res; in pad_opencl_config_output() 287 var_values[VAR_OUT_W] = var_values[VAR_OW] = ctx->w = inlink->w; in pad_opencl_config_output() 294 ctx->w = var_values[VAR_OUT_W] = var_values[VAR_OW] = av_rescale(ctx->h, adjusted_aspect.num, adjusted_aspect.den); in pad_opencl_config_output()
|
H A D | vf_crop.c | 61 VAR_OUT_W, VAR_OW, enumerator 144 s->var_values[VAR_OUT_W] = s->var_values[VAR_OW] = NAN; in config_input() 163 s->var_values[VAR_OUT_W] = s->var_values[VAR_OW] = res; in config_input() 175 s->var_values[VAR_OUT_W] = s->var_values[VAR_OW] = res; in config_input() 176 if (normalize_double(&s->w, s->var_values[VAR_OUT_W]) < 0 || in config_input()
|
H A D | vf_pad.c | 63 VAR_OUT_W, VAR_OW, enumerator 119 var_values[VAR_OUT_W] = var_values[VAR_OW] = NAN; in config_input() 132 s->w = var_values[VAR_OUT_W] = var_values[VAR_OW] = res; in config_input() 146 s->w = var_values[VAR_OUT_W] = var_values[VAR_OW] = res; in config_input() 148 var_values[VAR_OUT_W] = var_values[VAR_OW] = s->w = inlink->w; in config_input() 155 s->w = var_values[VAR_OUT_W] = var_values[VAR_OW] = av_rescale(s->h, adjusted_aspect.num, adjusted_aspect.den); in config_input()
|
H A D | vf_scale_npp.c | 102 VAR_OUT_W, VAR_OW, enumerator 184 if (vars_w[VAR_OUT_W] || vars_w[VAR_OW]) { in check_exprs() 195 (vars_h[VAR_OUT_W] || vars_h[VAR_OW])) { in check_exprs() 370 scale->var_values[VAR_OUT_W] = scale->var_values[VAR_OW] = NAN; in nppscale_eval_dimensions() 390 eval_w = scale->var_values[VAR_OUT_W] = scale->var_values[VAR_OW] = (int)res == 0 ? inlink->w : (int)res; in nppscale_eval_dimensions() 406 eval_w = scale->var_values[VAR_OUT_W] = scale->var_values[VAR_OW] = (int)res == 0 ? inlink->w : (int)res; in nppscale_eval_dimensions()
|
H A D | vf_scale.c | 75 VAR_OUT_W, VAR_OW, enumerator 173 if (vars_w[VAR_OUT_W] || vars_w[VAR_OW]) { in check_exprs() 184 (vars_h[VAR_OUT_W] || vars_h[VAR_OW])) { in check_exprs() 426 scale->var_values[VAR_OUT_W] = scale->var_values[VAR_OW] = NAN; in scale_eval_dimensions() 450 eval_w = scale->var_values[VAR_OUT_W] = scale->var_values[VAR_OW] = (int) res == 0 ? inlink->w : (int) res; in scale_eval_dimensions() 466 eval_w = scale->var_values[VAR_OUT_W] = scale->var_values[VAR_OW] = (int) res == 0 ? inlink->w : (int) res; in scale_eval_dimensions()
|
H A D | vf_rotate.c | 55 VAR_OUT_W, VAR_OW, enumerator 310 rot->var_values[VAR_OUT_W] = rot->var_values[VAR_OW] = NAN; in config_props() 338 rot->var_values[VAR_OUT_W] = rot->var_values[VAR_OW] = res; in config_props() 346 rot->var_values[VAR_OUT_W] = rot->var_values[VAR_OW] = res; in config_props()
|
H A D | vf_scale_qsv.c | 65 VAR_OUT_W, VAR_OW, enumerator 471 var_values[VAR_OUT_W] = var_values[VAR_OW] = NAN; in qsvscale_config_props() 482 s->w = var_values[VAR_OUT_W] = var_values[VAR_OW] = res; in qsvscale_config_props()
|
H A D | vf_vpp_qsv.c | 155 VAR_oW, VAR_OUT_W, VAR_W, enumerator 206 var_values[VAR_OUT_W] = var_values[VAR_oW] = var_values[VAR_W], in eval_expr() 214 var_values[VAR_OUT_W] = var_values[VAR_oW] = var_values[VAR_W], in eval_expr()
|
H A D | vf_zoompan.c | 58 VAR_OUT_W, VAR_OW, enumerator 284 s->var_values[VAR_OUT_W] = s->var_values[VAR_OW] = s->w; in activate()
|
H A D | vf_zscale.c | 69 VAR_OUT_W, VAR_OW, enumerator 258 var_values[VAR_OUT_W] = var_values[VAR_OW] = NAN; in config_props() 273 s->w = var_values[VAR_OUT_W] = var_values[VAR_OW] = res; in config_props()
|
Completed in 13 milliseconds