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

  /external/webrtc/webrtc/modules/audio_processing/ns/
nsx_core_neon.c 209 int32x4_t tmp32x4; local
230 tmp32x4 = vmull_s16(vld1_s16(&deltaBuff[0]), countDiv_16x4);
231 tmp16x4_1 = vshrn_n_s32(tmp32x4, 14);
232 tmp32x4 = vmull_s16(vld1_s16(&deltaBuff[4]), countDiv_16x4);
233 tmp16x4_0 = vshrn_n_s32(tmp32x4, 14);
251 tmp32x4 = vmull_s16(vget_low_s16(tmp16x8_0), Q3_16x4);
252 tmp16x4_1 = vshrn_n_s32(tmp32x4, 1);
255 tmp32x4 = vmull_s16(vget_high_s16(tmp16x8_0), Q3_16x4);
256 tmp16x4_0 = vshrn_n_s32(tmp32x4, 1);

Completed in 143 milliseconds