OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wki_
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/audio_processing/aec/
aec_rdft_neon.c
201
const float32x4_t
wki_
= c_j1; // 1, 2, 3, 4,
local
220
const float32x4_t b_ = vmulq_f32(
wki_
, xi_);
222
const float32x4_t d_ = vmulq_f32(
wki_
, xr_);
281
const float32x4_t
wki_
= c_j1; // 1, 2, 3, 4,
local
300
const float32x4_t b_ = vmulq_f32(
wki_
, xi_);
302
const float32x4_t d_ = vmulq_f32(
wki_
, xr_);
aec_rdft_sse2.c
258
const __m128
wki_
= c_j1; // 1, 2, 3, 4,
local
281
const __m128 b_ = _mm_mul_ps(
wki_
, xi_);
283
const __m128 d_ = _mm_mul_ps(
wki_
, xr_);
349
const __m128
wki_
= c_j1; // 1, 2, 3, 4,
local
372
const __m128 b_ = _mm_mul_ps(
wki_
, xi_);
374
const __m128 d_ = _mm_mul_ps(
wki_
, xr_);
Completed in 135 milliseconds