Home
last modified time | relevance | path

Searched refs:VAR_OUT_H (Results 1 - 11 of 11) sorted by relevance

/third_party/ffmpeg/libavfilter/
H A 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()
H A 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, adjusted_aspect.num); in pad_opencl_config_output()
H A 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_aspect.num); in config_input()
H A Dvf_crop.c62 VAR_OUT_H, VAR_OH, enumerator
145 s->var_values[VAR_OUT_H] = s->var_values[VAR_OH] = NAN; in config_input()
168 s->var_values[VAR_OUT_H] = s->var_values[VAR_OH] = res; in config_input()
177 normalize_double(&s->h, s->var_values[VAR_OUT_H]) < 0) { in config_input()
H A Dvf_scale_qsv.c66 VAR_OUT_H, VAR_OH, enumerator
472 var_values[VAR_OUT_H] = var_values[VAR_OH] = NAN; in qsvscale_config_props()
487 s->h = var_values[VAR_OUT_H] = var_values[VAR_OH] = res; in qsvscale_config_props()
H A Dvf_scale_npp.c103 VAR_OUT_H, VAR_OH, enumerator
189 if (vars_h[VAR_OUT_H] || vars_h[VAR_OH]) { in check_exprs()
194 if ((vars_w[VAR_OUT_H] || vars_w[VAR_OH]) && in check_exprs()
371 scale->var_values[VAR_OUT_H] = scale->var_values[VAR_OH] = NAN; in nppscale_eval_dimensions()
398 eval_h = scale->var_values[VAR_OUT_H] = scale->var_values[VAR_OH] = (int)res == 0 ? inlink->h : (int)res; in nppscale_eval_dimensions()
H A Dvf_scale.c76 VAR_OUT_H, VAR_OH, enumerator
178 if (vars_h[VAR_OUT_H] || vars_h[VAR_OH]) { in check_exprs()
183 if ((vars_w[VAR_OUT_H] || vars_w[VAR_OH]) && in check_exprs()
427 scale->var_values[VAR_OUT_H] = scale->var_values[VAR_OH] = NAN; in scale_eval_dimensions()
458 eval_h = scale->var_values[VAR_OUT_H] = scale->var_values[VAR_OH] = (int) res == 0 ? inlink->h : (int) res; in scale_eval_dimensions()
H A Dvf_zoompan.c59 VAR_OUT_H, VAR_OH, enumerator
285 s->var_values[VAR_OUT_H] = s->var_values[VAR_OH] = s->h; in activate()
H A Dvf_rotate.c56 VAR_OUT_H, VAR_OH, enumerator
311 rot->var_values[VAR_OUT_H] = rot->var_values[VAR_OH] = NAN; in config_props()
341 rot->var_values[VAR_OUT_H] = rot->var_values[VAR_OH] = res; in config_props()
H A Dvf_vpp_qsv.c156 VAR_oH, VAR_OUT_H, VAR_H, enumerator
209 var_values[VAR_OUT_H] = var_values[VAR_oH] = var_values[VAR_H], in eval_expr()
H A Dvf_zscale.c70 VAR_OUT_H, VAR_OH, enumerator
259 var_values[VAR_OUT_H] = var_values[VAR_OH] = NAN; in config_props()
278 s->h = var_values[VAR_OUT_H] = var_values[VAR_OH] = res; in config_props()

Completed in 12 milliseconds