Searched defs:qNoise (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_processing/ns/
H A Dnsx_core.h98 int qNoise; member in struct:NsxInst_t_
H A Dnsx_core.c314 inst->qNoise = 14 - (int) WEBRTC_SPL_MUL_16_16_RSFT_WITH_ROUND(
324 tmp16 += (int16_t) inst->qNoise; //shift to get result in Q(qNoise)
452 noise[i] = (uint32_t)(inst->noiseEstQuantile[i]); // Q(qNoise)
454 (*q_noise) = (int16_t)inst->qNoise;
741 inst->qNoise = 0;
1548 int16_t qMagn, qNoise; local
1614 WebRtcNsx_NoiseEstimation(inst, magnU16, noiseU32, &qNoise);
1623 q_domain_to_use = WEBRTC_SPL_MIN((int)qNoise, inst->minNorm - inst->stages);
1689 // 'noiseU32 is in Q(qNoise) an
[all...]
/external/webrtc/src/modules/audio_processing/ns/
H A Dnsx_core.h91 int qNoise; member in struct:NsxInst_t_
H A Dnsx_core.c450 inst->qNoise = 14 - (int) WEBRTC_SPL_MUL_16_16_RSFT_WITH_ROUND(
460 tmp16 += (WebRtc_Word16) inst->qNoise; //shift to get result in Q(qNoise)
588 noise[i] = (WebRtc_UWord32)(inst->noiseEstQuantile[i]); // Q(qNoise)
590 (*q_noise) = (WebRtc_Word16)inst->qNoise;
844 inst->qNoise = 0;
1873 WebRtc_Word16 qMagn, qNoise; local
1933 WebRtcNsx_NoiseEstimation(inst, magnU16, noiseU32, &qNoise);
1942 q_domain_to_use = WEBRTC_SPL_MIN((int)qNoise, inst->minNorm - inst->stages);
2008 // 'noiseU32 is in Q(qNoise) an
[all...]

Completed in 197 milliseconds