Home
last modified time | relevance | path

Searched refs:VAR_OUT_H (Results 1 – 10 of 10) sorted by relevance

/third_party/ffmpeg/libavfilter/
Dscale_eval.c46 VAR_OUT_H, VAR_OH, enumerator
72 var_values[VAR_OUT_H] = var_values[VAR_OH] = NAN; in ff_scale_eval_dimensions()
92 eval_h = var_values[VAR_OUT_H] = var_values[VAR_OH] = (int) res == 0 ? inlink->h : (int) res; in ff_scale_eval_dimensions()
Dvf_pad_opencl.c48 VAR_OUT_H, VAR_OH, enumerator
262 var_values[VAR_OUT_H] = var_values[VAR_OH] = NAN; in pad_opencl_config_output()
276 ctx->h = var_values[VAR_OUT_H] = var_values[VAR_OH] = res; in pad_opencl_config_output()
278 var_values[VAR_OUT_H] = var_values[VAR_OH] = ctx->h = inlink->h; in pad_opencl_config_output()
292 …ctx->h = var_values[VAR_OUT_H] = var_values[VAR_OH] = av_rescale(ctx->w, adjusted_aspect.den, adju… in pad_opencl_config_output()
Dvf_pad.c64 VAR_OUT_H, VAR_OH, enumerator
120 var_values[VAR_OUT_H] = var_values[VAR_OH] = NAN; in config_input()
137 s->h = var_values[VAR_OUT_H] = var_values[VAR_OH] = res; in config_input()
139 var_values[VAR_OUT_H] = var_values[VAR_OH] = s->h = inlink->h; in config_input()
153 …s->h = var_values[VAR_OUT_H] = var_values[VAR_OH] = av_rescale(s->w, adjusted_aspect.den, adjusted… in config_input()
Dvf_crop.c62 VAR_OUT_H, VAR_OH, enumerator
149 s->var_values[VAR_OUT_H] = s->var_values[VAR_OH] = NAN; in config_input()
172 s->var_values[VAR_OUT_H] = s->var_values[VAR_OH] = res; in config_input()
181 normalize_double(&s->h, s->var_values[VAR_OUT_H]) < 0) { in config_input()
Dvf_scale_qsv.c66 VAR_OUT_H, VAR_OH, enumerator
486 var_values[VAR_OUT_H] = var_values[VAR_OH] = NAN; in qsvscale_config_props()
501 s->h = var_values[VAR_OUT_H] = var_values[VAR_OH] = res; in qsvscale_config_props()
Dvf_scale.c77 VAR_OUT_H, VAR_OH, enumerator
180 if (vars_h[VAR_OUT_H] || vars_h[VAR_OH]) { in check_exprs()
185 if ((vars_w[VAR_OUT_H] || vars_w[VAR_OH]) && in check_exprs()
429 scale->var_values[VAR_OUT_H] = scale->var_values[VAR_OH] = NAN; in scale_eval_dimensions()
460 …eval_h = scale->var_values[VAR_OUT_H] = scale->var_values[VAR_OH] = (int) res == 0 ? inlink->h : (… in scale_eval_dimensions()
Dvf_zoompan.c60 VAR_OUT_H, VAR_OH, enumerator
286 s->var_values[VAR_OUT_H] = s->var_values[VAR_OH] = s->h; in activate()
Dvf_rotate.c56 VAR_OUT_H, VAR_OH, enumerator
317 rot->var_values[VAR_OUT_H] = rot->var_values[VAR_OH] = NAN; in config_props()
347 rot->var_values[VAR_OUT_H] = rot->var_values[VAR_OH] = res; in config_props()
Dvf_vpp_qsv.c151 VAR_oH, VAR_OUT_H, VAR_H, enumerator
204 var_values[VAR_OUT_H] = var_values[VAR_oH] = var_values[VAR_H], in eval_expr()
Dvf_zscale.c68 VAR_OUT_H, VAR_OH, enumerator
214 var_values[VAR_OUT_H] = var_values[VAR_OH] = NAN; in config_props()
233 s->h = var_values[VAR_OUT_H] = var_values[VAR_OH] = res; in config_props()