Lines Matching refs:random_vector
32 RandomVector* random_vector, in Expand() argument
36 : random_vector_(random_vector), in Expand()
71 int16_t random_vector[kMaxSampleRate / 8000 * 120 + 30]; in Process() local
86 AnalyzeSignal(random_vector); in Process()
95 GenerateRandomVector(2, rand_length, random_vector); in Process()
207 WebRtcSpl_AffineTransformVector(scaled_random_vector, random_vector, in Process()
296 random_vector, channel_ix, channel_parameters_[channel_ix].mute_slope, in Process()
370 void Expand::AnalyzeSignal(int16_t* random_vector) { in AnalyzeSignal() argument
655 memcpy(random_vector, RandomVector::kRandomTable, in AnalyzeSignal()
660 memcpy(random_vector, RandomVector::kRandomTable, in AnalyzeSignal()
666 &random_vector[RandomVector::kRandomTableSize]); in AnalyzeSignal()
865 RandomVector* random_vector, in Create() argument
869 return new Expand(background_noise, sync_buffer, random_vector, statistics, in Create()
875 int16_t* random_vector) { in GenerateRandomVector() argument
883 random_vector_->Generate(rand_length, &random_vector[samples_generated]); in GenerateRandomVector()