OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:a_24
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/audio_processing/aec/
aec_rdft_neon.c
90
const float32x2_t
a_24
= vld1_f32(&a[j + 24]);
local
94
const float32x4_t a_24_56 = vcombine_f32(
a_24
, a_56);
148
const float32x2_t
a_24
= vld1_f32(&a[j + 24]);
local
152
const float32x4_t a_24_56 = vcombine_f32(
a_24
, a_56);
aec_rdft_sse2.c
102
const __m128i
a_24
= _mm_loadl_epi64((__m128i*)&a[j0 + 24]);
local
108
const __m128 a_24_56 = _mm_shuffle_ps(_mm_castsi128_ps(
a_24
),
176
const __m128i
a_24
= _mm_loadl_epi64((__m128i*)&a[j0 + 24]);
local
182
const __m128 a_24_56 = _mm_shuffle_ps(_mm_castsi128_ps(
a_24
),
Completed in 334 milliseconds