Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/ns/
Dnsx_core_neon.c84 int16x4_t v16x4 = vld1_s16(ptr_noiseEstLogQuantile); in UpdateNoiseEstimateNeon() local
85 int32x4_t v32x4B = vmull_s16(v16x4, kExp2Const16x4); in UpdateNoiseEstimateNeon()
109 v16x4 = vqmovn_s32(v32x4B); in UpdateNoiseEstimateNeon()
112 vst1_s16(ptr_noiseEstQuantile, v16x4); in UpdateNoiseEstimateNeon()