Searched refs:random_vector (Results 1 - 20 of 20) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
H A Drandom_vector_unittest.cc13 #include "webrtc/modules/audio_coding/neteq/random_vector.h"
20 RandomVector random_vector; local
H A Dexpand_unittest.cc17 #include "webrtc/modules/audio_coding/neteq/random_vector.h"
27 RandomVector random_vector; local
28 Expand expand(&bgn, &sync_buffer, &random_vector, fs, channels);
36 RandomVector random_vector; local
39 expand_factory.Create(&bgn, &sync_buffer, &random_vector, fs, channels);
H A Dmerge_unittest.cc20 #include "webrtc/modules/audio_coding/neteq/random_vector.h"
30 RandomVector random_vector; local
31 Expand expand(&bgn, &sync_buffer, &random_vector, fs, channels);
H A Dexpand.h36 RandomVector* random_vector,
39 : random_vector_(random_vector),
95 int16_t* random_vector);
97 void GenerateBackgroundNoise(int16_t* random_vector,
111 void AnalyzeSignal(int16_t* random_vector);
181 RandomVector* random_vector,
34 Expand(BackgroundNoise* background_noise, SyncBuffer* sync_buffer, RandomVector* random_vector, int fs, size_t num_channels) argument
H A Dnormal_unittest.cc24 #include "webrtc/modules/audio_coding/neteq/random_vector.h"
38 RandomVector random_vector; local
39 Expand expand(&bgn, &sync_buffer, &random_vector, fs, channels);
51 RandomVector random_vector; local
52 MockExpand expand(&bgn, &sync_buffer, &random_vector, fs, channels);
95 RandomVector random_vector; local
96 MockExpand expand(&bgn, &sync_buffer, &random_vector, fs, channels);
H A Dexpand.cc22 #include "webrtc/modules/audio_coding/neteq/random_vector.h"
38 int16_t random_vector[kMaxSampleRate / 8000 * 120 + 30]; local
53 AnalyzeSignal(random_vector);
61 GenerateRandomVector(2, rand_length, random_vector);
164 WebRtcSpl_AffineTransformVector(scaled_random_vector, random_vector,
254 GenerateBackgroundNoise(random_vector,
310 void Expand::AnalyzeSignal(int16_t* random_vector) { argument
599 memcpy(random_vector, RandomVector::kRandomTable,
604 memcpy(random_vector, RandomVector::kRandomTable,
610 &random_vector[RandomVecto
791 Create(BackgroundNoise* background_noise, SyncBuffer* sync_buffer, RandomVector* random_vector, int fs, size_t num_channels) const argument
801 GenerateBackgroundNoise(int16_t* random_vector, size_t channel, int16_t mute_slope, bool too_many_expands, size_t num_noise_samples, int16_t* buffer) argument
890 GenerateRandomVector(int seed_increment, size_t length, int16_t* random_vector) argument
[all...]
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/mock/
H A Dmock_expand.h24 RandomVector* random_vector,
27 : Expand(background_noise, sync_buffer, random_vector, fs, num_channels) {
52 RandomVector* random_vector,
22 MockExpand(BackgroundNoise* background_noise, SyncBuffer* sync_buffer, RandomVector* random_vector, int fs, size_t num_channels) argument
/external/stressapptest/src/
H A Dsat.cc1185 WorkerVector *random_vector = new WorkerVector(); local
1215 random_vector->insert(random_vector->end(), rthread);
1224 workers_map_.insert(make_pair(kRandomDiskType, random_vector));
/external/chromium_org/third_party/webrtc/modules/
H A Dneteq.target.darwin-arm64.mk54 third_party/webrtc/modules/audio_coding/neteq/random_vector.cc \
H A Dneteq.target.darwin-mips.mk54 third_party/webrtc/modules/audio_coding/neteq/random_vector.cc \
H A Dneteq.target.darwin-mips64.mk54 third_party/webrtc/modules/audio_coding/neteq/random_vector.cc \
H A Dneteq.target.darwin-x86.mk54 third_party/webrtc/modules/audio_coding/neteq/random_vector.cc \
H A Dneteq.target.darwin-x86_64.mk54 third_party/webrtc/modules/audio_coding/neteq/random_vector.cc \
H A Dneteq.target.linux-arm64.mk54 third_party/webrtc/modules/audio_coding/neteq/random_vector.cc \
H A Dneteq.target.linux-mips.mk54 third_party/webrtc/modules/audio_coding/neteq/random_vector.cc \
H A Dneteq.target.linux-mips64.mk54 third_party/webrtc/modules/audio_coding/neteq/random_vector.cc \
H A Dneteq.target.linux-x86.mk54 third_party/webrtc/modules/audio_coding/neteq/random_vector.cc \
H A Dneteq.target.linux-x86_64.mk54 third_party/webrtc/modules/audio_coding/neteq/random_vector.cc \
H A Dneteq.target.darwin-arm.mk54 third_party/webrtc/modules/audio_coding/neteq/random_vector.cc \
H A Dneteq.target.linux-arm.mk54 third_party/webrtc/modules/audio_coding/neteq/random_vector.cc \

Completed in 3120 milliseconds