Home
last modified time | relevance | path

Searched refs:achistogram (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavfilter/
Davf_ahistogram.c42 uint64_t *achistogram; member
135 s->achistogram = av_calloc(s->w, s->dchannels * sizeof(*s->achistogram)); in config_input()
136 if (!s->achistogram) in config_input()
255 uint64_t *achistogram = &s->achistogram[(s->dmode == SINGLE ? 0: c) * w]; in filter_frame() local
260 achistogram[bin]++; in filter_frame()
278 uint64_t *achistogram = &s->achistogram[(s->dmode == SINGLE ? 0: c) * w]; in filter_frame() local
283 achistogram[bin]++; in filter_frame()
307 acmax = FFMAX(s->achistogram[n] - s->shistogram[n], acmax); in filter_frame()
312 uint64_t *achistogram = &s->achistogram[c * w]; in filter_frame() local
327 a = achistogram[n] - shistogram[n]; in filter_frame()
[all …]