OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Mix
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/smhasher/src/
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/chromium_org/media/base/
channel_mixer.cc
108
void
Mix
(Channels input_ch, Channels output_ch, float scale);
134
// Stereo down
mix
should never be the output layout.
197
//
Mix
front LR into center.
205
Mix
(LEFT, CENTER, scale);
206
Mix
(RIGHT, CENTER, scale);
209
//
Mix
center into front LR.
215
Mix
(CENTER, RIGHT, scale);
218
//
Mix
back LR into: side LR || back center || front LR || front center.
221
// If we have side LR,
mix
back LR into side LR, but instead if the input
224
Mix
(BACK_LEFT, SIDE_LEFT, scale)
[
all
...]
/external/webrtc/src/modules/audio_processing/
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) {
/art/test/044-proxy/src/
BasicTest.java
33
Mix
proxyMe = new
Mix
();
170
class
Mix
implements Quads, Colors {
188
return "
mix
";
/dalvik/tests/044-proxy/src/
BasicTest.java
32
Mix
proxyMe = new
Mix
();
160
class
Mix
implements Quads, Colors {
178
return "
mix
";
Completed in 700 milliseconds