Home
last modified time | relevance | path

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

/external/webrtc/src/modules/audio_processing/ns/
Dnsx_core_neon.c99 int16_t lmagn[HALF_ANAL_BLOCKL], counter, countDiv; in NoiseEstimationNeon() local
132 lmagn[i] = (int16_t)WEBRTC_SPL_MUL_16_16_RSFT(log2, log2_const, 15); in NoiseEstimationNeon()
134 lmagn[i] += logval; in NoiseEstimationNeon()
136 lmagn[i] = logval; in NoiseEstimationNeon()
230 tmp16x8_3 = vld1q_s16(&lmagn[i]); // keep for several lines in NoiseEstimationNeon()
270 if (lmagn[i] > inst->noiseEstLogQuantile[offset + i]) { in NoiseEstimationNeon()
291 if (WEBRTC_SPL_ABS_W16(lmagn[i] - inst->noiseEstLogQuantile[offset + i]) in NoiseEstimationNeon()
Dnsx_core.c475 WebRtc_Word16 lmagn[HALF_ANAL_BLOCKL], counter, countDiv; in NoiseEstimationC() local
506 lmagn[i] = (WebRtc_Word16)WEBRTC_SPL_MUL_16_16_RSFT(log2, log2_const, 15); in NoiseEstimationC()
508 lmagn[i] += logval; in NoiseEstimationC()
510 lmagn[i] = logval;//0; in NoiseEstimationC()
542 if (lmagn[i] > inst->noiseEstLogQuantile[offset + i]) { in NoiseEstimationC()
562 if (WEBRTC_SPL_ABS_W16(lmagn[i] - inst->noiseEstLogQuantile[offset + i]) in NoiseEstimationC()
Dns_core.c242 float lmagn[HALF_ANAL_BLOCKL], delta; in WebRtcNs_NoiseEstimation() local
249 lmagn[i] = (float)log(magn[i]); in WebRtcNs_NoiseEstimation()
266 if (lmagn[i] > inst->lquantile[offset + i]) { in WebRtcNs_NoiseEstimation()
275 if (fabs(lmagn[i] - inst->lquantile[offset + i]) < WIDTH) { in WebRtcNs_NoiseEstimation()