Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/
Dvf_fieldmatch.c76 typedef struct FieldMatchContext { struct
77 const AVClass *class;
79 AVFrame *prv, *src, *nxt; ///< main sliding window of 3 frames
80 AVFrame *prv2, *src2, *nxt2; ///< sliding window of the optional second stream
81 int got_frame[2]; ///< frame request flag for each input stream
82 int hsub[2], vsub[2]; ///< chroma subsampling values
83 int bpc; ///< bytes per component
84 uint32_t eof; ///< bitmask for end of stream
85 int64_t lastscdiff;
86 int64_t lastn;
[all …]