Searched refs:randW16 (Results 1 – 4 of 4) sorted by relevance
34 int16_t randW16[PART_LEN]; in WebRtcAec_ComfortNoise_mips() local41 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()
449 int16_t randW16[PART_LEN]; in ComfortNoise() local455 WebRtcSpl_RandUArray(randW16, PART_LEN, &aec->seed); in ComfortNoise()457 rand[i] = ((float)randW16[i]) / 32768; in ComfortNoise()
648 int16_t randW16[PART_LEN]; in ComfortNoise() local747 WebRtcSpl_RandUArray(randW16, PART_LEN, &aecm->seed); in ComfortNoise()755 tmp16 = (int16_t)((359 * randW16[i - 1]) >> 15); in ComfortNoise()
1266 int16_t randW16[PART_LEN]; in ComfortNoise() local1284 WebRtcSpl_RandUArray(randW16, PART_LEN, &aecm->seed); in ComfortNoise()1285 int16_t* randW16p = (int16_t*)randW16; in ComfortNoise()