Searched refs:VAR_OUT_H (Results 1 – 10 of 10) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
D | scale_eval.c | 46 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()
|
D | vf_pad_opencl.c | 48 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()
|
D | vf_pad.c | 64 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()
|
D | vf_crop.c | 62 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() 181 normalize_double(&s->h, s->var_values[VAR_OUT_H]) < 0) { in config_input()
|
D | vf_scale_qsv.c | 66 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()
|
D | vf_scale.c | 77 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()
|
D | vf_zoompan.c | 60 VAR_OUT_H, VAR_OH, enumerator 286 s->var_values[VAR_OUT_H] = s->var_values[VAR_OH] = s->h; in activate()
|
D | vf_rotate.c | 56 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()
|
D | vf_vpp_qsv.c | 151 VAR_oH, VAR_OUT_H, VAR_H, enumerator 204 var_values[VAR_OUT_H] = var_values[VAR_oH] = var_values[VAR_H], in eval_expr()
|
D | vf_zscale.c | 68 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()
|