OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:wki_
(Results
1 - 1
of
1
) sorted by null
/external/webrtc/src/modules/audio_processing/aec/
aec_rdft_sse2.c
260
const __m128
wki_
= c_j1; // 1, 2, 3, 4,
local
283
const __m128 b_ = _mm_mul_ps(
wki_
, xi_);
285
const __m128 d_ = _mm_mul_ps(
wki_
, xr_);
351
const __m128
wki_
= c_j1; // 1, 2, 3, 4,
local
374
const __m128 b_ = _mm_mul_ps(
wki_
, xi_);
376
const __m128 d_ = _mm_mul_ps(
wki_
, xr_);
Completed in 75 milliseconds