OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:a_00
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/audio_processing/aec/
aec_rdft_neon.c
81
const float32x2_t
a_00
= vld1_f32(&a[j + 0]);
local
85
const float32x4_t a_00_32 = vcombine_f32(
a_00
, a_32);
139
const float32x2_t
a_00
= vld1_f32(&a[j + 0]);
local
143
const float32x4_t a_00_32 = vcombine_f32(
a_00
, a_32);
aec_rdft_sse2.c
88
const __m128i
a_00
= _mm_loadl_epi64((__m128i*)&a[j0 + 0]);
local
92
const __m128 a_00_32 = _mm_shuffle_ps(_mm_castsi128_ps(
a_00
),
162
const __m128i
a_00
= _mm_loadl_epi64((__m128i*)&a[j0 + 0]);
local
166
const __m128 a_00_32 = _mm_shuffle_ps(_mm_castsi128_ps(
a_00
),
Completed in 36 milliseconds