Searched refs:WebRtcSpl_RandUArray (Results 1 – 7 of 7) sorted by relevance
/external/webrtc/webrtc/common_audio/signal_processing/ |
D | randomization_functions.c | 107 int16_t WebRtcSpl_RandUArray(int16_t* vector, in WebRtcSpl_RandUArray() function
|
D | signal_processing_unittest.cc | 420 EXPECT_EQ(kVectorSize, WebRtcSpl_RandUArray(b16, kVectorSize, &bSeed)); in TEST_F()
|
/external/webrtc/webrtc/modules/audio_processing/aec/ |
D | aec_core_mips.c | 41 WebRtcSpl_RandUArray(randW16, PART_LEN, &aec->seed); in WebRtcAec_ComfortNoise_mips()
|
D | aec_core.c | 455 WebRtcSpl_RandUArray(randW16, PART_LEN, &aec->seed); in ComfortNoise()
|
/external/webrtc/webrtc/common_audio/signal_processing/include/ |
D | signal_processing_library.h | 581 int16_t WebRtcSpl_RandUArray(int16_t* vector,
|
/external/webrtc/webrtc/modules/audio_processing/aecm/ |
D | aecm_core_c.c | 747 WebRtcSpl_RandUArray(randW16, PART_LEN, &aecm->seed); in ComfortNoise()
|
D | aecm_core_mips.c | 1284 WebRtcSpl_RandUArray(randW16, PART_LEN, &aecm->seed); in ComfortNoise()
|