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

  /external/chromium_org/third_party/webrtc/modules/audio_processing/ns/
nsx_core_neon.c 200 int16_t deltaBuff[8];
220 vst1q_s16(deltaBuff, tmp16x8_0);
225 // Get values for deltaBuff by shifting intead of dividing.
227 deltaBuff[j] = (int16_t)(FACTOR_Q16 >> (14 - factor));
234 tmp32x4 = vmull_s16(vld1_s16(&deltaBuff[0]), countDiv_16x4);
236 tmp32x4 = vmull_s16(vld1_s16(&deltaBuff[4]), countDiv_16x4);
299 // Get values for deltaBuff by shifting intead of dividing.
  /external/webrtc/src/modules/audio_processing/ns/
nsx_core_neon.c 159 int16_t deltaBuff[8];
178 vst1q_s16(deltaBuff, tmp16x8_0);
183 // Get values for deltaBuff by shifting intead of dividing.
185 deltaBuff[j] = (int16_t)(FACTOR_Q16 >> (14 - factor));
192 tmp32x4 = vmull_s16(vld1_s16(&deltaBuff[0]), countDiv_16x4);
194 tmp32x4 = vmull_s16(vld1_s16(&deltaBuff[4]), countDiv_16x4);
257 // Get values for deltaBuff by shifting intead of dividing.

Completed in 259 milliseconds