/third_party/ffmpeg/libavfilter/ |
H A D | scale_eval.c | 45 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 D | vf_pad_opencl.c | 47 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 D | vf_overlay_qsv.c | 54 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 D | vf_pad.c | 63 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 D | vf_crop.c | 61 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 D | vf_overlay.h | 30 VAR_OVERLAY_W, VAR_OW, enumerator
|
H A D | vf_scale_npp.c | 102 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 D | vf_scale.c | 75 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 D | vf_rotate.c | 55 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 D | vf_scale_qsv.c | 65 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 D | vf_overlay_cuda.c | 65 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 D | vf_zoompan.c | 58 VAR_OUT_W, VAR_OW, enumerator 284 s->var_values[VAR_OUT_W] = s->var_values[VAR_OW] = s->w; in activate()
|
H A D | vf_zscale.c | 69 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 D | vf_overlay.c | 285 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()
|