Home
last modified time | relevance | path

Searched refs:VAR_OW (Results 1 - 14 of 14) sorted by relevance

/third_party/ffmpeg/libavfilter/
H A Dscale_eval.c45 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 Dvf_pad_opencl.c47 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 Dvf_overlay_qsv.c54 VAR_OVERLAY_W, VAR_OW, enumerator
126 var_values[VAR_OW] = av_expr_eval(ow_expr, var_values, NULL); in eval_expr()
132 var_values[VAR_OW] = av_expr_eval(ow_expr, var_values, NULL); in eval_expr()
145 var_values[VAR_OW] = av_expr_eval(ow_expr, var_values, NULL); in eval_expr()
149 var_values[VAR_OW] = av_expr_eval(ow_expr, var_values, NULL); in eval_expr()
221 st->DstW = vpp->var_values[VAR_OW]; in config_overlay_input()
H A Dvf_pad.c63 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 Dvf_crop.c61 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()
H A Dvf_overlay.h30 VAR_OVERLAY_W, VAR_OW, enumerator
H A Dvf_scale_npp.c102 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 Dvf_scale.c75 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 Dvf_rotate.c55 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 Dvf_scale_qsv.c65 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 Dvf_overlay_cuda.c65 VAR_OVERLAY_W, VAR_OW, enumerator
275 ctx->var_values[VAR_OVERLAY_W] = ctx->var_values[VAR_OW] = input_overlay->width; in overlay_cuda_blend()
351 s->var_values[VAR_OVERLAY_W] = s->var_values[VAR_OW] = ctx->inputs[OVERLAY]->w; in config_input_overlay()
H A Dvf_zoompan.c58 VAR_OUT_W, VAR_OW, enumerator
284 s->var_values[VAR_OUT_W] = s->var_values[VAR_OW] = s->w; in activate()
H A Dvf_zscale.c69 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()
H A Dvf_overlay.c285 s->var_values[VAR_OVERLAY_W] = s->var_values[VAR_OW] = ctx->inputs[OVERLAY]->w; in config_input_overlay()
1017 s->var_values[VAR_OVERLAY_W] = s->var_values[VAR_OW] = second->width; in do_blend()

Completed in 15 milliseconds