Searched refs:two_n (Results 1 - 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/audio_processing/aec/
H A Daec_core_neon.c295 const uint32x4_t two_n = vandq_u32(vreinterpretq_u32_f32(a), local
297 const uint32x4_t n_1 = vshrq_n_u32(two_n, kShiftExponentIntoTopMantissa);
362 const float32x4_t two_n = local
376 a_exp_b = vmulq_f32(exp2_y, two_n);
H A Daec_core_sse2.c265 const __m128 two_n = _mm_and_ps(a, *((__m128*)float_exponent_mask)); local
267 _mm_castps_si128(two_n), shift_exponent_into_top_mantissa));
347 const __m128 two_n = local
364 a_exp_b = _mm_mul_ps(exp2_y, two_n);

Completed in 96 milliseconds