OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:a_08
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/audio_processing/aec/
aec_rdft_neon.c
82
const float32x2_t
a_08
= vld1_f32(&a[j + 8]);
local
86
const float32x4_t a_08_40 = vcombine_f32(
a_08
, a_40);
140
const float32x2_t
a_08
= vld1_f32(&a[j + 8]);
local
144
const float32x4_t a_08_40 = vcombine_f32(
a_08
, a_40);
aec_rdft_sse2.c
89
const __m128i
a_08
= _mm_loadl_epi64((__m128i*)&a[j0 + 8]);
local
95
const __m128 a_08_40 = _mm_shuffle_ps(_mm_castsi128_ps(
a_08
),
163
const __m128i
a_08
= _mm_loadl_epi64((__m128i*)&a[j0 + 8]);
local
169
const __m128 a_08_40 = _mm_shuffle_ps(_mm_castsi128_ps(
a_08
),
Completed in 2243 milliseconds