HomeSort by relevance Sort by last modified time
    Searched full:v16x4 (Results 1 - 1 of 1) sorted by null

  /external/webrtc/webrtc/modules/audio_processing/ns/
nsx_core_neon.c 84 int16x4_t v16x4 = vld1_s16(ptr_noiseEstLogQuantile); local
85 int32x4_t v32x4B = vmull_s16(v16x4, kExp2Const16x4);
109 v16x4 = vqmovn_s32(v32x4B);
112 vst1_s16(ptr_noiseEstQuantile, v16x4);

Completed in 501 milliseconds