HomeSort by relevance Sort by last modified time
    Searched full:variance (Results 226 - 250 of 432) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libvpx/libvpx/vpx_dsp/
loopfilter.c 79 // is there high edge variance internal edge: 11111111 yes, 00000000 no
98 // add outer taps if we have high edge variance
405 // Is there high edge variance internal edge:
429 // Add outer taps if we have high edge variance.
    [all...]
sad.c 37 /* Remove dependency on vp9 variance function by duplicating vp9_comp_avg_pred.
  /external/opencv3/doc/py_tutorials/py_photo/py_non_local_means/
py_non_local_means.markdown 119 # create a noise of variance 25
  /external/webrtc/webrtc/modules/utility/source/
process_thread_impl.cc 211 // of calculating how long we should wait, to reduce variance.
process_thread_impl_unittest.cc 148 // time. There's some variance of timing built into it to reduce chance of
  /external/webrtc/webrtc/modules/video_coding/
qm_select.h 137 // NFD is normalized frame difference (normalized by spatial variance).
  /external/webrtc/webrtc/modules/video_processing/
content_analysis.cc 155 // (pixel variance) likely have larger temporal difference
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/generic/
libvpx_srcs.txt 62 vp8/common/variance.h
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/
variance_mmx.c 12 #include "vp8/common/variance.h"
loopfilter_mmx.asm 133 ; calculate high edge variance
191 pandn mm4, mm5 ; high edge variance additive
426 ; calculate high edge variance
509 pandn mm4, mm5 ; high edge variance additive
728 ; calculate high edge variance
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/mips/
libvpx_srcs.txt 62 vp8/common/variance.h
  /external/webrtc/webrtc/modules/audio_processing/
audio_processing_performance_unittest.cc 303 double variance = 0; local
308 variance += static_cast<double>(tmp * tmp);
313 ? rtc::checked_cast<int64_t>(sqrt(variance / denominator))
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/
overuse_detector_unittest.cc 141 // No variance.
191 int sigma_ms = 0; // No variance.
206 int sigma_ms = 0; // No variance.
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
CHANGELOG 291 ARM optimized quantization, dfct, variance, subtract
366 Adds armv6 optimized variance calculation
368 ARMv6 optimized half pixel variance calculations
  /external/libvpx/libvpx/vp8/common/x86/
vp8_loopfilter_mmx.asm 133 ; calculate high edge variance
191 pandn mm4, mm5 ; high edge variance additive
426 ; calculate high edge variance
509 pandn mm4, mm5 ; high edge variance additive
728 ; calculate high edge variance
    [all...]
  /external/deqp/modules/gles2/functional/
es2fShaderInvarianceTests.cpp 349 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Detected variance between two invariant values");
380 m_testCtx.getLog() << tcu::TestLog::Message << "Invalid pixels found (fragments from first render pass found). Variance detected." << tcu::TestLog::EndMessage;
391 m_testCtx.getLog() << tcu::TestLog::Message << "No variance found." << tcu::TestLog::EndMessage;
    [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderInvarianceTests.cpp 349 m_testCtx.setTestResult(QP_TEST_RESULT_FAIL, "Detected variance between two invariant values");
380 m_testCtx.getLog() << tcu::TestLog::Message << "Invalid pixels found (fragments from first render pass found). Variance detected." << tcu::TestLog::EndMessage;
391 m_testCtx.getLog() << tcu::TestLog::Message << "No variance found." << tcu::TestLog::EndMessage;
    [all...]
  /external/libvpx/libvpx/
CHANGELOG 331 ARM optimized quantization, dfct, variance, subtract
406 Adds armv6 optimized variance calculation
408 ARMv6 optimized half pixel variance calculations
  /frameworks/native/libs/input/
VelocityTracker.cpp 407 * reciprocal square root of the variance of the error in each input data point.
529 // SSerr is the residual sum of squares (variance of the error),
530 // and SStot is the total sum of squares (variance of the data) where each
    [all...]
  /frameworks/support/v7/appcompat/tests/src/android/support/v7/widget/
AppCompatBaseViewTest.java 363 // translucent color on top of solid fill color. This is where the allowed variance
435 // translucent color on top of solid fill color. This is where the allowed variance
584 // translucent color on top of solid fill color. This is where the allowed variance
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_encodeframe.c 90 // This is used as a reference when computing the source variance for the
315 int variance; member in struct:__anon30233
392 // Set variance values given sum square error, sum error, count.
398 v->variance = (int)(256 *
402 v->variance = 0;
443 vt.part_variances->none.variance < threshold) {
450 vt.part_variances->vert[0].variance < threshold &&
451 vt.part_variances->vert[1].variance < threshold) {
460 vt.part_variances->horz[0].variance < threshold &&
461 vt.part_variances->horz[1].variance < threshold)
    [all...]
  /cts/apps/CameraITS/tests/scene5/
test_lens_shading_and_color_uniformity.py 34 radius of the image, the variance of r/g and b/g value need to be less than
  /cts/apps/CtsVerifier/assets/scripts/
execute_power_tests.py 348 # with low-variance around the mean current draw.
351 # variance of the samples is low enough to validate baseline.
413 variance. We use a criteria that allows for a certain fraction of
    [all...]
  /device/htc/flounder/
media_codecs_performance.xml 35 <!-- measured 98%:110-447 med:190 SLOW variance:2.0 -->
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/BroadphaseCollision/
btQuantizedBvh.cpp 307 btVector3 variance(btScalar(0.),btScalar(0.),btScalar(0.));
322 variance += diff2;
324 variance *= (btScalar(1.)/ ((btScalar)numIndices-1) );
326 return variance.maxAxis();
    [all...]

Completed in 1866 milliseconds

1 2 3 4 5 6 7 8 91011>>