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

/external/webrtc/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 Dmerge_unittest.cc20 #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);
H A Dnormal_unittest.cc25 #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,
H A Dexpand.h37 RandomVector* random_vector,
73 int16_t* random_vector);
75 void GenerateBackgroundNoise(int16_t* random_vector,
89 void AnalyzeSignal(int16_t* random_vector);
152 RandomVector* random_vector,
H A Dexpand_unittest.cc19 #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,
H A Dexpand.cc23 #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) { argument
638 memcpy(random_vector, RandomVecto
29 Expand(BackgroundNoise* background_noise, SyncBuffer* sync_buffer, RandomVector* random_vector, StatisticsCalculator* statistics, int fs, size_t num_channels) argument
847 Create(BackgroundNoise* background_noise, SyncBuffer* sync_buffer, RandomVector* random_vector, StatisticsCalculator* statistics, int fs, size_t num_channels) const argument
858 GenerateBackgroundNoise(int16_t* random_vector, size_t channel, int mute_slope, bool too_many_expands, size_t num_noise_samples, int16_t* buffer) argument
947 GenerateRandomVector(int16_t seed_increment, size_t length, int16_t* random_vector) argument
[all...]
/external/webrtc/webrtc/modules/audio_coding/neteq/mock/
H A Dmock_expand.h24 RandomVector* random_vector,
30 random_vector,
57 RandomVector* random_vector,
22 MockExpand(BackgroundNoise* background_noise, SyncBuffer* sync_buffer, RandomVector* random_vector, StatisticsCalculator* statistics, int fs, size_t num_channels) argument
/external/libxaac/decoder/
H A Dixheaacd_pns.h38 WORD32 random_vector[PNS_BAND_FLAGS_SIZE * 8]; member in struct:__anon13247
H A Dixheaacd_pns_js_thumb.c158 ->pstr_pns_corr_info->random_vector[pns_band] =
172 ->pstr_pns_corr_info->random_vector[pns_band]));
/external/stressapptest/src/
H A Dsat.cc1319 WorkerVector *random_vector = new WorkerVector(); local
1349 random_vector->insert(random_vector->end(), rthread);
1358 workers_map_.insert(make_pair(kRandomDiskType, random_vector));

Completed in 163 milliseconds