Home
last modified time | relevance | path

Searched refs:eval_h (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/libavfilter/
H A Dscale_eval.c65 int eval_w, eval_h; in ff_scale_eval_dimensions() local
92 eval_h = var_values[VAR_OUT_H] = var_values[VAR_OH] = (int) res == 0 ? inlink->h : (int) res; in ff_scale_eval_dimensions()
101 *ret_h = eval_h; in ff_scale_eval_dimensions()
H A Dvf_scale_npp.c364 int eval_w, eval_h; in nppscale_eval_dimensions() local
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()
409 scale->h = eval_h; in nppscale_eval_dimensions()
H A Dvf_scale.c413 int eval_w, eval_h; in scale_eval_dimensions() local
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()
469 scale->h = eval_h; in scale_eval_dimensions()

Completed in 4 milliseconds