Searched refs:n_0 (Results 1 - 4 of 4) sorted by relevance

/external/aac/libSBRdec/src/
H A Dpsdec_hybrid.cpp397 #define TWIDDLE_1(n_0,n_1,n_2) \
398 cplxMultDiv2(&accu1, &accu2, pQmfReal[n_0], pQmfImag[n_0], cr[n_0], ci[n_0]); \
399 accu1 = fMultDiv2(p[n_0], accu1); \
400 accu2 = fMultDiv2(p[n_0], accu2); \
407 #define TWIDDLE_0(n_0,n_1) \
408 cplxMultDiv2(&accu1, &accu2, pQmfReal[n_0], pQmfImag[n_0], c
[all...]
/external/webrtc/src/modules/audio_processing/aec/
H A Daec_core_sse2.c240 const __m128 n_0 = _mm_or_ps(n_1, *((__m128 *)eight_biased_exponent)); local
241 const __m128 n = _mm_sub_ps(n_0, *((__m128 *)implicit_leading_one));
/external/chromium_org/third_party/webrtc/modules/audio_processing/aec/
H A Daec_core_neon.c284 const uint32x4_t n_0 = vorrq_u32(n_1, vec_eight_biased_exponent); local
286 vsubq_f32(vreinterpretq_f32_u32(n_0),
H A Daec_core_sse2.c256 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 96 milliseconds