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

  /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 539 milliseconds