HomeSort by relevance Sort by last modified time
    Searched refs:two_n (Results 1 - 3 of 3) sorted by null

  /external/webrtc/src/modules/audio_processing/aec/
aec_core_sse2.c 237 const __m128 two_n = _mm_and_ps(a, *((__m128 *)float_exponent_mask)); local
238 const __m128 n_1 = _mm_castsi128_ps(_mm_srli_epi32(_mm_castps_si128(two_n),
319 const __m128 two_n = _mm_castsi128_ps(_mm_slli_epi32( local
336 a_exp_b = _mm_mul_ps(exp2_y, two_n);
  /external/chromium_org/third_party/webrtc/modules/audio_processing/aec/
aec_core_neon.c 281 const uint32x4_t two_n = vandq_u32(vreinterpretq_u32_f32(a), local
283 const uint32x4_t n_1 = vshrq_n_u32(two_n, kShiftExponentIntoTopMantissa);
348 const float32x4_t two_n = local
362 a_exp_b = vmulq_f32(exp2_y, two_n);
aec_core_sse2.c 253 const __m128 two_n = _mm_and_ps(a, *((__m128*)float_exponent_mask)); local
255 _mm_castps_si128(two_n), shift_exponent_into_top_mantissa));
335 const __m128 two_n = local
352 a_exp_b = _mm_mul_ps(exp2_y, two_n);

Completed in 2876 milliseconds