Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/
Daf_adeclick.c86 double sigmae, double *detection,
460 double sigmae, in detect_clicks() argument
477 click[i] = fabs(detection[i]) > sigmae * threshold; in detect_clicks()
517 double sigmae; in filter_channel() local
520sigmae = autoregression(src, s->ar_order, s->window_size, c->acoefficients, c->acorrelation, c->tm… in filter_channel()
527 nb_errors = s->detector(s, c, sigmae, c->detection, c->acoefficients, in filter_channel()