Searched refs:HistogramContext (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvf_histogram.c38 typedef struct HistogramContext { struct
53 } HistogramContext; typedef in typeref:struct:HistogramContext
55 #define OFFSET(x) offsetof(HistogramContext, x)
106 HistogramContext *h = ctx->priv;
136 HistogramContext *h = inlink->dst->priv;
158 HistogramContext *h = ctx->priv;
184 static void gen_waveform(HistogramContext *h, AVFrame *inpicref, AVFrame *outpicref,
233 HistogramContext *h = inlink->dst->priv;
371 .priv_size = sizeof(HistogramContext),

Completed in 30 milliseconds