Home
last modified time | relevance | path

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

/external/webrtc/src/modules/audio_processing/ns/
Dnsx_core.h72 int minNorm; //smallest normalization factor member
Dnsx_core.c717 tmp32no1 += WEBRTC_SPL_LSHIFT_W32((WebRtc_Word32)(inst->minNorm - inst->stages), 11); in WebRtcNsx_CalcParametricNoiseEstimate()
853 inst->minNorm = 15; // Start with full scale in WebRtcNsx_InitCore()
1568 right_shifts_in_magnU16 = inst->normData - inst->minNorm; in WebRtcNsx_DataAnalysis()
1570 inst->minNorm -= right_shifts_in_initMagnEst; in WebRtcNsx_DataAnalysis()
1942 q_domain_to_use = WEBRTC_SPL_MIN((int)qNoise, inst->minNorm - inst->stages); in WebRtcNsx_ProcessCore()
2017 tmpU32no2 = WEBRTC_SPL_RSHIFT_U32(noise_estimate_avg, inst->minNorm - inst->stages in WebRtcNsx_ProcessCore()