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

  /external/chromium_org/third_party/webrtc/modules/audio_processing/ns/
nsx_core_neon.c 205 int16x8_t tmp16x8_0 = vdupq_n_s16(countDiv); local
206 int16x8_t prod16x8 = vqrdmulhq_s16(WIDTHFACTOR_16x8, tmp16x8_0);
219 tmp16x8_0 = vdupq_n_s16(factor);
220 vst1q_s16(deltaBuff, tmp16x8_0);
238 tmp16x8_0 = vcombine_s16(tmp16x4_1, tmp16x4_0); // Keep for several lines.
243 tmp16x8_1 = vrshrq_n_s16(tmp16x8_0, 2);
252 tmp16x8_0 = vrshrq_n_s16(tmp16x8_0, 1);
255 tmp32x4 = vmull_s16(vget_low_s16(tmp16x8_0), Q3_16x4);
259 tmp32x4 = vmull_s16(vget_high_s16(tmp16x8_0), Q3_16x4)
    [all...]
  /external/webrtc/src/modules/audio_processing/ns/
nsx_core_neon.c 164 int16x8_t tmp16x8_0 = vdupq_n_s16(countDiv); local
165 int16x8_t prod16x8 = vqrdmulhq_s16(WIDTHFACTOR_16x8, tmp16x8_0);
177 tmp16x8_0 = vdupq_n_s16(factor);
178 vst1q_s16(deltaBuff, tmp16x8_0);
196 tmp16x8_0 = vcombine_s16(tmp16x4_1, tmp16x4_0); // Keep for several lines.
201 tmp16x8_1 = vrshrq_n_s16(tmp16x8_0, 2);
210 tmp16x8_0 = vrshrq_n_s16(tmp16x8_0, 1);
213 tmp32x4 = vmull_s16(vget_low_s16(tmp16x8_0), Q3_16x4);
217 tmp32x4 = vmull_s16(vget_high_s16(tmp16x8_0), Q3_16x4)
    [all...]

Completed in 184 milliseconds