Searched defs:Mix (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/media/base/
H A Dchannel_mixer.cc108 void Mix(Channels input_ch, Channels output_ch, float scale);
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.
224 Mix(BACK_LEFT, SIDE_LEFT, scale);
225 Mix(BACK_RIGHT, SIDE_RIGHT, scale);
227 // Mix bac
388 void MatrixBuilder::Mix(Channels input_ch, Channels output_ch, float scale) { function in class:media::MatrixBuilder
[all...]
/external/chromium_org/third_party/smhasher/src/
H A DSpooky.h4 // 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( function in class:SpookyHash
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.
/external/webrtc/src/modules/audio_processing/
H A Daudio_buffer.cc258 void AudioBuffer::Mix(int num_mixed_channels) { function in class:webrtc::AudioBuffer

Completed in 237 milliseconds