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

  /external/chromium_org/third_party/webrtc/modules/audio_processing/ns/
nsx_core_neon.c 213 int32x4_t tmp32x4; local
234 tmp32x4 = vmull_s16(vld1_s16(&deltaBuff[0]), countDiv_16x4);
235 tmp16x4_1 = vshrn_n_s32(tmp32x4, 14);
236 tmp32x4 = vmull_s16(vld1_s16(&deltaBuff[4]), countDiv_16x4);
237 tmp16x4_0 = vshrn_n_s32(tmp32x4, 14);
255 tmp32x4 = vmull_s16(vget_low_s16(tmp16x8_0), Q3_16x4);
256 tmp16x4_1 = vshrn_n_s32(tmp32x4, 1);
259 tmp32x4 = vmull_s16(vget_high_s16(tmp16x8_0), Q3_16x4);
260 tmp16x4_0 = vshrn_n_s32(tmp32x4, 1);
  /external/webrtc/src/modules/audio_processing/ns/
nsx_core_neon.c 171 int32x4_t tmp32x4; local
192 tmp32x4 = vmull_s16(vld1_s16(&deltaBuff[0]), countDiv_16x4);
193 tmp16x4_1 = vshrn_n_s32(tmp32x4, 14);
194 tmp32x4 = vmull_s16(vld1_s16(&deltaBuff[4]), countDiv_16x4);
195 tmp16x4_0 = vshrn_n_s32(tmp32x4, 14);
213 tmp32x4 = vmull_s16(vget_low_s16(tmp16x8_0), Q3_16x4);
214 tmp16x4_1 = vshrn_n_s32(tmp32x4, 1);
217 tmp32x4 = vmull_s16(vget_high_s16(tmp16x8_0), Q3_16x4);
218 tmp16x4_0 = vshrn_n_s32(tmp32x4, 1);

Completed in 38 milliseconds