/external/webrtc/webrtc/modules/remote_bitrate_estimator/ |
overuse_estimator.h | 33 // Returns the estimated noise/jitter variance in ms^2.
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
mcomp.h | 16 #include "vp8/common/variance.h"
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
vp9_variance.h | 20 void variance(const uint8_t *src_ptr,
|
vp9_speed_features.h | 94 // Skips intra modes other than DC_PRED if the source variance is small 106 // determined based on source variance 111 // Use an arbitrary partitioning scheme based on source variance within 267 // A source variance threshold below which the split mode is disabled 270 // A source variance threshold below which filter search is disabled
|
/libcore/support/src/test/java/tests/util/ |
SummaryStatistics.java | 52 /** Variance of the values seen. */
|
/cts/tests/tests/uirendering/src/android/uirendering/cts/bitmapcomparers/ |
MSSIMComparer.java | 151 * Finds the variance of the two sets of pixels, as well as the covariance of the windows. The 152 * return value is an array of doubles, the first is the variance of the first set of pixels, 153 * the second is the variance of the second set of pixels, and the third is the covariance.
|
/external/ImageMagick/Magick++/lib/Magick++/ |
Statistic.h | 175 // Standard deviation, sqrt(variance) 190 // Variance 191 double variance() const;
|
/external/icu/icu4c/source/test/perf/howExpensiveIs/ |
readme.txt | 69 Intel(R) Core(TM) i7-2720QM CPU @ 2.20GHz",MacBook 2.4ghz (Core2D),MacBook 2GhzCore2,AIX Power,MB 2.4 Variance,MB 2 variance,AIX Variance
|
/external/opencv3/doc/py_tutorials/py_feature2d/py_orb/ |
py_orb.markdown | 40 BRIEF has an important property that each bit feature has a large variance and a mean near 0.5. But 42 High variance makes a feature more discriminative, since it responds differentially to inputs. 45 find the ones that have both high variance and means close to 0.5, as well as being uncorrelated.
|
/external/opencv3/samples/cpp/ |
pca.cpp | 11 * specified amount of variance to retain. The effect 101 cout << "Retained Variance = " << pos << "% "; 175 createTrackbar("Retained Variance (%)", winName, &pos, 100, onTrackbar, (void*)&p);
|
/external/pdfium/xfa/src/fxbarcode/oned/ |
BC_OneDReader.cpp | 178 int32_t variance = counter > scaledPattern ? counter - scaledPattern
local 180 if (variance > maxIndividualVariance) {
184 totalVariance += variance;
|
BC_OneDimReader.cpp | 206 int32_t variance = PatternMatchVariance(counters, &patterns[i * 4],
local 208 if (variance < bestVariance) {
209 bestVariance = variance;
|
BC_OnedCode128Reader.cpp | 111 int32_t variance = PatternMatchVariance(
local 113 if (variance < bestVariance) {
114 bestVariance = variance;
158 int32_t variance = PatternMatchVariance(counters, &CODE_PATTERNS[d][0],
local 160 if (variance < bestVariance) {
161 bestVariance = variance;
|
/external/webrtc/webrtc/modules/audio_processing/intelligibility/ |
intelligibility_utils.h | 47 // The result is an array of variances per position: the i-th variance 48 // is the variance of the stream of data on the i-th positions in the 91 const float* variance() const { return variance_.get(); } function in class:webrtc::intelligibility::VarianceArray
|
intelligibility_enhancer.cc | 184 clear_variance_.variance(), clear_variance_.variance() + freqs_, 0.f); 197 FilterVariance(clear_variance_.variance(), filtered_clear_var_.get()); 198 FilterVariance(noise_variance_.variance(), filtered_noise_var_.get()); 209 } // Else experiencing variance underflow, so do nothing.
|
/external/webrtc/webrtc/modules/video_coding/ |
jitter_estimator.h | 74 double _varNoise; // Variance of the time-deviation from the line 90 // Updates the random jitter estimate, i.e. the variance 141 double _varFrameSize; // Frame size variance
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/correlation/ |
Covariance.java | 24 import org.apache.commons.math.stat.descriptive.moment.Variance; 162 Variance variance = new Variance(biasCorrected); local 170 outMatrix.setEntry(i, i, variance.evaluate(matrix.getColumn(i)));
|
/external/opencv3/modules/video/include/opencv2/video/ |
background_segm.hpp | 120 /** @brief Returns the variance threshold for the pixel-model match 126 /** @brief Sets the variance threshold for the pixel-model match 130 /** @brief Returns the variance threshold for the pixel-model match used for new mixture component generation 139 /** @brief Sets the variance threshold for the pixel-model match used for new mixture component generation 143 /** @brief Returns the initial variance of each gaussian component 146 /** @brief Sets the initial variance of each gaussian component
|
/external/ImageMagick/MagickCore/ |
feature.c | 591 % moment, contrast, correlation, sum of squares: variance, inverse difference 592 % moment, sum average, sum varience, sum entropy, entropy, difference variance,% difference entropy, information measures of correlation 1, information 655 variance; 843 (void) ResetMagickMemory(&variance,0,sizeof(variance)); 652 variance; local [all...] |
/external/apache-commons-math/src/main/java/org/apache/commons/math/distribution/ |
BetaDistributionImpl.java | 267 * Returns the variance. 271 * the variance is 274 * @return the variance
|
BinomialDistributionImpl.java | 266 * Returns the variance. 269 * probability parameter <code>p</code>, the variance is 272 * @return the variance
|
CauchyDistributionImpl.java | 310 * Returns the variance. 312 * The variance is always undefined, regardless of the parameters. 314 * @return variance (always Double.NaN)
|
ChiSquaredDistributionImpl.java | 313 * Returns the variance of the distribution. 315 * For <code>k</code> degrees of freedom, the variance is 318 * @return the variance
|
ExponentialDistributionImpl.java | 306 * Returns the variance of the distribution. 308 * For mean parameter <code>k</code>, the variance is 311 * @return the variance
|
TDistributionImpl.java | 277 * Returns the variance. 279 * For degrees of freedom parameter df, the variance is 286 * @return the variance
|