Searched refs:tmp32x4 (Results 1 – 1 of 1) sorted by relevance
209 int32x4_t tmp32x4; in WebRtcNsx_NoiseEstimationNeon() local230 tmp32x4 = vmull_s16(vld1_s16(&deltaBuff[0]), countDiv_16x4); in WebRtcNsx_NoiseEstimationNeon()231 tmp16x4_1 = vshrn_n_s32(tmp32x4, 14); in WebRtcNsx_NoiseEstimationNeon()232 tmp32x4 = vmull_s16(vld1_s16(&deltaBuff[4]), countDiv_16x4); in WebRtcNsx_NoiseEstimationNeon()233 tmp16x4_0 = vshrn_n_s32(tmp32x4, 14); in WebRtcNsx_NoiseEstimationNeon()251 tmp32x4 = vmull_s16(vget_low_s16(tmp16x8_0), Q3_16x4); in WebRtcNsx_NoiseEstimationNeon()252 tmp16x4_1 = vshrn_n_s32(tmp32x4, 1); in WebRtcNsx_NoiseEstimationNeon()255 tmp32x4 = vmull_s16(vget_high_s16(tmp16x8_0), Q3_16x4); in WebRtcNsx_NoiseEstimationNeon()256 tmp16x4_0 = vshrn_n_s32(tmp32x4, 1); in WebRtcNsx_NoiseEstimationNeon()