Home
last modified time | relevance | path

Searched refs:xx0 (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/common_audio/third_party/ooura/fft_size_128/
Dooura_fft_neon.cc98 const float32x4_t xx0 = vaddq_f32(x0r0_0i0_0r1_x0i1, x2r0_2i0_2r1_x2i1); in cftmdl_128_neon() local
116 vst1_f32(&a[j + 0], vget_low_f32(xx0)); in cftmdl_128_neon()
117 vst1_f32(&a[j + 32], vget_high_f32(xx0)); in cftmdl_128_neon()
Dooura_fft_sse2.cc133 const __m128 xx0 = _mm_add_ps(x0r0_0i0_0r1_x0i1, x2r0_2i0_2r1_x2i1); in cftmdl_128_SSE2() local
150 _mm_storel_epi64((__m128i*)&a[j0 + 0], _mm_castps_si128(xx0)); in cftmdl_128_SSE2()
153 _mm_shuffle_epi32(_mm_castps_si128(xx0), _MM_SHUFFLE(3, 2, 3, 2))); in cftmdl_128_SSE2()
/external/libjpeg-turbo/
Djquant2.c769 JLONG xx0, xx1; /* distance increments */ in find_best_colors() local
806 xx0 = inc0; in find_best_colors()
826 dist0 += xx0; in find_best_colors()
827 xx0 += 2 * STEP_C0 * STEP_C0; in find_best_colors()