Searched refs:gx (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/
H A Dsobeloperator.cpp88 int gx = static_cast<int>(*(gxPtr + 3 * i + c) / 8 + 127.5); local
92 gx = 2 * gx - 255;
95 double value = sqrt(gx * gx + gy * gy);
100 (atan(static_cast<double>(gy)/static_cast<double>(gx)) + 3.14) / 6.28);
/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsics_x86.c378 __m128 pf, g0, g1, g2, g3, gx, p0, p1; local
390 gx = _mm_loadu_ps((const float *)gptr + r);
394 g0 = _mm_shuffle_ps(gx, gx, _MM_SHUFFLE(0, 0, 0, 0));
396 g1 = _mm_shuffle_ps(gx, gx, _MM_SHUFFLE(1, 1, 1, 1));
398 g2 = _mm_shuffle_ps(gx, gx, _MM_SHUFFLE(2, 2, 2, 2));
400 g3 = _mm_shuffle_ps(gx, gx, _MM_SHUFFL
[all...]

Completed in 1082 milliseconds