HomeSort by relevance Sort by last modified time
    Searched defs:variance (Results 26 - 33 of 33) sorted by null

12

  /external/chromium_org/third_party/webrtc/modules/audio_processing/test/
audio_processing_unittest.cc 2032 double variance = 0; local
2281 double variance = 0; local
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
mediachannel.h 749 variance(0.0) {
754 double variance; member in struct:cricket::VariableInfo
    [all...]
  /external/opencv/cvaux/include/
cvaux.h 122 float* log_var_val; /* sum of 0.5 (LN2PI + ln(variance[i]) ) for i=1,n */
1352 double variance[CV_BGFG_MOG_NCOLORS]; member in struct:CvGaussBGValues
    [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:__anon40728
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...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_encodeframe.c 59 // This is used as a reference when computing the source variance for the
219 int variance; member in struct:__anon17780
299 // Set variance values given sum square error, sum error, count.
305 v->variance = (int)(256 *
309 v->variance = 0;
348 vt.part_variances->none.variance < threshold) {
355 vt.part_variances->vert[0].variance < threshold &&
356 vt.part_variances->vert[1].variance < threshold) {
365 vt.part_variances->horz[0].variance < threshold &&
366 vt.part_variances->horz[1].variance < threshold)
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_encodeframe.c 90 // This is used as a reference when computing the source variance for the
299 int variance; member in struct:__anon29545
376 // Set variance values given sum square error, sum error, count.
382 v->variance = (int)(256 *
386 v->variance = 0;
427 vt.part_variances->none.variance < threshold) {
434 vt.part_variances->vert[0].variance < threshold &&
435 vt.part_variances->vert[1].variance < threshold) {
444 vt.part_variances->horz[0].variance < threshold &&
445 vt.part_variances->horz[1].variance < threshold)
    [all...]
  /external/zxing/core/
core.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 1552 milliseconds

12