Searched refs:VAR_VSUB (Results 1 – 13 of 13) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
D | boxblur.c | 41 VAR_VSUB, enumerator 86 var_values[VAR_VSUB] = 1<<(desc->log2_chroma_h); in ff_boxblur_eval_filter_params()
|
D | scale_eval.c | 51 VAR_VSUB, enumerator 78 var_values[VAR_VSUB] = 1 << desc->log2_chroma_h; in ff_scale_eval_dimensions()
|
D | vf_aspect.c | 55 VAR_VSUB, enumerator 102 var_values[VAR_VSUB] = 1 << desc->log2_chroma_h; in get_aspect_ratio()
|
D | vf_overlay.h | 33 VAR_VSUB, enumerator
|
D | vf_zoompan.c | 76 VAR_VSUB, enumerator 301 s->var_values[VAR_VSUB] = 1 << s->desc->log2_chroma_h; in activate()
|
D | vf_crop.c | 67 VAR_VSUB, enumerator 145 s->var_values[VAR_VSUB] = 1<<pix_desc->log2_chroma_h; in config_input()
|
D | vf_drawbox.c | 58 VAR_HSUB, VAR_VSUB, enumerator 143 var_values[VAR_VSUB] = s->vsub; in config_input()
|
D | vf_pad.c | 71 VAR_VSUB, enumerator 126 var_values[VAR_VSUB] = 1 << s->draw.vsub_max; in config_input()
|
D | vf_rotate.c | 57 VAR_HSUB, VAR_VSUB, enumerator 313 rot->var_values[VAR_VSUB] = 1<<rot->vsub; in config_props()
|
D | vf_zscale.c | 73 VAR_VSUB, enumerator 220 var_values[VAR_VSUB] = 1 << desc->log2_chroma_h; in config_props()
|
D | vf_scale.c | 82 VAR_VSUB, enumerator 435 scale->var_values[VAR_VSUB] = 1 << desc->log2_chroma_h; in scale_eval_dimensions()
|
D | vf_drawtext.c | 115 VAR_HSUB, VAR_VSUB, enumerator 848 s->var_values[VAR_VSUB] = 1 << s->dc.vsub_max; in config_input()
|
D | vf_overlay.c | 288 s->var_values[VAR_VSUB] = 1<<pix_desc->log2_chroma_h; in config_input_overlay()
|