Home
last modified time | relevance | path

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

/aosp_15_r20/external/aac/libAACdec/src/
H A 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()
/aosp_15_r20/external/webrtc/modules/audio_coding/neteq/
H A Dexpand.h77 void GenerateRandomVector(int16_t seed_increment,
H A Dexpand.cc95 GenerateRandomVector(2, rand_length, random_vector); in Process()
873 void Expand::GenerateRandomVector(int16_t seed_increment, in GenerateRandomVector() function in webrtc::Expand