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

  /external/chromium_org/third_party/webrtc/modules/audio_processing/ns/
nsx_core_neon.c 380 int16_t* pimag = &inst->imag[0]; local
382 int16_t* pimag_end = pimag + inst->magnLen - 4;
384 while (pimag < pimag_end) {
386 int16x8_t imag = vld1q_s16(pimag);
402 vst1q_s16(pimag, vcombine_s16(result_i_0, result_i_1));
404 pimag += 8;
410 *pimag = (int16_t)WEBRTC_SPL_MUL_16_16_RSFT(*pimag, *pns_filter, 14);
425 pimag = &inst->imag[0];
426 pimag_end = pimag + inst->anaLen2
    [all...]

Completed in 502 milliseconds