Home
last modified time | relevance | path

Searched refs:WebRtcSpl_RandU (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/webrtc/common_audio/signal_processing/
Drandomization_functions.c98 int16_t WebRtcSpl_RandU(uint32_t* seed) { in WebRtcSpl_RandU() function
112 vector[i] = WebRtcSpl_RandU(seed); in WebRtcSpl_RandUArray()
Dsignal_processing_unittest.cc417 EXPECT_EQ(7086, WebRtcSpl_RandU(&bSeed)); in TEST_F()
418 EXPECT_EQ(31565, WebRtcSpl_RandU(&bSeed)); in TEST_F()
/external/webrtc/webrtc/modules/audio_processing/transient/
Dtransient_suppressor.cc377 const float phase = 2 * ts::kPi * WebRtcSpl_RandU(&seed_) / in HardRestoration()
/external/webrtc/webrtc/common_audio/signal_processing/include/
Dsignal_processing_library.h579 int16_t WebRtcSpl_RandU(uint32_t* seed);