Home
last modified time | relevance | path

Searched defs:ScaleContext (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavfilter/
Dvf_scale.c106 typedef struct ScaleContext { struct
107 const AVClass *class;
108 struct SwsContext *sws; ///< software scaler context
109 struct SwsContext *isws[2]; ///< software scaler context for interlaced material
110 AVDictionary *opts;
118 int w, h;
119 char *size_str;
120 unsigned int flags; ///sws flags
121 double param[2]; // sws params
123 int hsub, vsub; ///< chroma subsampling
[all …]