Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/aec/
Daec_core_mips.c34 int16_t randW16[PART_LEN]; in WebRtcAec_ComfortNoise_mips() local
41 WebRtcSpl_RandUArray(randW16, PART_LEN, &aec->seed); in WebRtcAec_ComfortNoise_mips()
43 int16_t* randWptr = randW16; in WebRtcAec_ComfortNoise_mips()
278 rand[i] = ((float)randW16[i]) / 32768; in WebRtcAec_ComfortNoise_mips()
Daec_core.c449 int16_t randW16[PART_LEN]; in ComfortNoise() local
455 WebRtcSpl_RandUArray(randW16, PART_LEN, &aec->seed); in ComfortNoise()
457 rand[i] = ((float)randW16[i]) / 32768; in ComfortNoise()
/external/webrtc/webrtc/modules/audio_processing/aecm/
Daecm_core_c.c648 int16_t randW16[PART_LEN]; in ComfortNoise() local
747 WebRtcSpl_RandUArray(randW16, PART_LEN, &aecm->seed); in ComfortNoise()
755 tmp16 = (int16_t)((359 * randW16[i - 1]) >> 15); in ComfortNoise()
Daecm_core_mips.c1266 int16_t randW16[PART_LEN]; in ComfortNoise() local
1284 WebRtcSpl_RandUArray(randW16, PART_LEN, &aecm->seed); in ComfortNoise()
1285 int16_t* randW16p = (int16_t*)randW16; in ComfortNoise()