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

  /external/webrtc/src/modules/audio_processing/aec/
aec_core_sse2.c 317 const __m128i two_n_exponent = _mm_add_epi32( local
320 two_n_exponent, float_exponent_shift));
  /external/chromium_org/third_party/webrtc/modules/audio_processing/aec/
aec_core_neon.c 346 const int32x4_t two_n_exponent = local
349 vreinterpretq_f32_s32(vshlq_n_s32(two_n_exponent, kFloatExponentShift));
aec_core_sse2.c 333 const __m128i two_n_exponent = local
336 _mm_castsi128_ps(_mm_slli_epi32(two_n_exponent, float_exponent_shift));

Completed in 636 milliseconds