Searched refs:max_sigma_x2 (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.c32 double avg_sigma_x2, min_sigma_x2, max_sigma_x2; member in struct:ChannelStats
102 p->max = p->max_sigma_x2 = DBL_MIN;
140 p->max_sigma_x2 = FFMAX(p->max_sigma_x2, p->avg_sigma_x2);
188 max_sigma_x2 = DBL_MIN; local
195 p->min_sigma_x2 = p->max_sigma_x2 = p->sigma_x2 / p->nb_samples;
200 max_sigma_x2 = FFMAX(max_sigma_x2, p->max_sigma_x2);
217 av_log(ctx, AV_LOG_INFO, "RMS peak dB: %f\n", LINEAR_TO_DB(sqrt(p->max_sigma_x2)));
[all...]

Completed in 109 milliseconds