Searched refs:xfw (Results 1 – 5 of 5) sorted by relevance
/external/webrtc/webrtc/modules/audio_processing/aec/ |
D | aec_core_neon.c | 513 float xfw[2][PART_LEN1], in SmoothedPSD() 530 const float32x4_t vec_xfw0 = vld1q_f32(&xfw[0][i]); in SmoothedPSD() 531 const float32x4_t vec_xfw1 = vld1q_f32(&xfw[1][i]); in SmoothedPSD() 609 xfw[0][i] * xfw[0][i] + xfw[1][i] * xfw[1][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() 678 float xfw[2][PART_LEN1], in SubbandCoherenceNEON() 685 SmoothedPSD(aec, efw, dfw, xfw, extreme_filter_divergence); in SubbandCoherenceNEON()
|
D | aec_core_sse2.c | 492 float xfw[2][PART_LEN1], in SmoothedPSD() 511 const __m128 vec_xfw0 = _mm_loadu_ps(&xfw[0][i]); in SmoothedPSD() 512 const __m128 vec_xfw1 = _mm_loadu_ps(&xfw[1][i]); in SmoothedPSD() 591 xfw[0][i] * xfw[0][i] + xfw[1][i] * xfw[1][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() 664 float xfw[2][PART_LEN1], in SubbandCoherenceSSE2() 671 SmoothedPSD(aec, efw, dfw, xfw, extreme_filter_divergence); in SubbandCoherenceSSE2()
|
D | aec_core.c | 334 float xfw[2][PART_LEN1], in SmoothedPSD() 355 xfw[0][i] * xfw[0][i] + xfw[1][i] * xfw[1][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() 411 float xfw[2][PART_LEN1], in SubbandCoherence() 418 SmoothedPSD(aec, efw, dfw, xfw, extreme_filter_divergence); in SubbandCoherence() 1006 float xfw[2][PART_LEN1]; in EchoSuppression() local 1053 Fft(fft, xfw); in EchoSuppression() 1054 xfw_ptr = &xfw[0][0]; in EchoSuppression() 1066 memcpy(xfw, in EchoSuppression() [all …]
|
D | aec_core_internal.h | 212 float xfw[2][PART_LEN1],
|
/external/libopus/silk/float/ |
D | encode_frame_FLP.c | 40 …const silk_float xfw[], /* I Input signal … 385 …const silk_float xfw[], /* I Input signal … in silk_LBRR_encode_FLP() argument 430 psEnc->sCmn.pulses_LBRR[ psEnc->sCmn.nFramesEncoded ], xfw ); in silk_LBRR_encode_FLP()
|