Searched defs:tmp16x8_0 (Results 1 - 1 of 1) sorted by relevance

/external/webrtc/webrtc/modules/audio_processing/ns/
H A Dnsx_core_neon.c203 int16x8_t tmp16x8_0 = vdupq_n_s16(countDiv); local
204 int16x8_t prod16x8 = vqrdmulhq_s16(WIDTHFACTOR_16x8, tmp16x8_0);
215 tmp16x8_0 = vdupq_n_s16(factor);
216 vst1q_s16(deltaBuff, tmp16x8_0);
234 tmp16x8_0 = vcombine_s16(tmp16x4_1, tmp16x4_0); // Keep for several lines.
239 tmp16x8_1 = vrshrq_n_s16(tmp16x8_0, 2);
248 tmp16x8_0 = vrshrq_n_s16(tmp16x8_0, 1);
251 tmp32x4 = vmull_s16(vget_low_s16(tmp16x8_0), Q3_16x4);
255 tmp32x4 = vmull_s16(vget_high_s16(tmp16x8_0), Q3_16x
[all...]

Completed in 123 milliseconds