Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/
Dvf_histogram.c34 typedef struct HistogramContext { struct
35 const AVClass *class; ///< AVClass context for log and options purpose
36 int thistogram;
37 int envelope;
38 int slide;
39 unsigned histogram[256*256];
40 int histogram_size;
64 } HistogramContext; argument