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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Daf_astats.c184 max_sigma_x = 0, local
208 if (fabs(p->sigma_x) > fabs(max_sigma_x))
209 max_sigma_x = p->sigma_x;
226 av_log(ctx, AV_LOG_INFO, "DC offset: %f\n", max_sigma_x / (nb_samples / s->nb_channels));

Completed in 44 milliseconds