OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:uImag
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/audio_processing/aecm/
aecm_core_c.c
650
int16_t
uImag
[PART_LEN1];
751
uImag
[0] = 0;
760
uImag
[i] = (int16_t)((-noiseRShift16[i] * WebRtcAecm_kSinTable[tmp16]) >>
763
uImag
[PART_LEN] = 0;
768
out[i].imag = WebRtcSpl_AddSatW16(out[i].imag,
uImag
[i]);
aecm_core_mips.c
[
all
...]
Completed in 1104 milliseconds