Searched refs:noiseEstLogQuantile (Results 1 – 3 of 3) sorted by relevance
27 int16_t tmp16 = WebRtcSpl_MaxValueW16(inst->noiseEstLogQuantile + offset, in UpdateNoiseEstimateNeon()37 for (ptr_noiseEstLogQuantile = &inst->noiseEstLogQuantile[offset], in UpdateNoiseEstimateNeon()204 tmp16x8_2 = vld1q_s16(&inst->noiseEstLogQuantile[offset + i]); // Keep in NoiseEstimationNeon()237 vst1q_s16(&inst->noiseEstLogQuantile[offset + i], tmp16x8_2); in NoiseEstimationNeon()270 if (lmagn[i] > inst->noiseEstLogQuantile[offset + i]) { in NoiseEstimationNeon()275 inst->noiseEstLogQuantile[offset + i] += tmp16no1; in NoiseEstimationNeon()281 inst->noiseEstLogQuantile[offset + i] -= tmp16no2; in NoiseEstimationNeon()282 if (inst->noiseEstLogQuantile[offset + i] < logval) { in NoiseEstimationNeon()286 inst->noiseEstLogQuantile[offset + i] = logval; in NoiseEstimationNeon()291 if (WEBRTC_SPL_ABS_W16(lmagn[i] - inst->noiseEstLogQuantile[offset + i]) in NoiseEstimationNeon()
447 tmp16 = WebRtcSpl_MaxValueW16(inst->noiseEstLogQuantile + offset, in UpdateNoiseEstimate()456 inst->noiseEstLogQuantile[offset + i]); in UpdateNoiseEstimate()542 if (lmagn[i] > inst->noiseEstLogQuantile[offset + i]) { in NoiseEstimationC()547 inst->noiseEstLogQuantile[offset + i] += tmp16no1; in NoiseEstimationC()553 inst->noiseEstLogQuantile[offset + i] -= tmp16no2; in NoiseEstimationC()554 if (inst->noiseEstLogQuantile[offset + i] < logval) { in NoiseEstimationC()557 inst->noiseEstLogQuantile[offset + i] = logval; in NoiseEstimationC()562 if (WEBRTC_SPL_ABS_W16(lmagn[i] - inst->noiseEstLogQuantile[offset + i]) in NoiseEstimationC()793 inst->noiseEstLogQuantile[i] = 2048; // Q8 in WebRtcNsx_InitCore()
33 WebRtc_Word16 noiseEstLogQuantile[SIMULT* HALF_ANAL_BLOCKL]; member