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

1 2 3 4 5

  /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
  /external/libxaac/decoder/
ixheaacd_pns.h 37 UWORD8 correlated[PNS_BAND_FLAGS_SIZE]; member in struct:__anon26592
  /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",
  /test/suite_harness/common/util/src/com/android/compatibility/common/util/
ResultType.java 27 /** This value is not directly correlated with score. */
  /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 130 FDKmemclear(pPnsInterChannelData->correlated, (8 * 16) * sizeof(UCHAR));
171 pInterChannelData->correlated[pns_band] = (outofphase) ? 3 : 1;
180 \return PNS is correlated
187 return (pInterChannelData->correlated[pns_band] & 0x01) ? 1 : 0;
191 \brief Indicates if correlated out of phase mode is used.
203 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.
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/
PushObserver.java 28 * expected in order, correlated by stream ID.
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiPowerMetrics.java 48 * A snapshot of Wifi statistics in Batterystats is obtained. Due to reboots multiple correlated
  /system/core/liblog/tests/
log_read_test.cpp 63 // binary messages through so that logger losses can be correlated?
  /external/tensorflow/tensorflow/contrib/bayesflow/python/ops/
mcmc_diagnostics_impl.py 47 More precisely, given a stationary sequence of possibly correlated random
54 `ESS <= N`, with more highly correlated sequences having smaller `ESS`.
333 # We assume exactly one leading dimension indexes e.g. correlated samples
  /external/pdfium/third_party/lcms/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) */

Completed in 782 milliseconds

1 2 3 4 5