Searched refs:nb_hbins (Results 1 – 1 of 1) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
D | af_adeclick.c | 57 int nb_hbins; member 420 av_fast_malloc(&c->histogram, &c->histogram_size, s->nb_hbins * sizeof(*c->histogram)); in detect_clips() 424 memset(histogram, 0, sizeof(*histogram) * s->nb_hbins); in detect_clips() 427 const unsigned index = fmin(fabs(src[i]), 1) * (s->nb_hbins - 1); in detect_clips() 434 for (i = s->nb_hbins - 1; i > 1; i--) { in detect_clips() 437 max_amplitude = i / (double)s->nb_hbins; in detect_clips() 788 …{ "hsize", "set histogram size", OFFSET(nb_hbins), AV_OPT_TYPE_INT, {.i64=1000}, 100, 9999,… 789 …{ "n", "set histogram size", OFFSET(nb_hbins), AV_OPT_TYPE_INT, {.i64=1000}, 100, 9999,…
|