Home
last modified time | relevance | path

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

/external/webrtc/src/modules/audio_processing/ns/
Dnsx_core.h175 int16_t* q_noise);
Dnsx_core_neon.c98 int16_t* q_noise) { in NoiseEstimationNeon() argument
319 (*q_noise) = (int16_t)inst->qNoise; in NoiseEstimationNeon()
Dnsx_core.c474 int16_t* q_noise) { in NoiseEstimationC() argument
590 (*q_noise) = (WebRtc_Word16)inst->qNoise; in NoiseEstimationC()