OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:x_minus_half
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/audio_processing/aec/
aec_core_neon.c
355
const float32x4_t
x_minus_half
= vsubq_f32(x_max, half);
local
356
const int32x4_t x_minus_half_floor = vcvtq_s32_f32(
x_minus_half
);
aec_core_sse2.c
339
const __m128
x_minus_half
= _mm_sub_ps(x_max, *((__m128*)half));
local
340
const __m128i x_minus_half_floor = _mm_cvtps_epi32(
x_minus_half
);
Completed in 43 milliseconds