Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/ns/
Dnsx_core.c1539 int q_domain_to_use = 0; in WebRtcNsx_ProcessCore() local
1613 q_domain_to_use = WEBRTC_SPL_MIN((int)qNoise, inst->minNorm - inst->stages); in WebRtcNsx_ProcessCore()
1686 tmpU32no1 = noiseU32[i] >> (qNoise - q_domain_to_use); in WebRtcNsx_ProcessCore()
1689 (inst->minNorm - inst->stages - q_domain_to_use); in WebRtcNsx_ProcessCore()
1706 qNoise = q_domain_to_use; in WebRtcNsx_ProcessCore()