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

  /external/chromium_org/third_party/webrtc/modules/audio_processing/aec/
aec_core_neon.c 498 float dfw[2][PART_LEN1],
511 const float32x4_t vec_dfw0 = vld1q_f32(&dfw[0][i]);
512 const float32x4_t vec_dfw1 = vld1q_f32(&dfw[1][i]);
584 ptrGCoh[1] * (dfw[0][i] * dfw[0][i] + dfw[1][i] * dfw[1][i]);
599 ptrGCoh[1] * (dfw[0][i] * efw[0][i] + dfw[1][i] * efw[1][i]);
602 ptrGCoh[1] * (dfw[0][i] * efw[1][i] - dfw[1][i] * efw[0][i])
669 float dfw[2][PART_LEN1]; local
    [all...]
aec_core_sse2.c 478 float dfw[2][PART_LEN1],
493 const __m128 vec_dfw0 = _mm_loadu_ps(&dfw[0][i]);
494 const __m128 vec_dfw1 = _mm_loadu_ps(&dfw[1][i]);
567 ptrGCoh[1] * (dfw[0][i] * dfw[0][i] + dfw[1][i] * dfw[1][i]);
582 ptrGCoh[1] * (dfw[0][i] * efw[0][i] + dfw[1][i] * efw[1][i]);
585 ptrGCoh[1] * (dfw[0][i] * efw[1][i] - dfw[1][i] * efw[0][i])
656 float dfw[2][PART_LEN1]; local
    [all...]
aec_core.c 330 float dfw[2][PART_LEN1],
341 ptrGCoh[1] * (dfw[0][i] * dfw[0][i] + dfw[1][i] * dfw[1][i]);
356 ptrGCoh[1] * (dfw[0][i] * efw[0][i] + dfw[1][i] * efw[1][i]);
359 ptrGCoh[1] * (dfw[0][i] * efw[1][i] - dfw[1][i] * efw[0][i]);
363 ptrGCoh[1] * (dfw[0][i] * xfw[0][i] + dfw[1][i] * xfw[1][i])
413 float dfw[2][PART_LEN1]; local
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_processing/aecm/
aecm_core_c.c 317 complex16_t* dfw = (complex16_t*) (((uintptr_t) dfw_buf + 31) & ~ 31); local
362 dfw,
369 dfw,
387 dfw,
625 efw[i].real = (int16_t)(WEBRTC_SPL_MUL_16_16_RSFT_WITH_ROUND(dfw[i].real,
627 efw[i].imag = (int16_t)(WEBRTC_SPL_MUL_16_16_RSFT_WITH_ROUND(dfw[i].imag,
636 efw[i].real = (int16_t)(WEBRTC_SPL_MUL_16_16_RSFT_WITH_ROUND(dfw[i].real,
638 efw[i].imag = (int16_t)(WEBRTC_SPL_MUL_16_16_RSFT_WITH_ROUND(dfw[i].imag,
aecm_core_mips.c 825 complex16_t* dfw = (complex16_t*)(((uint32_t)dfw_buf + 31) & ~ 31); local
    [all...]
  /external/webrtc/src/modules/audio_processing/aec/
aec_core.c 854 float efw[2][PART_LEN1], dfw[2][PART_LEN1], xfw[2][PART_LEN1]; local
934 dfw[1][0] = 0;
935 dfw[1][PART_LEN] = 0;
936 dfw[0][0] = fft[0];
937 dfw[0][PART_LEN] = fft[1];
939 dfw[0][i] = fft[2 * i];
940 dfw[1][i] = fft[2 * i + 1];
961 (dfw[0][i] * dfw[0][i] + dfw[1][i] * dfw[1][i])
    [all...]
  /external/webrtc/src/modules/audio_processing/aecm/
aecm_core.c 1534 complex16_t* dfw = (complex16_t*) (((uintptr_t) dfw_buf + 31) & ~ 31); local
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
decNumberLocal.h 296 /* in the next-wider format (decFloatWider, or dfw) */
302 #define DFWWORD(dfw, off) ((dfw)->words[DECWWORDS-1-(off)])
306 #define DFWWORD(dfw, off) ((dfw)->words[off])
    [all...]
  /external/icu/icu4c/source/i18n/
decNumberLocal.h 296 /* in the next-wider format (decFloatWider, or dfw) */
302 #define DFWWORD(dfw, off) ((dfw)->words[DECWWORDS-1-(off)])
306 #define DFWWORD(dfw, off) ((dfw)->words[off])
    [all...]

Completed in 314 milliseconds