OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vec_hNlFb
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/audio_processing/aec/
aec_core_neon.c
387
const float32x4_t
vec_hNlFb
= vmovq_n_f32(hNlFb);
397
const uint32x4_t bigger = vcgtq_f32(vec_hNl,
vec_hNlFb
);
399
vec_hNlFb
);
aec_core_sse2.c
374
const __m128
vec_hNlFb
= _mm_set1_ps(hNlFb);
383
const __m128 bigger = _mm_cmpgt_ps(vec_hNl,
vec_hNlFb
);
384
const __m128 vec_weightCurve_hNlFb = _mm_mul_ps(vec_weightCurve,
vec_hNlFb
);
Completed in 41 milliseconds