Home
last modified time | relevance | path

Searched refs:WebRtcSpl_RandUArray (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/common_audio/signal_processing/
Drandomization_functions.c107 int16_t WebRtcSpl_RandUArray(int16_t* vector, in WebRtcSpl_RandUArray() function
Dsignal_processing_unittest.cc463 EXPECT_EQ(kVectorSize, WebRtcSpl_RandUArray(b16, kVectorSize, &bSeed)); in TEST()
/external/webrtc/common_audio/signal_processing/include/
Dsignal_processing_library.h565 int16_t WebRtcSpl_RandUArray(int16_t* vector,
/external/webrtc/modules/audio_processing/aecm/
Daecm_core_c.cc151 WebRtcSpl_RandUArray(randW16, PART_LEN, &aecm->seed); in ComfortNoise()
Daecm_core_mips.cc1386 WebRtcSpl_RandUArray(randW16, PART_LEN, &aecm->seed); in ComfortNoise()