Home
last modified time | relevance | path

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

/external/chromium_org/third_party/webrtc/modules/audio_processing/aecm/
Daecm_core_c.c667 int16_t uImag[PART_LEN1]; in ComfortNoise() local
770 uImag[0] = 0; in ComfortNoise()
780 uImag[i] = (int16_t)WEBRTC_SPL_MUL_16_16_RSFT(-noiseRShift16[i], in ComfortNoise()
784 uImag[PART_LEN] = 0; in ComfortNoise()
789 out[i].imag = WEBRTC_SPL_ADD_SAT_W16(out[i].imag, uImag[i]); in ComfortNoise()
Daecm_core_mips.c1273 int16_t uImag[PART_LEN1]; in ComfortNoise() local
1544 uImag[i] = (int16_t)tmp321; in ComfortNoise()
1546 uImag[i + 1] = (int16_t)tmp323; in ComfortNoise()
1560 tt = out[i].imag + uImag[i]; in ComfortNoise()
/external/webrtc/src/modules/audio_processing/aecm/
Daecm_core.c1928 WebRtc_Word16 uImag[PART_LEN1]; in ComfortNoise() local
2030 uImag[0] = 0; in ComfortNoise()
2039 uImag[i] = (WebRtc_Word16)WEBRTC_SPL_MUL_16_16_RSFT(-noiseRShift16[i], in ComfortNoise()
2042 uImag[PART_LEN] = 0; in ComfortNoise()
2048 out[i].imag = WEBRTC_SPL_ADD_SAT_W16(out[i].imag, uImag[i]); in ComfortNoise()
2054 out[i].imag = WEBRTC_SPL_ADD_SAT_W16(out[i].imag, uImag[i]); in ComfortNoise()
2058 out[i].imag = WEBRTC_SPL_ADD_SAT_W16(out[i].imag, uImag[i]); in ComfortNoise()
2062 out[i].imag = WEBRTC_SPL_ADD_SAT_W16(out[i].imag, uImag[i]); in ComfortNoise()