Searched defs:ScaleContext (Results 1 – 1 of 1) sorted by relevance
106 typedef struct ScaleContext { struct107 const AVClass *class;108 struct SwsContext *sws; ///< software scaler context109 struct SwsContext *isws[2]; ///< software scaler context for interlaced material110 AVDictionary *opts;118 int w, h;119 char *size_str;120 unsigned int flags; ///sws flags121 double param[2]; // sws params123 int hsub, vsub; ///< chroma subsampling[all …]