HomeSort by relevance Sort by last modified time
    Searched refs:random_vector (Results 1 - 20 of 20) sorted by null

  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
random_vector_unittest.cc 13 #include "webrtc/modules/audio_coding/neteq/random_vector.h"
20 RandomVector random_vector; local
expand_unittest.cc 17 #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);
merge_unittest.cc 20 #include "webrtc/modules/audio_coding/neteq/random_vector.h"
30 RandomVector random_vector; local
31 Expand expand(&bgn, &sync_buffer, &random_vector, fs, channels);
expand.h 36 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,
normal_unittest.cc 24 #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);
expand.cc 22 #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) {
599 memcpy(random_vector, RandomVector::kRandomTable,
604 memcpy(random_vector, RandomVector::kRandomTable,
610 &random_vector[RandomVector::kRandomTableSize])
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/mock/
mock_expand.h 24 RandomVector* random_vector,
27 : Expand(background_noise, sync_buffer, random_vector, fs, num_channels) {
52 RandomVector* random_vector,
  /external/stressapptest/src/
sat.cc 1185 WorkerVector *random_vector = new WorkerVector(); local
    [all...]
  /external/chromium_org/third_party/webrtc/modules/
neteq.target.darwin-arm64.mk 54 third_party/webrtc/modules/audio_coding/neteq/random_vector.cc \
neteq.target.darwin-mips.mk 54 third_party/webrtc/modules/audio_coding/neteq/random_vector.cc \
neteq.target.darwin-mips64.mk 54 third_party/webrtc/modules/audio_coding/neteq/random_vector.cc \
neteq.target.darwin-x86.mk 54 third_party/webrtc/modules/audio_coding/neteq/random_vector.cc \
neteq.target.darwin-x86_64.mk 54 third_party/webrtc/modules/audio_coding/neteq/random_vector.cc \
neteq.target.linux-arm64.mk 54 third_party/webrtc/modules/audio_coding/neteq/random_vector.cc \
neteq.target.linux-mips.mk 54 third_party/webrtc/modules/audio_coding/neteq/random_vector.cc \
neteq.target.linux-mips64.mk 54 third_party/webrtc/modules/audio_coding/neteq/random_vector.cc \
neteq.target.linux-x86.mk 54 third_party/webrtc/modules/audio_coding/neteq/random_vector.cc \
neteq.target.linux-x86_64.mk 54 third_party/webrtc/modules/audio_coding/neteq/random_vector.cc \
neteq.target.darwin-arm.mk 54 third_party/webrtc/modules/audio_coding/neteq/random_vector.cc \
neteq.target.linux-arm.mk 54 third_party/webrtc/modules/audio_coding/neteq/random_vector.cc \

Completed in 217 milliseconds