Searched refs:countDiv (Results 1 – 2 of 2) sorted by relevance
138 int16_t lmagn[HALF_ANAL_BLOCKL], counter, countDiv; in WebRtcNsx_NoiseEstimationNeon() local194 countDiv = WebRtcNsx_kCounterDiv[counter]; in WebRtcNsx_NoiseEstimationNeon()195 countProd = (int16_t)(counter * countDiv); in WebRtcNsx_NoiseEstimationNeon()201 int16x4_t countDiv_16x4 = vdup_n_s16(countDiv); in WebRtcNsx_NoiseEstimationNeon()203 int16x8_t tmp16x8_0 = vdupq_n_s16(countDiv); in WebRtcNsx_NoiseEstimationNeon()302 tmp16 = (int16_t)((delta * countDiv) >> 14); in WebRtcNsx_NoiseEstimationNeon()328 width_factor, countDiv, 15); in WebRtcNsx_NoiseEstimationNeon()
338 int16_t lmagn[HALF_ANAL_BLOCKL], counter, countDiv; in NoiseEstimationC() local384 countDiv = WebRtcNsx_kCounterDiv[counter]; in NoiseEstimationC()385 countProd = (int16_t)(counter * countDiv); in NoiseEstimationC()404 tmp16 = (int16_t)((delta * countDiv) >> 14); in NoiseEstimationC()429 width_factor, countDiv, 15); in NoiseEstimationC()