Home
last modified time | relevance | path

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

/external/webrtc/src/modules/audio_processing/ns/
Dnsx_core_neon.c153 counter = inst->noiseEstCounter[s]; in NoiseEstimationNeon()
302 inst->noiseEstCounter[s] = 0; in NoiseEstimationNeon()
307 inst->noiseEstCounter[s]++; in NoiseEstimationNeon()
Dnsx_core.h35 WebRtc_Word16 noiseEstCounter[SIMULT]; member
Dnsx_core.c519 counter = inst->noiseEstCounter[s]; in NoiseEstimationC()
573 inst->noiseEstCounter[s] = 0; in NoiseEstimationC()
578 inst->noiseEstCounter[s]++; in NoiseEstimationC()
797 inst->noiseEstCounter[i] = (WebRtc_Word16)(END_STARTUP_LONG * (i + 1)) / SIMULT; in WebRtcNsx_InitCore()