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

  /external/chromium_org/media/base/
channel_mixer.cc 109 void Mix(Channels input_ch, Channels output_ch, float scale);
135 // Stereo down mix should never be the output layout.
198 // Mix front LR into center.
206 Mix(LEFT, CENTER, scale);
207 Mix(RIGHT, CENTER, scale);
210 // Mix center into front LR.
216 Mix(CENTER, RIGHT, scale);
219 // Mix back LR into: side LR || back center || front LR || front center.
222 // If we have side LR, mix back LR into side LR, but instead if the input
225 Mix(BACK_LEFT, SIDE_LEFT, scale)
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkChecksum.h 45 static uint32_t Mix(uint32_t hash) {
87 return Mix(hash);
  /external/chromium_org/third_party/smhasher/src/
Spooky.cpp 158 Mix(u.p64, h0,h1,h2,h3,h4,h5,h6,h7,h8,h9,h10,h11);
167 Mix(buf, h0,h1,h2,h3,h4,h5,h6,h7,h8,h9,h10,h11);
177 Mix(buf, h0,h1,h2,h3,h4,h5,h6,h7,h8,h9,h10,h11);
250 Mix(u.p64, h0,h1,h2,h3,h4,h5,h6,h7,h8,h9,h10,h11);
251 Mix(&u.p64[sc_numVars], h0,h1,h2,h3,h4,h5,h6,h7,h8,h9,h10,h11);
267 Mix(u.p64, h0,h1,h2,h3,h4,h5,h6,h7,h8,h9,h10,h11);
276 Mix(m_data, h0,h1,h2,h3,h4,h5,h6,h7,h8,h9,h10,h11);
330 Mix(data, h0,h1,h2,h3,h4,h5,h6,h7,h8,h9,h10,h11);
335 // mix in the last partial block, and the length mod sc_blockSize
339 Mix(data, h0,h1,h2,h3,h4,h5,h6,h7,h8,h9,h10,h11)
    [all...]
Spooky.h 4 // Oct 31 2010: alpha, framework + SpookyHash::Mix appears right
5 // Oct 31 2011: alpha again, Mix only good to 2^^69 but rest appears right
6 // Dec 31 2011: beta, improved Mix, tested it for 2-bit deltas
129 // When run forward or backwards one Mix
132 static INLINE void Mix(
153 // Mix all 12 inputs together so that h0, h1 are a hash of them all.
164 // This does not rely on the last Mix() call having already mixed some.
229 // Mix all 4 inputs together so that h0, h1 are a hash of them all.
282 // * is a not-very-regular mix of 1's and 0's
  /external/webrtc/src/modules/audio_processing/
audio_buffer.h 54 void Mix(int num_mixed_channels);
audio_buffer.cc 255 // TODO(andrew): would be good to support the no-mix case with pointer
258 void AudioBuffer::Mix(int num_mixed_channels) {
audio_processing_impl.cc 294 capture_audio_->Mix(num_output_channels_);
  /art/test/044-proxy/src/
BasicTest.java 33 Mix proxyMe = new Mix();
177 class Mix implements Quads, Colors {
195 return "mix";
  /external/chromium_org/third_party/skia/bench/
FontCacheBench.cpp 73 { "hasher2", SkChecksum::Mix },
  /external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfSoundActionDictionary_autogen.cpp 71 bool SkPdfSoundActionDictionary::Mix(SkPdfNativeDoc* doc) {
72 SkPdfNativeObject* ret = get("Mix", "");
80 return get("Mix", "") != NULL;
SkPdfSoundActionDictionary_autogen.h     [all...]
  /external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfSoundActionDictionary_autogen.cpp 71 bool SkPdfSoundActionDictionary::Mix(SkPdfNativeDoc* doc) {
72 SkPdfNativeObject* ret = get("Mix", "");
80 return get("Mix", "") != NULL;
SkPdfSoundActionDictionary_autogen.h     [all...]
  /external/chromium_org/third_party/skia/src/gpu/
GrLayerCache.h 31 static uint32_t Hash(const uint32_t& key) { return SkChecksum::Mix(key); }
  /external/pcre/dist/
RunGrepTest 146 (cd $srcdir; $valgrind $pcregrep -Mix 'Pattern' ./testdata/grepinputx) >>testtrygrep
  /external/deqp/modules/glshared/
glsBuiltinPrecisionTests.cpp     [all...]
  /external/chromium_org/third_party/usb_ids/
usb.ids     [all...]

Completed in 559 milliseconds