Home
last modified time | relevance | path

Searched refs:VAR_A (Results 1 - 17 of 17) sorted by relevance

/third_party/ffmpeg/libavfilter/
H A Dscale_eval.c47 VAR_A, enumerator
73 var_values[VAR_A] = (double) inlink->w / inlink->h; in ff_scale_eval_dimensions()
76 var_values[VAR_DAR] = var_values[VAR_A] * var_values[VAR_SAR]; in ff_scale_eval_dimensions()
H A Dvf_aspect.c54 VAR_A, VAR_DAR, enumerator
99 var_values[VAR_A] = (double) inlink->w / inlink->h; in get_aspect_ratio()
102 var_values[VAR_DAR] = var_values[VAR_A] * var_values[VAR_SAR]; in get_aspect_ratio()
H A Dvf_swaprect.c68 enum { VAR_W, VAR_H, VAR_A, VAR_N, VAR_T, VAR_POS, VAR_SAR, VAR_DAR, VAR_VARS_NB }; enumerator
88 var_values[VAR_A] = (float) inlink->w / inlink->h; in filter_frame()
90 var_values[VAR_DAR] = var_values[VAR_A] * var_values[VAR_SAR]; in filter_frame()
H A Dvf_crop.c63 VAR_A, enumerator
137 s->var_values[VAR_A] = (float) link->w / link->h; in config_input()
139 s->var_values[VAR_DAR] = s->var_values[VAR_A] * s->var_values[VAR_SAR]; in config_input()
H A Dvf_zoompan.c71 VAR_A, enumerator
295 s->var_values[VAR_A] = (double) s->in->width / s->in->height; in activate()
298 s->var_values[VAR_DAR] = s->var_values[VAR_A] * s->var_values[VAR_SAR]; in activate()
H A Dvf_pad_opencl.c51 VAR_A, enumerator
263 var_values[VAR_A] = (double) inlink->w / inlink->h; in pad_opencl_config_output()
266 var_values[VAR_DAR] = var_values[VAR_A] * var_values[VAR_SAR]; in pad_opencl_config_output()
H A Dvf_scale_qsv.c67 VAR_A, VAR_DAR, enumerator
473 var_values[VAR_A] = (double) inlink->w / inlink->h; in qsvscale_config_props()
476 var_values[VAR_DAR] = var_values[VAR_A] * var_values[VAR_SAR]; in qsvscale_config_props()
H A Dvf_pad.c67 VAR_A, enumerator
121 var_values[VAR_A] = (double) inlink->w / inlink->h; in config_input()
124 var_values[VAR_DAR] = var_values[VAR_A] * var_values[VAR_SAR]; in config_input()
H A Dvf_blend.c52 enum { VAR_X, VAR_Y, VAR_W, VAR_H, VAR_SW, VAR_SH, VAR_T, VAR_N, VAR_A, VAR_B, VAR_TOP, VAR_BOTTOM, VAR_VARS_NB }; enumerator
149 values[VAR_TOP] = values[VAR_A] = top[x]; \
H A Dvf_scale_npp.c104 VAR_A, enumerator
372 scale->var_values[VAR_A] = (double)inlink->w / inlink->h; in nppscale_eval_dimensions()
375 scale->var_values[VAR_DAR] = scale->var_values[VAR_A] * scale->var_values[VAR_SAR]; in nppscale_eval_dimensions()
H A Dvf_scale.c77 VAR_A, enumerator
428 scale->var_values[VAR_A] = (double) inlink->w / inlink->h; in scale_eval_dimensions()
431 scale->var_values[VAR_DAR] = scale->var_values[VAR_A] * scale->var_values[VAR_SAR]; in scale_eval_dimensions()
H A Dvf_zscale.c71 VAR_A, enumerator
260 var_values[VAR_A] = (double) inlink->w / inlink->h; in config_props()
263 var_values[VAR_DAR] = var_values[VAR_A] * var_values[VAR_SAR]; in config_props()
H A Dvf_xfade.c114 enum { VAR_X, VAR_Y, VAR_W, VAR_H, VAR_A, VAR_B, VAR_PLANE, VAR_PROGRESS, VAR_VARS_NB }; enumerator
233 values[VAR_A] = xf0[x]; \
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
H A Denum-doc.h4 VAR_A = 0, enumerator
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Denum-doc-mod.rs12 pub const VAR_A: Type = 0; consts
H A Denum-doc-rusty.rs13 VAR_A = 0,
H A Denum-doc-bitfield.rs10 pub const VAR_A: B = B(0); consts

Completed in 17 milliseconds