OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vec_if0
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/audio_processing/aec/
aec_core_neon.c
403
const uint32x4_t
vec_if0
= vandq_u32(vmvnq_u32(bigger),
local
410
vec_hNl = vreinterpretq_f32_u32(vorrq_u32(
vec_if0
, vec_if1));
aec_core_sse2.c
388
const __m128
vec_if0
= _mm_andnot_ps(bigger, vec_hNl);
local
391
vec_hNl = _mm_or_ps(
vec_if0
, vec_if1);
Completed in 33 milliseconds