Searched refs:countDiv (Results 1 – 2 of 2) sorted by relevance
/external/webrtc/src/modules/audio_processing/ns/ |
D | nsx_core_neon.c | 99 int16_t lmagn[HALF_ANAL_BLOCKL], counter, countDiv; in NoiseEstimationNeon() local 155 countDiv = WebRtcNsx_kCounterDiv[counter]; in NoiseEstimationNeon() 156 countProd = (int16_t)WEBRTC_SPL_MUL_16_16(counter, countDiv); in NoiseEstimationNeon() 162 int16x4_t countDiv_16x4 = vdup_n_s16(countDiv); in NoiseEstimationNeon() 164 int16x8_t tmp16x8_0 = vdupq_n_s16(countDiv); in NoiseEstimationNeon() 269 tmp16 = (int16_t)WEBRTC_SPL_MUL_16_16_RSFT(delta, countDiv, 14); in NoiseEstimationNeon() 296 width_factor, countDiv, 15); in NoiseEstimationNeon()
|
D | nsx_core.c | 475 WebRtc_Word16 lmagn[HALF_ANAL_BLOCKL], counter, countDiv; in NoiseEstimationC() local 521 countDiv = WebRtcNsx_kCounterDiv[counter]; in NoiseEstimationC() 522 countProd = (WebRtc_Word16)WEBRTC_SPL_MUL_16_16(counter, countDiv); in NoiseEstimationC() 541 tmp16 = (WebRtc_Word16)WEBRTC_SPL_MUL_16_16_RSFT(delta, countDiv, 14); in NoiseEstimationC() 567 width_factor, countDiv, 15); in NoiseEstimationC()
|