Home
last modified time | relevance | path

Searched defs:standard_deviation (Results 1 – 5 of 5) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst/siren/
Dcommon.c27 float standard_deviation[64]; variable
/third_party/ffmpeg/libavfilter/
Daf_dynaudnorm.c621 const double standard_deviation = compute_frame_std_dev(s, frame, -1); in perform_compression() local
640 const double standard_deviation = compute_frame_std_dev(s, frame, c); in perform_compression() local
Dvf_readeia608.c245 float standard_deviation = 0.f; in stddevf() local
/third_party/ffmpeg/libavcodec/
Dsiren.c373 float standard_deviation[64]; member
/third_party/libabigail/tests/lib/
Dcatch.hpp7082 Estimate<double> standard_deviation; member
7208 Estimate<Duration> standard_deviation; member
7739 …double standard_deviation(std::vector<double>::iterator first, std::vector<double>::iterator last)… in standard_deviation() function