Searched refs:achistogram (Results 1 – 1 of 1) sorted by relevance
42 uint64_t *achistogram; member135 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() local260 achistogram[bin]++; in filter_frame()278 uint64_t *achistogram = &s->achistogram[(s->dmode == SINGLE ? 0: c) * w]; in filter_frame() local283 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() local327 a = achistogram[n] - shistogram[n]; in filter_frame()[all …]