Home
last modified time | relevance | path

Searched refs:VAR_OH (Results 1 – 12 of 12) 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_overlay_qsv.c56 VAR_OVERLAY_H, VAR_OH, enumerator
129 var_values[VAR_OH] = av_expr_eval(oh_expr, var_values, NULL); in eval_expr()
148 var_values[VAR_OH] = av_expr_eval(oh_expr, var_values, NULL); in eval_expr()
223 st->DstH = vpp->var_values[VAR_OH]; in config_overlay_input()
Dvf_overlay.h31 VAR_OVERLAY_H, VAR_OH, enumerator
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()
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_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()
Dvf_overlay.c286 s->var_values[VAR_OVERLAY_H] = s->var_values[VAR_OH] = ctx->inputs[OVERLAY]->h; in config_input_overlay()
1015 s->var_values[VAR_OVERLAY_H] = s->var_values[VAR_OH] = second->height; in do_blend()