OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mm_half
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/audio_processing/aec/
aec_rdft_neon.c
191
const float32x4_t
mm_half
= vdupq_n_f32(0.5f);
local
199
const float32x4_t wkrt = vsubq_f32(
mm_half
, c_k1); // 28, 29, 30, 31,
270
const float32x4_t
mm_half
= vdupq_n_f32(0.5f);
local
279
const float32x4_t wkrt = vsubq_f32(
mm_half
, c_k1); // 28, 29, 30, 31,
aec_rdft_sse2.c
247
const __m128
mm_half
= _mm_load_ps(k_half);
local
255
const __m128 wkrt = _mm_sub_ps(
mm_half
, c_k1); // 28, 29, 30, 31,
337
const __m128
mm_half
= _mm_load_ps(k_half);
local
346
const __m128 wkrt = _mm_sub_ps(
mm_half
, c_k1); // 28, 29, 30, 31,
Completed in 425 milliseconds