HomeSort by relevance Sort by last modified time
    Searched defs:n_0 (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/webrtc/modules/audio_processing/aec/
aec_core_neon.c 284 const uint32x4_t n_0 = vorrq_u32(n_1, vec_eight_biased_exponent); local
286 vsubq_f32(vreinterpretq_f32_u32(n_0),
aec_core_sse2.c 256 const __m128 n_0 = _mm_or_ps(n_1, *((__m128*)eight_biased_exponent)); local
257 const __m128 n = _mm_sub_ps(n_0, *((__m128*)implicit_leading_one));

Completed in 147 milliseconds