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

  /external/chromium_org/third_party/webrtc/modules/audio_processing/ns/
nsx_core_neon.c 85 int16x4_t v16x4 = vld1_s16(ptr_noiseEstLogQuantile); local
86 int32x4_t v32x4B = vmull_s16(v16x4, kExp2Const16x4);
110 v16x4 = vqmovn_s32(v32x4B);
113 vst1_s16(ptr_noiseEstQuantile, v16x4);
  /external/webrtc/src/modules/audio_processing/ns/
nsx_core_neon.c 44 int16x4_t v16x4 = vld1_s16(ptr_noiseEstLogQuantile); local
45 int32x4_t v32x4B = vmull_s16(v16x4, kExp2Const16x4);
69 v16x4 = vqmovn_s32(v32x4B);
72 vst1_s16(ptr_noiseEstQuantile, v16x4);

Completed in 60 milliseconds