Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/aecm/
Daecm_core.h378 extern const int16_t WebRtcAecm_kSinTable[];
Daecm_core_mips.c1288 int16_t* kSinTablep = (int16_t*)WebRtcAecm_kSinTable; in ComfortNoise()
1503 tmp321 = WebRtcAecm_kSinTable[tmp16]; in ComfortNoise()
1505 tmp323 = WebRtcAecm_kSinTable[tmp161]; in ComfortNoise()
Daecm_core_c.c760 uImag[i] = (int16_t)((-noiseRShift16[i] * WebRtcAecm_kSinTable[tmp16]) >> in ComfortNoise()
Daecm_core.c73 const int16_t WebRtcAecm_kSinTable[] = { variable