HomeSort by relevance Sort by last modified time
    Searched full:correlated (Results 1 - 25 of 94) sorted by null

1 2 3 4

  /external/libvpx/libvpx/vp9/common/
vp9_mfqe.h 20 // the correlated pixel blocks (with higher quality) in the last frame.
23 // the current block and correlated block, the variance of the block
  /external/apache-commons-math/src/main/java/org/apache/commons/math/random/
CorrelatedRandomVectorGenerator.java 28 * correlated components.
29 * <p>Random vectors with correlated components are built by combining
33 * <p>The main use for correlated random vector generation is for Monte-Carlo
56 * of the correlated vector. This class handles this situation
82 * <p>Build a correlated random vector generator from its mean
116 * <p>Build a null mean random correlated vector generator from its
280 /** Generate a correlated random vector.
291 // compute correlated vector
292 double[] correlated = new double[mean.length];
293 for (int i = 0; i < correlated.length; ++i)
    [all...]
  /external/llvm/test/Transforms/CorrelatedValuePropagation/
2010-09-02-Trunc.ll 1 ; RUN: opt -S < %s -correlated-propagation | FileCheck %s
srem.ll 1 ; RUN: opt < %s -correlated-propagation -S | FileCheck %s
icmp.ll 1 ; RUN: opt -correlated-propagation -S %s | FileCheck %s
2 ; RUN: opt -passes=correlated-propagation -S %s | FileCheck %s
conflict.ll 1 ; RUN: opt -correlated-propagation -S < %s | FileCheck %s
sdiv.ll 1 ; RUN: opt < %s -correlated-propagation -S | FileCheck %s
crash.ll 1 ; RUN: opt < %s -correlated-propagation
  /external/swiftshader/third_party/LLVM/test/Transforms/CorrelatedValuePropagation/
2010-09-02-Trunc.ll 1 ; RUN: opt -S < %s -correlated-propagation | FileCheck %s
basic.ll 1 ; RUN: opt < %s -correlated-propagation -S | FileCheck %s
crash.ll 1 ; RUN: opt < %s -correlated-propagation
non-null.ll 1 ; RUN: opt < %s -correlated-propagation -S | FileCheck %s
  /cts/common/util/src/com/android/compatibility/common/util/
ResultType.java 27 /** This value is not directly correlated with score. */
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
CorrelatedValuePropagation.cpp 10 // This file implements the Correlated Value Propagation pass.
14 #define DEBUG_TYPE "correlated-value-propagation"
56 INITIALIZE_PASS_BEGIN(CorrelatedValuePropagation, "correlated-propagation",
59 INITIALIZE_PASS_END(CorrelatedValuePropagation, "correlated-propagation",
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
encode_lpc_swb.h 122 * -out : correlated parametrs.
141 * -out : correlated parametrs.
260 * -out : correlated parameters.
encode_lpc_swb.c 368 * -out : correlated parametrs.
431 * -out : correlated parametrs.
665 * -out : correlated parameters.
  /external/aac/libAACdec/src/
aacdec_pns.cpp 121 FDKmemclear(pPnsInterChannelData->correlated,(8*16)*sizeof(UCHAR));
173 pInterChannelData->correlated[pns_band] = (outofphase) ? 3 : 1;
182 \return PNS is correlated
192 return (pInterChannelData->correlated[pns_band] & 0x01) ? 1 : 0;
196 \brief Indicates if correlated out of phase mode is used.
211 return (pInterChannelData->correlated[pns_band] & 0x02) ? 1 : 0;
  /external/apache-commons-math/src/main/java/org/apache/commons/math/stat/correlation/
PearsonsCorrelation.java 65 * whose columns represent values of variables to be correlated.
77 * represent variables to be correlated.
207 * of variables to be correlated.
SpearmansCorrelation.java 126 * of variables to be correlated.
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/
PushObserver.java 28 * expected in order, correlated by stream ID.
  /system/core/liblog/tests/
log_read_test.cpp 62 // binary messages through so that logger losses can be correlated?
  /external/pdfium/third_party/lcms2-2.6/src/
cmswtpnt.c 60 // For correlated color temperature (T) between 4000K and 7000K:
67 // or for correlated color temperature (T) between 7000K and 25000K:
  /external/tcpdump/
print-aoe.c 158 /* Sector Count (not correlated with the length) */
319 /* NMacs (correlated with the length) */
  /external/iproute2/
README.distribution 80 of generating correlated values needs correction. You can generate your
  /external/iproute2/netem/
README.distribution 82 of generating correlated values needs correction. You can generate your

Completed in 259 milliseconds

1 2 3 4