/packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/ |
proximity_info_params.cpp | 69 // TODO: The variance is critical for accuracy; thus, adjusting these parameters by machine
|
/external/opencv/cvaux/src/ |
cvhmm.cpp | 510 // var - pointer to the variance vector of the Gaussian pdf 544 // var - two-dimensional pointer to the variance vector of the Gaussian pdf; 546 // the second dimension is indexed along the size of the variance vector [all...] |
/external/webrtc/webrtc/modules/rtp_rtcp/test/testFec/ |
test_packet_masks_metrics.cc | 132 // The average and variance of the residual loss, as a function of the 133 // packet/symbol loss model. The average/variance is computed by averaging 463 // Update the average and variance of the residual loss. 484 // Normalize the average residual loss and compute/normalize the variance. [all...] |
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/ |
bwe_test_framework_unittest.cc | 102 TEST(BweTestFramework_StatsTest, Variance) { 121 // Variance is 1 ; sqrt(1) = 1 126 // Variance is 8 ; sqrt(8) = 2 with integers. 541 // If pair i is chosen to be swapped with probability p, the variance for that 543 // the variance for the number of swaps is (kPacketCount - 1) * p * (1 - p). [all...] |
/external/clang/include/clang/AST/ |
DeclObjC.h | 513 /// Describes the variance of a given generic parameter. 543 /// The variance of the type parameter. 544 unsigned Variance : 2; 546 /// The location of the variance, if any. 554 ObjCTypeParamVariance variance, SourceLocation varianceLoc, 560 Index(index), Variance(static_cast<unsigned>(variance)), 565 ObjCTypeParamVariance variance, 576 /// Determine the variance of this type parameter. 578 return static_cast<ObjCTypeParamVariance>(Variance); [all...] |
/external/libvpx/libvpx/vp8/common/x86/ |
loopfilter_sse2.asm | 248 pandn xmm4, xmm5 ; high edge variance additive 310 ; calculate breakout conditions and high edge variance 362 ; calculate breakout conditions and high edge variance 584 ; calculate breakout conditions and high edge variance 634 ; calculate breakout conditions and high edge variance [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/ |
loopfilter_sse2.asm | 248 pandn xmm4, xmm5 ; high edge variance additive 310 ; calculate breakout conditions and high edge variance 362 ; calculate breakout conditions and high edge variance 584 ; calculate breakout conditions and high edge variance 634 ; calculate breakout conditions and high edge variance [all...] |
/external/webrtc/webrtc/modules/audio_processing/test/ |
audio_processing_unittest.cc | 1991 float variance = 0; local 2310 double variance = 0; local 2597 double variance = 0; local [all...] |
/docs/source.android.com/src/devices/tech/power/ |
component.jd | 103 <p>System suspend can introduce unwanted variance in power measurements and place system components 147 power states for the power profile, avoid the power draw variance when measuring other parameters.
|
/external/ImageMagick/Magick++/lib/ |
Statistic.cpp | 397 double Magick::ChannelStatistics::variance() const function in class:Magick::ChannelStatistics 418 _variance(channelStatistics_->variance)
|
/external/autotest/tko/perf_upload/ |
perf_uploader.py | 87 variance = sum([(elem - mean) ** 2 for elem in data]) / (n - 1) 88 return round(mean, precision), round(math.sqrt(variance), precision)
|
/external/flac/libFLAC/ |
fixed.c | 250 /* 'total_error*' is linearly related to the variance of the residual */ 312 /* 'total_error*' is linearly related to the variance of the residual */
|
/external/flac/libFLAC/include/private/ |
lpc.h | 109 * specifically, the variance of 224 * based on the LP error (which is related to the residual variance).
|
/external/libvpx/config/arm-neon/ |
libvpx_srcs.txt | 378 vpx_dsp/variance.c 379 vpx_dsp/variance.h
|
/external/libvpx/config/arm64/ |
libvpx_srcs.txt | 350 vpx_dsp/variance.c 351 vpx_dsp/variance.h
|
/external/libvpx/config/x86/ |
libvpx_srcs.txt | 339 vpx_dsp/variance.c 340 vpx_dsp/variance.h
|
/external/libvpx/config/x86_64/ |
libvpx_srcs.txt | 342 vpx_dsp/variance.c 343 vpx_dsp/variance.h
|
/external/libvpx/libvpx/vp9/encoder/ |
vp9_encoder.h | 22 #include "vpx_dsp/variance.h" 460 // Store frame variance info in SOURCE_VAR_BASED_PARTITION search type.
|
vp9_extend.c | 112 // Motion estimation may use src block variance with the block size up
|
/external/libvpx/libvpx/vpx_dsp/ |
vpx_dsp.mk | 292 DSP_SRCS-yes += variance.c 293 DSP_SRCS-yes += variance.h
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
vp9_loopfilter_filters.c | 64 // is there high edge variance internal edge: 11111111 yes, 00000000 no 83 // add outer taps if we have high edge variance
|
/cts/libs/deviceutil/src/android/cts/util/ |
MediaPerfUtils.java | 34 // allow a variance of 2x for measured frame rates (e.g. half of lower-limit to double of
|
/cts/tests/tests/hardware/src/android/hardware/cts/helpers/ |
SensorCtsHelper.java | 85 * Calculate the bias-corrected sample variance of a collection.
|
/external/caliper/caliper/src/test/java/com/google/caliper/runner/ |
RuntimeInstrumentTest.java | 177 // that we aren't put at the mercy (and variance) of the thread scheduler.
|
/external/libmpeg2/common/ |
ideint.c | 328 /* Compute Variance */
|