OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xfw
(Results
1 - 5
of
5
) sorted by null
/external/libopus/silk/float/
encode_frame_FLP.c
39
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
);
/external/webrtc/webrtc/modules/audio_processing/aec/
aec_core_neon.c
513
float
xfw
[2][PART_LEN1],
530
const float32x4_t vec_xfw0 = vld1q_f32(&
xfw
[0][i]);
531
const float32x4_t vec_xfw1 = vld1q_f32(&
xfw
[1][i]);
609
xfw
[0][i] *
xfw
[0][i] +
xfw
[1][i] *
xfw
[1][i],
621
ptrGCoh[1] * (dfw[0][i] *
xfw
[0][i] + dfw[1][i] *
xfw
[1][i]);
624
ptrGCoh[1] * (dfw[0][i] *
xfw
[1][i] - dfw[1][i] * xfw[0][i])
[
all
...]
aec_core_sse2.c
492
float
xfw
[2][PART_LEN1],
511
const __m128 vec_xfw0 = _mm_loadu_ps(&
xfw
[0][i]);
512
const __m128 vec_xfw1 = _mm_loadu_ps(&
xfw
[1][i]);
591
xfw
[0][i] *
xfw
[0][i] +
xfw
[1][i] *
xfw
[1][i],
603
ptrGCoh[1] * (dfw[0][i] *
xfw
[0][i] + dfw[1][i] *
xfw
[1][i]);
606
ptrGCoh[1] * (dfw[0][i] *
xfw
[1][i] - dfw[1][i] * xfw[0][i])
[
all
...]
aec_core.c
334
float
xfw
[2][PART_LEN1],
355
xfw
[0][i] *
xfw
[0][i] +
xfw
[1][i] *
xfw
[1][i],
367
ptrGCoh[1] * (dfw[0][i] *
xfw
[0][i] + dfw[1][i] *
xfw
[1][i]);
370
ptrGCoh[1] * (dfw[0][i] *
xfw
[1][i] - dfw[1][i] *
xfw
[0][i]);
411
float
xfw
[2][PART_LEN1]
1006
float
xfw
[2][PART_LEN1];
local
[
all
...]
aec_core_internal.h
212
float
xfw
[2][PART_LEN1],
Completed in 145 milliseconds