Home
last modified time | relevance | path

Searched refs:GenerateRandomVector (Results 1 – 3 of 3) sorted by relevance

/external/aac/libAACdec/src/
Daacdec_pns.cpp243 static int GenerateRandomVector(FIXP_DBL *RESTRICT spec, int size, in GenerateRandomVector() function
342 GenerateRandomVector(spectrum + BandOffsets[band], bandWidth, in CPns_Apply()
347 noise_e = GenerateRandomVector(spectrum + BandOffsets[band], in CPns_Apply()
/external/webrtc/webrtc/modules/audio_coding/neteq/
Dexpand.h71 void GenerateRandomVector(int16_t seed_increment,
Dexpand.cc93 GenerateRandomVector(2, rand_length, random_vector); in Process()
947 void Expand::GenerateRandomVector(int16_t seed_increment, in GenerateRandomVector() function in webrtc::Expand