Searched refs:dfw (Results 1 – 10 of 10) sorted by relevance
/external/webrtc/webrtc/modules/audio_processing/aec/ |
D | aec_core_neon.c | 512 float dfw[2][PART_LEN1], in SmoothedPSD() 526 const float32x4_t vec_dfw0 = vld1q_f32(&dfw[0][i]); in SmoothedPSD() 527 const float32x4_t vec_dfw1 = vld1q_f32(&dfw[1][i]); in SmoothedPSD() 599 ptrGCoh[1] * (dfw[0][i] * dfw[0][i] + dfw[1][i] * dfw[1][i]); in SmoothedPSD() 614 ptrGCoh[1] * (dfw[0][i] * efw[0][i] + dfw[1][i] * efw[1][i]); in SmoothedPSD() 617 ptrGCoh[1] * (dfw[0][i] * efw[1][i] - dfw[1][i] * efw[0][i]); in SmoothedPSD() 621 ptrGCoh[1] * (dfw[0][i] * xfw[0][i] + dfw[1][i] * xfw[1][i]); in SmoothedPSD() 624 ptrGCoh[1] * (dfw[0][i] * xfw[1][i] - dfw[1][i] * xfw[0][i]); in SmoothedPSD() 677 float dfw[2][PART_LEN1], in SubbandCoherenceNEON() 685 SmoothedPSD(aec, efw, dfw, xfw, extreme_filter_divergence); in SubbandCoherenceNEON()
|
D | aec_core_sse2.c | 491 float dfw[2][PART_LEN1], in SmoothedPSD() 507 const __m128 vec_dfw0 = _mm_loadu_ps(&dfw[0][i]); in SmoothedPSD() 508 const __m128 vec_dfw1 = _mm_loadu_ps(&dfw[1][i]); in SmoothedPSD() 581 ptrGCoh[1] * (dfw[0][i] * dfw[0][i] + dfw[1][i] * dfw[1][i]); in SmoothedPSD() 596 ptrGCoh[1] * (dfw[0][i] * efw[0][i] + dfw[1][i] * efw[1][i]); in SmoothedPSD() 599 ptrGCoh[1] * (dfw[0][i] * efw[1][i] - dfw[1][i] * efw[0][i]); in SmoothedPSD() 603 ptrGCoh[1] * (dfw[0][i] * xfw[0][i] + dfw[1][i] * xfw[1][i]); in SmoothedPSD() 606 ptrGCoh[1] * (dfw[0][i] * xfw[1][i] - dfw[1][i] * xfw[0][i]); in SmoothedPSD() 663 float dfw[2][PART_LEN1], in SubbandCoherenceSSE2() 671 SmoothedPSD(aec, efw, dfw, xfw, extreme_filter_divergence); in SubbandCoherenceSSE2()
|
D | aec_core.c | 333 float dfw[2][PART_LEN1], in SmoothedPSD() 345 ptrGCoh[1] * (dfw[0][i] * dfw[0][i] + dfw[1][i] * dfw[1][i]); in SmoothedPSD() 360 ptrGCoh[1] * (dfw[0][i] * efw[0][i] + dfw[1][i] * efw[1][i]); in SmoothedPSD() 363 ptrGCoh[1] * (dfw[0][i] * efw[1][i] - dfw[1][i] * efw[0][i]); in SmoothedPSD() 367 ptrGCoh[1] * (dfw[0][i] * xfw[0][i] + dfw[1][i] * xfw[1][i]); in SmoothedPSD() 370 ptrGCoh[1] * (dfw[0][i] * xfw[1][i] - dfw[1][i] * xfw[0][i]); in SmoothedPSD() 410 float dfw[2][PART_LEN1], in SubbandCoherence() 418 SmoothedPSD(aec, efw, dfw, xfw, extreme_filter_divergence); in SubbandCoherence() 1007 float dfw[2][PART_LEN1]; in EchoSuppression() local 1042 StoreAsComplex(fft, dfw); in EchoSuppression() [all …]
|
D | aec_core_internal.h | 211 float dfw[2][PART_LEN1],
|
/external/webrtc/webrtc/modules/audio_processing/aecm/ |
D | aecm_core_c.c | 310 ComplexInt16* dfw = (ComplexInt16*)(((uintptr_t)dfw_buf + 31) & ~31); in WebRtcAecm_ProcessBlock() local 355 dfw, in WebRtcAecm_ProcessBlock() 362 dfw, in WebRtcAecm_ProcessBlock() 380 dfw, in WebRtcAecm_ProcessBlock() 612 efw[i].real = (int16_t)(WEBRTC_SPL_MUL_16_16_RSFT_WITH_ROUND(dfw[i].real, in WebRtcAecm_ProcessBlock() 614 efw[i].imag = (int16_t)(WEBRTC_SPL_MUL_16_16_RSFT_WITH_ROUND(dfw[i].imag, in WebRtcAecm_ProcessBlock() 623 efw[i].real = (int16_t)(WEBRTC_SPL_MUL_16_16_RSFT_WITH_ROUND(dfw[i].real, in WebRtcAecm_ProcessBlock() 625 efw[i].imag = (int16_t)(WEBRTC_SPL_MUL_16_16_RSFT_WITH_ROUND(dfw[i].imag, in WebRtcAecm_ProcessBlock()
|
D | aecm_core_mips.c | 823 ComplexInt16* dfw = (ComplexInt16*)(((uint32_t)dfw_buf + 31) & ~31); in WebRtcAecm_ProcessBlock() local 851 dr_ptr = &dfw[0].real; in WebRtcAecm_ProcessBlock() 878 dfw, in WebRtcAecm_ProcessBlock() 885 dfw, in WebRtcAecm_ProcessBlock() 900 dfw, in WebRtcAecm_ProcessBlock() 1232 (WEBRTC_SPL_MUL_16_16_RSFT_WITH_ROUND(dfw[i].real, in WebRtcAecm_ProcessBlock() 1236 (WEBRTC_SPL_MUL_16_16_RSFT_WITH_ROUND(dfw[i].imag, in WebRtcAecm_ProcessBlock()
|
/external/icu/icu4c/source/i18n/ |
D | decNumberLocal.h | 305 #define DFWWORD(dfw, off) ((dfw)->words[DECWWORDS-1-(off)]) argument 309 #define DFWWORD(dfw, off) ((dfw)->words[off]) argument
|
/external/tensorflow/tensorflow/contrib/linear_optimizer/python/ops/ |
D | sdca_ops.py | 505 esu, sfw, dfw = gen_sdca_ops.sdca_optimizer_v2( 524 esu, sfw, dfw = gen_sdca_ops.sdca_optimizer( 557 for w, u in zip(self._slots['unshrinked_dense_features_weights'], dfw):
|
/external/cldr/tools/java/org/unicode/cldr/util/data/transforms/ |
D | internal_raw_IPA.txt | 44776 dfw dˈiˌɛfdˌəbəjˌu, dˈiˌɛfdˌəbəljˌu
|
D | internal_raw_IPA-old.txt | 53041 dfw dˈiˌɛfdˌəbəjˌu, dˈiˌɛfdˌəbəljˌu
|