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

  /external/aac/libAACdec/src/
aacdec_pns.h 111 UCHAR correlated[NO_OFBANDS]; member in struct:__anon13576
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/libxaac/decoder/
ixheaacd_pns.h 37 UWORD8 correlated[PNS_BAND_FLAGS_SIZE]; member in struct:__anon26592
ixheaacd_pns_js_thumb.c 69 return ((ptr_corr_info->correlated[(pns_band >> PNS_BAND_FLAGS_SHIFT)] >>
ixheaacd_aacdecoder.c 280 memset(ptr_corr_info->correlated, 0, sizeof(UWORD8) * PNS_BAND_FLAGS_SIZE);
    [all...]
ixheaacd_channel.c 659 ptr_corr_info->correlated[(pns_band >> PNS_BAND_FLAGS_SHIFT)] |=
    [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 741 milliseconds