HomeSort by relevance Sort by last modified time
    Searched refs:correlated (Results 1 - 6 of 6) sorted by null

  /external/aac/libAACdec/src/
aacdec_pns.h 100 UCHAR correlated[NO_OFBANDS]; member in struct:__anon12857
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;
conceal.cpp 636 pInterChannelData->correlated[pnsBand] = 0;
    [all...]
  /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...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
shortcircuit.go 8 // are always correlated and rewrites the CFG to take
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
shortcircuit.go 8 // are always correlated and rewrites the CFG to take

Completed in 263 milliseconds