Home
last modified time | relevance | path

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

/external/webrtc/src/modules/audio_processing/aecm/
Daecm_core.c1927 WebRtc_Word16 uReal[PART_LEN1]; in ComfortNoise() local
2029 uReal[0] = 0; // Reject LF noise. in ComfortNoise()
2037 uReal[i] = (WebRtc_Word16)WEBRTC_SPL_MUL_16_16_RSFT(noiseRShift16[i], in ComfortNoise()
2047 out[i].real = WEBRTC_SPL_ADD_SAT_W16(out[i].real, uReal[i]); in ComfortNoise()
2053 out[i].real = WEBRTC_SPL_ADD_SAT_W16(out[i].real, uReal[i]); in ComfortNoise()
2057 out[i].real = WEBRTC_SPL_ADD_SAT_W16(out[i].real, uReal[i]); in ComfortNoise()
2061 out[i].real = WEBRTC_SPL_ADD_SAT_W16(out[i].real, uReal[i]); in ComfortNoise()