Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/ns/
Dnsx_core_neon.c220 if (inst->noiseEstDensity[offset + i + j] > 512) { in WebRtcNsx_NoiseEstimationNeon()
222 int factor = WebRtcSpl_NormW16(inst->noiseEstDensity[offset + i + j]); in WebRtcNsx_NoiseEstimationNeon()
275 tmp16x8_1 = vld1q_s16(&inst->noiseEstDensity[offset + i]); in WebRtcNsx_NoiseEstimationNeon()
284 vst1q_s16(&inst->noiseEstDensity[offset + i], tmp16x8_1); in WebRtcNsx_NoiseEstimationNeon()
289 if (inst->noiseEstDensity[offset + i] > 512) { in WebRtcNsx_NoiseEstimationNeon()
291 int factor = WebRtcSpl_NormW16(inst->noiseEstDensity[offset + i]); in WebRtcNsx_NoiseEstimationNeon()
326 inst->noiseEstDensity[offset + i], countProd, 15); in WebRtcNsx_NoiseEstimationNeon()
329 inst->noiseEstDensity[offset + i] = tmp16no1 + tmp16no2; in WebRtcNsx_NoiseEstimationNeon()
Dnsx_core.h33 int16_t noiseEstDensity[SIMULT* HALF_ANAL_BLOCKL]; member
Dnsx_core.c390 if (inst->noiseEstDensity[offset + i] > 512) { in NoiseEstimationC()
392 int factor = WebRtcSpl_NormW16(inst->noiseEstDensity[offset + i]); in NoiseEstimationC()
427 inst->noiseEstDensity[offset + i], countProd, 15); in NoiseEstimationC()
430 inst->noiseEstDensity[offset + i] = tmp16no1 + tmp16no2; in NoiseEstimationC()
682 inst->noiseEstDensity[i] = 153; // Q9 in WebRtcNsx_InitCore()