HomeSort by relevance Sort by last modified time
    Searched refs:int16x4_t (Results 26 - 29 of 29) sorted by null

12

  /external/webrtc/src/modules/audio_processing/ns/
nsx_core_neon.c 22 int16x4_t kExp2Const16x4 = vdup_n_s16(kExp2Const);
44 int16x4_t v16x4 = vld1_s16(ptr_noiseEstLogQuantile);
140 int16x4_t Q3_16x4 = vdup_n_s16(3);
160 int16x4_t tmp16x4_0;
161 int16x4_t tmp16x4_1;
162 int16x4_t countDiv_16x4 = vdup_n_s16(countDiv);
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
pitch_estimator.c 218 int16x4_t int_16x4_x = vld1_s16(&x[n]);
219 int16x4_t int_16x4_in = vld1_s16(&inptr[n]);
  /external/chromium_org/third_party/libwebp/dsp/
upsampling_neon.c 228 const int16x4_t cf16 = vld1_s16(coef); \
  /external/webp/src/dsp/
upsampling_neon.c 228 const int16x4_t cf16 = vld1_s16(coef); \

Completed in 179 milliseconds

12