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

  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/
sobeloperator.cpp 87 int gy = static_cast<int>(*(gyPtr + 3 * i + c) / 8 + 127.5); local
91 gy = 2 * gy - 255;
93 double value = sqrt(gx * gx + gy * gy);
98 (atan(static_cast<double>(gy)/static_cast<double>(gx)) + 3.14) / 6.28);
  /external/skia/tests/
PathOpsSimplifyQuadThreadedTest.cpp 35 int gy = g >> 2; local
48 path.quadTo(SkIntToScalar(gx), SkIntToScalar(gy),
63 str += sprintf(str, " path.quadTo(%d, %d, %d, %d);\n", gx, gy, hx, hy);
PathOpsSimplifyQuadralateralsThreadedTest.cpp 35 int gy = g >> 2; local
48 path.lineTo(SkIntToScalar(gx), SkIntToScalar(gy));
61 str += sprintf(str, " path.lineTo(%d, %d);\n", gx, gy);
  /hardware/bsp/intel/peripheral/libupm/src/mpu9150/
mpu60x0.cxx 115 int16_t gx, gy, gz; local
124 gy = ( (buffer[10] << 8) | buffer[11] );
135 m_gyroY = float(gy);
  /external/pdfium/third_party/libopenjpeg20/
mct.c 218 const __m128i gy = _mm_set1_epi32(4809); local
247 lo = _mm_mul_epi32(lo, gy);
248 hi = _mm_mul_epi32(hi, gy);
  /external/deqp/framework/randomshaders/
rsgProgramExecutor.cpp 199 float gy = ((float)y + 0.5f) / cellHeight; local
200 return tcu::Vec2(deFloatFrac(gx), deFloatFrac(gy));
  /external/libvpx/libvpx/vpx_dsp/
fastssim.c 240 unsigned gy; \
242 gy = gy_buf[((j + (_joffs)) & 7) * stride + i + (_ioffs)]; \
244 col_sums_gy2[(_col)] = gy * (double)gy; \
245 col_sums_gxgy[(_col)] = gx * (double)gy; \
252 unsigned gy; \
254 gy = gy_buf[((j + (_joffs)) & 7) * stride + i + (_ioffs)]; \
256 col_sums_gy2[(_col)] += gy * (double)gy; \
257 col_sums_gxgy[(_col)] += gx * (double)gy; \
328 unsigned gy; local
    [all...]
  /development/samples/AccelerometerPlay/src/com/example/android/accelerometerplay/
AccelerometerPlayActivity.java 165 final float gy = -sy * m; local
174 final float ay = gy * invm;
  /external/opencv3/modules/imgproc/src/
lsd.cpp 568 double gy = DA - BC; // gradient y component local
569 double norm = std::sqrt((gx * gx + gy * gy) / 4); // gradient norm
579 angles_data[addr] = fastAtan2(float(gx), float(-gy)) * DEG_TO_RADS; // gradient angle computation
    [all...]
  /hardware/ti/omap4-aah/kernel-headers-ti/video/
dsscomp.h 111 __s16 gy, gcr, gcb; member in struct:omap_dss_cconv_coefs
  /external/libpng/contrib/libtests/
pngvalid.c 2959 png_fixed_point wx, wy, rx, ry, gx, gy, bx, by; member in struct:chrm_modification
    [all...]
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.7.1/
xalan-2.7.1.jar 

Completed in 618 milliseconds