Searched defs:HistogramContext (Results 1 – 1 of 1) sorted by relevance
34 typedef struct HistogramContext { struct35 const AVClass *class; ///< AVClass context for log and options purpose36 int thistogram;37 int envelope;38 int slide;39 unsigned histogram[256*256];40 int histogram_size;64 } HistogramContext; argument