Home
last modified time | relevance | path

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

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