Home
last modified time | relevance | path

Searched refs:tmp32x4 (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/src/modules/audio_processing/ns/
Dnsx_core_neon.c171 int32x4_t tmp32x4; in NoiseEstimationNeon() local
192 tmp32x4 = vmull_s16(vld1_s16(&deltaBuff[0]), countDiv_16x4); in NoiseEstimationNeon()
193 tmp16x4_1 = vshrn_n_s32(tmp32x4, 14); in NoiseEstimationNeon()
194 tmp32x4 = vmull_s16(vld1_s16(&deltaBuff[4]), countDiv_16x4); in NoiseEstimationNeon()
195 tmp16x4_0 = vshrn_n_s32(tmp32x4, 14); in NoiseEstimationNeon()
213 tmp32x4 = vmull_s16(vget_low_s16(tmp16x8_0), Q3_16x4); in NoiseEstimationNeon()
214 tmp16x4_1 = vshrn_n_s32(tmp32x4, 1); in NoiseEstimationNeon()
217 tmp32x4 = vmull_s16(vget_high_s16(tmp16x8_0), Q3_16x4); in NoiseEstimationNeon()
218 tmp16x4_0 = vshrn_n_s32(tmp32x4, 1); in NoiseEstimationNeon()