Searched refs:VAR_HSUB (Results 1 – 13 of 13) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
D | boxblur.c | 40 VAR_HSUB, enumerator 85 var_values[VAR_HSUB] = 1<<(desc->log2_chroma_w); in ff_boxblur_eval_filter_params()
|
D | scale_eval.c | 50 VAR_HSUB, enumerator 77 var_values[VAR_HSUB] = 1 << desc->log2_chroma_w; in ff_scale_eval_dimensions()
|
D | vf_overlay.h | 32 VAR_HSUB, enumerator
|
D | vf_aspect.c | 54 VAR_HSUB, enumerator 101 var_values[VAR_HSUB] = 1 << desc->log2_chroma_w; in get_aspect_ratio()
|
D | vf_zoompan.c | 75 VAR_HSUB, enumerator 300 s->var_values[VAR_HSUB] = 1 << s->desc->log2_chroma_w; in activate()
|
D | vf_crop.c | 66 VAR_HSUB, enumerator 144 s->var_values[VAR_HSUB] = 1<<pix_desc->log2_chroma_w; in config_input()
|
D | vf_pad.c | 70 VAR_HSUB, enumerator 125 var_values[VAR_HSUB] = 1 << s->draw.hsub_max; in config_input()
|
D | vf_drawbox.c | 58 VAR_HSUB, VAR_VSUB, enumerator 142 var_values[VAR_HSUB] = s->hsub; in config_input()
|
D | vf_rotate.c | 57 VAR_HSUB, VAR_VSUB, enumerator 312 rot->var_values[VAR_HSUB] = 1<<rot->hsub; in config_props()
|
D | vf_zscale.c | 72 VAR_HSUB, enumerator 219 var_values[VAR_HSUB] = 1 << desc->log2_chroma_w; in config_props()
|
D | vf_scale.c | 81 VAR_HSUB, enumerator 434 scale->var_values[VAR_HSUB] = 1 << desc->log2_chroma_w; in scale_eval_dimensions()
|
D | vf_drawtext.c | 115 VAR_HSUB, VAR_VSUB, enumerator 847 s->var_values[VAR_HSUB] = 1 << s->dc.hsub_max; in config_input()
|
D | vf_overlay.c | 287 s->var_values[VAR_HSUB] = 1<<pix_desc->log2_chroma_w; in config_input_overlay()
|