Home
last modified time | relevance | path

Searched refs:VAR_OH (Results 1 - 14 of 14) 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_overlay_qsv.c55 VAR_OVERLAY_H, VAR_OH, enumerator
128 var_values[VAR_OH] = av_expr_eval(oh_expr, var_values, NULL); in eval_expr()
147 var_values[VAR_OH] = av_expr_eval(oh_expr, var_values, NULL); in eval_expr()
222 st->DstH = vpp->var_values[VAR_OH]; in config_overlay_input()
H A Dvf_overlay.h31 VAR_OVERLAY_H, VAR_OH, enumerator
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()
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_overlay_cuda.c66 VAR_OVERLAY_H, VAR_OH, enumerator
276 ctx->var_values[VAR_OVERLAY_H] = ctx->var_values[VAR_OH] = input_overlay->height; in overlay_cuda_blend()
352 s->var_values[VAR_OVERLAY_H] = s->var_values[VAR_OH] = ctx->inputs[OVERLAY]->h; in config_input_overlay()
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_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()
H A Dvf_overlay.c286 s->var_values[VAR_OVERLAY_H] = s->var_values[VAR_OH] = ctx->inputs[OVERLAY]->h; in config_input_overlay()
1018 s->var_values[VAR_OVERLAY_H] = s->var_values[VAR_OH] = second->height; in do_blend()

Completed in 15 milliseconds