/external/webrtc/webrtc/modules/audio_processing/aec/ |
aec_core_neon.c | 512 float dfw[2][PART_LEN1], 526 const float32x4_t vec_dfw0 = vld1q_f32(&dfw[0][i]); 527 const float32x4_t vec_dfw1 = vld1q_f32(&dfw[1][i]); 599 ptrGCoh[1] * (dfw[0][i] * dfw[0][i] + dfw[1][i] * dfw[1][i]); 614 ptrGCoh[1] * (dfw[0][i] * efw[0][i] + dfw[1][i] * efw[1][i]); 617 ptrGCoh[1] * (dfw[0][i] * efw[1][i] - dfw[1][i] * efw[0][i]) [all...] |
aec_core_sse2.c | 491 float dfw[2][PART_LEN1], 507 const __m128 vec_dfw0 = _mm_loadu_ps(&dfw[0][i]); 508 const __m128 vec_dfw1 = _mm_loadu_ps(&dfw[1][i]); 581 ptrGCoh[1] * (dfw[0][i] * dfw[0][i] + dfw[1][i] * dfw[1][i]); 596 ptrGCoh[1] * (dfw[0][i] * efw[0][i] + dfw[1][i] * efw[1][i]); 599 ptrGCoh[1] * (dfw[0][i] * efw[1][i] - dfw[1][i] * efw[0][i]) [all...] |
aec_core.c | 333 float dfw[2][PART_LEN1], 345 ptrGCoh[1] * (dfw[0][i] * dfw[0][i] + dfw[1][i] * dfw[1][i]); 360 ptrGCoh[1] * (dfw[0][i] * efw[0][i] + dfw[1][i] * efw[1][i]); 363 ptrGCoh[1] * (dfw[0][i] * efw[1][i] - dfw[1][i] * efw[0][i]); 367 ptrGCoh[1] * (dfw[0][i] * xfw[0][i] + dfw[1][i] * xfw[1][i]) 1007 float dfw[2][PART_LEN1]; local [all...] |
aec_core_internal.h | 211 float dfw[2][PART_LEN1],
|
/external/webrtc/webrtc/modules/audio_processing/aecm/ |
aecm_core_c.c | 310 ComplexInt16* dfw = (ComplexInt16*)(((uintptr_t)dfw_buf + 31) & ~31); local 355 dfw, 362 dfw, 380 dfw, 612 efw[i].real = (int16_t)(WEBRTC_SPL_MUL_16_16_RSFT_WITH_ROUND(dfw[i].real, 614 efw[i].imag = (int16_t)(WEBRTC_SPL_MUL_16_16_RSFT_WITH_ROUND(dfw[i].imag, 623 efw[i].real = (int16_t)(WEBRTC_SPL_MUL_16_16_RSFT_WITH_ROUND(dfw[i].real, 625 efw[i].imag = (int16_t)(WEBRTC_SPL_MUL_16_16_RSFT_WITH_ROUND(dfw[i].imag,
|
aecm_core_mips.c | 823 ComplexInt16* dfw = (ComplexInt16*)(((uint32_t)dfw_buf + 31) & ~31); local [all...] |
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/Dynamics/ |
btRigidBody.cpp | 377 const btMatrix3x3 dfw = evalEulerEqnDeriv(w1, w0, step, I); local 380 dw = dfw.solve33(fw); 381 //const btMatrix3x3 dfw_inv = dfw.inverse();
|
/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...] |