Searched refs:lmagn (Results 1 – 3 of 3) sorted by relevance
99 int16_t lmagn[HALF_ANAL_BLOCKL], counter, countDiv; in NoiseEstimationNeon() local132 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()
475 WebRtc_Word16 lmagn[HALF_ANAL_BLOCKL], counter, countDiv; in NoiseEstimationC() local506 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()
242 float lmagn[HALF_ANAL_BLOCKL], delta; in WebRtcNs_NoiseEstimation() local249 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()