Searched refs:xfw (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/opus/src/silk/float/
H A Dencode_frame_FLP.c39 const silk_float xfw[], /* I Input signal */
88 silk_float xfw[ MAX_FRAME_LENGTH ]; local
152 silk_prefilter_FLP( psEnc, &sEncCtrl, xfw, x_frame );
157 silk_LBRR_encode_FLP( psEnc, &sEncCtrl, xfw, condCoding );
191 silk_NSQ_wrapper_FLP( psEnc, &sEncCtrl, &psEnc->sCmn.indices, &psEnc->sCmn.sNSQ, psEnc->sCmn.pulses, xfw );
322 const silk_float xfw[], /* I Input signal */
367 psEnc->sCmn.pulses_LBRR[ psEnc->sCmn.nFramesEncoded ], xfw );
319 silk_LBRR_encode_FLP( silk_encoder_state_FLP *psEnc, silk_encoder_control_FLP *psEncCtrl, const silk_float xfw[], opus_int condCoding ) argument
/external/libopus/silk/float/
H A Dencode_frame_FLP.c39 const silk_float xfw[], /* I Input signal */
88 silk_float xfw[ MAX_FRAME_LENGTH ]; local
152 silk_prefilter_FLP( psEnc, &sEncCtrl, xfw, x_frame );
157 silk_LBRR_encode_FLP( psEnc, &sEncCtrl, xfw, condCoding );
191 silk_NSQ_wrapper_FLP( psEnc, &sEncCtrl, &psEnc->sCmn.indices, &psEnc->sCmn.sNSQ, psEnc->sCmn.pulses, xfw );
322 const silk_float xfw[], /* I Input signal */
367 psEnc->sCmn.pulses_LBRR[ psEnc->sCmn.nFramesEncoded ], xfw );
319 silk_LBRR_encode_FLP( silk_encoder_state_FLP *psEnc, silk_encoder_control_FLP *psEncCtrl, const silk_float xfw[], opus_int condCoding ) argument
/external/chromium_org/third_party/webrtc/modules/audio_processing/aec/
H A Daec_core_neon.c499 float xfw[2][PART_LEN1]) {
515 const float32x4_t vec_xfw0 = vld1q_f32(&xfw[0][i]);
516 const float32x4_t vec_xfw1 = vld1q_f32(&xfw[1][i]);
594 xfw[0][i] * xfw[0][i] + xfw[1][i] * xfw[1][i],
606 ptrGCoh[1] * (dfw[0][i] * xfw[0][i] + dfw[1][i] * xfw[1][i]);
609 ptrGCoh[1] * (dfw[0][i] * xfw[
496 SmoothedPSD(AecCore* aec, float efw[2][PART_LEN1], float dfw[2][PART_LEN1], float xfw[2][PART_LEN1]) argument
663 SubbandCoherenceNEON(AecCore* aec, float efw[2][PART_LEN1], float xfw[2][PART_LEN1], float* fft, float* cohde, float* cohxd) argument
[all...]
H A Daec_core_sse2.c479 float xfw[2][PART_LEN1]) {
497 const __m128 vec_xfw0 = _mm_loadu_ps(&xfw[0][i]);
498 const __m128 vec_xfw1 = _mm_loadu_ps(&xfw[1][i]);
577 xfw[0][i] * xfw[0][i] + xfw[1][i] * xfw[1][i],
589 ptrGCoh[1] * (dfw[0][i] * xfw[0][i] + dfw[1][i] * xfw[1][i]);
592 ptrGCoh[1] * (dfw[0][i] * xfw[
476 SmoothedPSD(AecCore* aec, float efw[2][PART_LEN1], float dfw[2][PART_LEN1], float xfw[2][PART_LEN1]) argument
650 SubbandCoherenceSSE2(AecCore* aec, float efw[2][PART_LEN1], float xfw[2][PART_LEN1], float* fft, float* cohde, float* cohxd) argument
[all...]
H A Daec_core.c331 float xfw[2][PART_LEN1]) {
351 xfw[0][i] * xfw[0][i] + xfw[1][i] * xfw[1][i],
363 ptrGCoh[1] * (dfw[0][i] * xfw[0][i] + dfw[1][i] * xfw[1][i]);
366 ptrGCoh[1] * (dfw[0][i] * xfw[1][i] - dfw[1][i] * xfw[0][i]);
409 float xfw[
328 SmoothedPSD(AecCore* aec, float efw[2][PART_LEN1], float dfw[2][PART_LEN1], float xfw[2][PART_LEN1]) argument
407 SubbandCoherence(AecCore* aec, float efw[2][PART_LEN1], float xfw[2][PART_LEN1], float* fft, float* cohde, float* cohxd) argument
794 float efw[2][PART_LEN1], xfw[2][PART_LEN1]; local
[all...]
H A Daec_core_internal.h181 float xfw[2][PART_LEN1],
/external/webrtc/src/modules/audio_processing/aec/
H A Daec_core.c854 float efw[2][PART_LEN1], dfw[2][PART_LEN1], xfw[2][PART_LEN1]; local
917 WebRtc_ReadBuffer(aec->far_buf_windowed, (void**) &xfw_ptr, &xfw[0][0], 1);
925 memcpy(xfw, aec->xfwBuf + aec->delayIdx * PART_LEN1, sizeof(xfw));
969 WEBRTC_SPL_MAX(xfw[0][i] * xfw[0][i] + xfw[1][i] * xfw[1][i], 15);
977 (dfw[0][i] * xfw[0][i] + dfw[1][i] * xfw[
[all...]

Completed in 1766 milliseconds