OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:y_minus_one
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/audio_processing/aec/
aec_core_neon.c
324
const float32x4_t
y_minus_one
=
local
326
const float32x4_t log2_y = vmulq_f32(
y_minus_one
, pol5_y);
aec_core_sse2.c
304
const __m128
y_minus_one
=
local
306
const __m128 log2_y = _mm_mul_ps(
y_minus_one
, pol5_y);
Completed in 2015 milliseconds