/external/webrtc/webrtc/modules/audio_coding/neteq/ |
random_vector_unittest.cc | 13 #include "webrtc/modules/audio_coding/neteq/random_vector.h" 20 RandomVector random_vector; local
|
merge_unittest.cc | 20 #include "webrtc/modules/audio_coding/neteq/random_vector.h" 31 RandomVector random_vector; local 33 Expand expand(&bgn, &sync_buffer, &random_vector, &statistics, fs, channels);
|
normal_unittest.cc | 25 #include "webrtc/modules/audio_coding/neteq/random_vector.h" 39 RandomVector random_vector; local 41 Expand expand(&bgn, &sync_buffer, &random_vector, &statistics, fs, channels); 53 RandomVector random_vector; local 55 MockExpand expand(&bgn, &sync_buffer, &random_vector, &statistics, fs, 99 RandomVector random_vector; local 101 MockExpand expand(&bgn, &sync_buffer, &random_vector, &statistics, fs,
|
expand_unittest.cc | 19 #include "webrtc/modules/audio_coding/neteq/random_vector.h" 32 RandomVector random_vector; local 34 Expand expand(&bgn, &sync_buffer, &random_vector, &statistics, fs, channels); 42 RandomVector random_vector; local 45 Expand* expand = expand_factory.Create(&bgn, &sync_buffer, &random_vector,
|
expand.cc | 23 #include "webrtc/modules/audio_coding/neteq/random_vector.h" 31 RandomVector* random_vector, 35 : random_vector_(random_vector), 69 int16_t random_vector[kMaxSampleRate / 8000 * 120 + 30]; local 84 AnalyzeSignal(random_vector); 93 GenerateRandomVector(2, rand_length, random_vector); 196 WebRtcSpl_AffineTransformVector(scaled_random_vector, random_vector, 285 GenerateBackgroundNoise(random_vector, 351 void Expand::AnalyzeSignal(int16_t* random_vector) { 638 memcpy(random_vector, RandomVector::kRandomTable [all...] |
/external/opencv3/modules/python/test/ |
transformations.py | 1620 def random_vector(size): function [all...] |