Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/aecm/
Daecm_core_c.c650 int16_t uImag[PART_LEN1]; in ComfortNoise() local
751 uImag[0] = 0; in ComfortNoise()
760 uImag[i] = (int16_t)((-noiseRShift16[i] * WebRtcAecm_kSinTable[tmp16]) >> in ComfortNoise()
763 uImag[PART_LEN] = 0; in ComfortNoise()
768 out[i].imag = WebRtcSpl_AddSatW16(out[i].imag, uImag[i]); in ComfortNoise()
Daecm_core_mips.c1268 int16_t uImag[PART_LEN1]; in ComfortNoise() local
1539 uImag[i] = (int16_t)tmp321; in ComfortNoise()
1541 uImag[i + 1] = (int16_t)tmp323; in ComfortNoise()
1555 tt = out[i].imag + uImag[i]; in ComfortNoise()