HomeSort by relevance Sort by last modified time
    Searched refs:gy (Results 1 - 25 of 26) sorted by null

1 2

  /cts/apps/CtsVerifier/jni/verifier/
com_android_cts_verifier_camera_StatsImage.cpp 54 for (int gy = 0; gy < ngy; gy++) {
60 for (int y = aay+gy*gh; y < aay+(gy+1)*gh; y++) {
77 mean[gy*ngx*4 + gx*4 + ch] = m;
78 var[gy*ngx*4 + gx*4 + ch] = mSq - m*m;
  /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);
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
EyePosition.java 113 private void onAccelerometerChanged(float gx, float gy, float gz) {
115 float x = gx, y = gy, z = gz;
118 case Surface.ROTATION_90: x = -gy; y= gx; break;
119 case Surface.ROTATION_180: x = -gx; y = -gy; break;
120 case Surface.ROTATION_270: x = gy; y = -gx; break;
144 private void onGyroscopeChanged(float gx, float gy, float gz) {
146 float distance = (gx > 0 ? gx : -gx) + (gy > 0 ? gy : - gy);
165 float x = -gy, y = -gx
    [all...]
  /cts/tests/tests/keystore/src/android/keystore/cts/
ECCurves.java 111 BigInteger gy,
116 ECPoint generator = new ECPoint(gx, gy);
  /external/libvpx/libvpx/vpx_dsp/
fastssim.c 258 unsigned gy; \
260 gy = gy_buf[((j + (_joffs)) & 7) * stride + i + (_ioffs)]; \
262 col_sums_gy2[(_col)] = gy * (double)gy; \
263 col_sums_gxgy[(_col)] = gx * (double)gy; \
269 unsigned gy; \
271 gy = gy_buf[((j + (_joffs)) & 7) * stride + i + (_ioffs)]; \
273 col_sums_gy2[(_col)] += gy * (double)gy; \
274 col_sums_gxgy[(_col)] += gx * (double)gy; \
349 unsigned gy; local
    [all...]
  /external/skia/tests/
PathOpsSimplifyQuadThreadedTest.cpp 34 int gy = g >> 2; local
47 path.quadTo(SkIntToScalar(gx), SkIntToScalar(gy),
60 pathStr.appendf(" path.quadTo(%d, %d, %d, %d);\n", gx, gy, hx, hy);
PathOpsSimplifyQuadralateralsThreadedTest.cpp 34 int gy = g >> 2; local
47 path.lineTo(SkIntToScalar(gx), SkIntToScalar(gy));
61 pathStr.appendf(" path.lineTo(%d, %d);\n", gx, gy);
  /external/wycheproof/java/com/google/security/wycheproof/testcases/
EcdhTest.java 436 final BigInteger gy; // y-coordainat of the generator field in class:EcdhTest.EcPublicKeyTestVector
449 BigInteger gy,
460 this.gy = gy;
474 ECPoint g = new ECPoint(gx, gy);
    [all...]
  /cts/hostsidetests/sustainedperf/shadertoy_android/jni/
shadertoy_shader.cpp 101 vec4 texture2DGrad(sampler2D s, in vec2 uv, vec2 gx, vec2 gy) { return texture2D(s, uv); }
  /development/samples/AccelerometerPlay/src/com/example/android/accelerometerplay/
AccelerometerPlayActivity.java 165 final float gy = -sy * m; local
174 final float ay = gy * invm;
  /external/pdfium/third_party/libopenjpeg20/
mct.c 221 const __m128i gy = _mm_set1_epi32(4809); local
250 lo = _mm_mul_epi32(lo, gy);
251 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/wycheproof/java/com/google/security/wycheproof/
EcUtil.java 80 final BigInteger gy = new BigInteger(hexGY, 16); local
84 ECPoint g = new ECPoint(gx, gy);
  /external/swiftshader/src/Renderer/
ETC_Decoder.cpp 554 int gy = j * (gv - go) + 2; local
559 ((i * (gh - go) + gy) >> 2) + go,
  /cts/apps/CameraITS/pymodules/its/
image.py 755 [gy, gx] = numpy.gradient(luma)
756 return numpy.average(numpy.sqrt(gy*gy + gx*gx))
  /external/boringssl/src/crypto/ec/
ec_test.cc 242 bssl::UniquePtr<BIGNUM> gy(BN_bin2bn(kY, sizeof(kY), nullptr));
243 ASSERT_TRUE(gy);
253 group.get(), generator.get(), gx.get(), gy.get(), ctx.get()));
  /prebuilts/go/darwin-x86/src/crypto/elliptic/
p224.go 20 gx, gy, b p224FieldElement
30 p224.Gy, _ = new(big.Int).SetString("bd376388b5f723fb4c22dfe6cd4375a05a07476444d5819985007e34", 16)
34 p224FromBig(&p224.gy, p224.Gy)
124 p224ScalarMult(&x2, &y2, &z2, &curve.gx, &curve.gy, &z1, scalar)
  /prebuilts/go/linux-x86/src/crypto/elliptic/
p224.go 20 gx, gy, b p224FieldElement
30 p224.Gy, _ = new(big.Int).SetString("bd376388b5f723fb4c22dfe6cd4375a05a07476444d5819985007e34", 16)
34 p224FromBig(&p224.gy, p224.Gy)
124 p224ScalarMult(&x2, &y2, &z2, &curve.gx, &curve.gy, &z1, scalar)
  /external/ImageMagick/MagickCore/
distort.c 2625 double r,fx,fy,gx,gy; local
    [all...]
  /external/webrtc/talk/media/testdata/
voice.rtpdump 5 ??pje|zm^k????{t?}r??????}??j_ly?egh?lgccp???????????????????~??unxr?}?nf\\\bk}yvjklr????_g|?z????cjz???a_\y???nj{?????????ply??ob{??kq^y???t??t}zg_[o???gt?yecc???????9B?4????pj??|?x???xkjp?????????????p{??????vicg|??zt???g]ev??t]aeq`YX_????w}????????zqrkbs????me^m???}???????``???m?????jc_i??ls???fo???ooiomofp`rlvh|????????}????nif????9C?4?J??pj???opxn]W^lhht???????????xfYdin[^jhe\x|?a]`}plx??ikk??????????????????km????|~??????????????njx?????he`ndjjj_Yb???xxn?zrnm???hkm??sfo???jdZTU`???k_ijkon????????9D?4???pj?l????????v?z????pdbap??w{f~??xzlomih}?|sehmmfY]jhehn?tcn??~nh{????????????????????g^[od^]]w?`Y\w??~r??g]bj??j^q??~o????????????~v???wjv???q?}?uwfqo~zoip{eorjj]???9E?4????pj^bs?????????????~y???z|???a[chhbZ\m????vvr???????r????~ibmifx???????v?mji?????~???pbm?vnfoekiii`lte^cfcl}???mdi????????????n???w????rt???????sh`a}{odinyvw?yz?????9F?4?*??pj????mew??jc???fa]ap?s}q?u]gy?tw???ifaq??gmmne^e~?s]]???jdo????qdj??????~???????????????~~{jinqmojomonkbbg__p??tu???m`ntmhm????oi????zr???idt???}mk??gY_}??o]k??h???9G?4???pj^k??\RZ???????}|??ji???_i{?{???????}?~px???????z????~olfz?????????????yo????qjfbkny?jm??|`bgr?xu{kjlkjwjissm|??????????ohkoz???ojo??????~????|e\Z_igem????{v????.?9H?4?j??pjujy?pmqx??db????`^m???}n????up????????]\fmt|sovu?????ker??pej???m_u?yob^h?u\[k????n|???jmk}???ybd~???p_ez?ugaq?????????z????????x?????????ovvs^[ajlcg`]]h???qc\e??C?9I?4?
    [all...]
  /external/libpng/contrib/libtests/
pngvalid.c 3332 png_fixed_point wx, wy, rx, ry, gx, gy, bx, by; member in struct:chrm_modification
    [all...]
  /external/webrtc/data/voice_engine/stereo_rtp_files/
hrtf_g722_1C_48.rtp 451 3cB?"Q????d???j?&??[???L??<???????sg??Dq? 4??\?qH?F??bG?9?y?<??$?? ??K?d(??4??? j?2????4?? ????<?-Fl7Pc????z????????????????}V???I??X??????@?49???qI?p0,O}S??h???Y??n@:?GY
    [all...]
hrtf_g722_1C_48_jitterT2.rtp 447 3cB?"Q????d???j?&??[???L??<???????sg??Dq? 4??\?qH?F??bG?9?y?<??$?? ??K?d(??4??? j?2????4?? ????<?-Fl7Pc????z???????????????X?}V???I??X??????@?49???qI?p0,O}S??h???Y??n@:?GY
    [all...]
stereo_pcmu_vad.rtp     [all...]
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 816 milliseconds

1 2