Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/aecm/
Daecm_core.h377 extern const int16_t WebRtcAecm_kCosTable[];
Daecm_core_mips.c1287 int16_t* kCosTablep = (int16_t*)WebRtcAecm_kCosTable; in ComfortNoise()
1502 tmp32 = WebRtcAecm_kCosTable[tmp16]; in ComfortNoise()
1504 tmp322 = WebRtcAecm_kCosTable[tmp161]; in ComfortNoise()
Daecm_core_c.c758 uReal[i] = (int16_t)((noiseRShift16[i] * WebRtcAecm_kCosTable[tmp16]) >> in ComfortNoise()
Daecm_core.c30 const int16_t WebRtcAecm_kCosTable[] = { variable