Searched refs:qNoise (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_processing/ns/
H A Dnsx_core_neon_offsets.c30 int offset_nsx_qNoise = offsetof(NsxInst_t, qNoise);
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...]
H A Dnsx_core.h98 int qNoise; member in struct:NsxInst_t_
H A Dnsx_core_neon.c72 inst->qNoise = 14 - (int) WEBRTC_SPL_MUL_16_16_RSFT_WITH_ROUND(kExp2Const,
76 int32x4_t qNoise32x4 = vdupq_n_s32(inst->qNoise);
98 // tmp16 += (int16_t) inst->qNoise;
99 // shift to get result in Q(qNoise)
126 tmp16 += (int16_t) inst->qNoise; //shift to get result in Q(qNoise)
359 noise[i] = (uint32_t)(inst->noiseEstQuantile[i]); // Q(qNoise)
361 (*q_noise) = (int16_t)inst->qNoise;
H A Dnsx_core_neon.S421 rsb r0, #21 @ 21 - &inst->qNoise
/external/webrtc/src/modules/audio_processing/ns/
H A Dnsx_core.h91 int qNoise; member in struct:NsxInst_t_
H A Dnsx_core_neon.c31 inst->qNoise = 14 - (int) WEBRTC_SPL_MUL_16_16_RSFT_WITH_ROUND(kExp2Const,
35 int32x4_t qNoise32x4 = vdupq_n_s32(inst->qNoise);
57 // tmp16 += (int16_t) inst->qNoise;
58 // shift to get result in Q(qNoise)
85 tmp16 += (int16_t) inst->qNoise; //shift to get result in Q(qNoise)
317 noise[i] = (uint32_t)(inst->noiseEstQuantile[i]); // Q(qNoise)
319 (*q_noise) = (int16_t)inst->qNoise;
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 1743 milliseconds