Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/
H A Dvf_signalstats.c54 int *histy, *histu, *histv, *histsat; member
115 av_freep(&s->histv); in uninit()
165 s->histv = av_malloc_array(s->maxsize, sizeof(*s->histv)); in config_output()
168 if (!s->histy || !s->histu || !s->histv || !s->histsat) in config_output()
552 *histv = s->histv, in filter_frame8() local
613 memset(s->histv, 0, s->maxsize * sizeof(*s->histv)); in filter_frame8()
624 histv[yuv in filter_frame8()
774 *histv = s->histv, filter_frame16() local
[all...]

Completed in 3 milliseconds