Home
last modified time | relevance | path

Searched +defs:z +defs:b (Results 1 – 8 of 8) sorted by relevance

/cts/tests/tests/media/libmediandkjni/
Dmd5_utils.cpp144 #define F1(x, y, z) (z ^ (x & (y ^ z))) argument
145 #define F2(x, y, z) F1(z, x, y) argument
146 #define F3(x, y, z) (x ^ y ^ z) argument
147 #define F4(x, y, z) (y ^ (x | ~z)) argument
150 #define MD5STEP(f,w,x,y,z,in,s) \ argument
160 /*register*/ UWORD32 a, b, c, d; in MD5Transform() local
/cts/tests/tests/graphics/src/android/graphics/cts/utils/
DColorUtils.java45 public static int xyzToColor(double x, double y, double z) { in xyzToColor()
48 double b = (x * 0.0557 + y * -0.2040 + z * 1.0570) / 100; in xyzToColor() local
DCamUtils.java126 final float b = linearized(Color.blue(argb)); in yFromInt() local
135 final float b = linearized(Color.blue(argb)); in xyzFromInt() local
140 float z = (r * matrix[2][0]) + (g * matrix[2][1]) + (b * matrix[2][2]); in xyzFromInt() local
DCam.java173 float b = (float) (rA + gA - 2.0 * bA) / 9.0f; in fromIntInFrame() local
297 float b = gamma * hSin; in viewed() local
319 float z = (rF * matrix[2][0]) + (gF * matrix[2][1]) + (bF * matrix[2][2]); in viewed() local
/cts/tests/tests/view/src/android/view/cts/util/
DASurfaceControlTestUtils.java72 public static void setZOrder(long surfaceControl, int z) { in setZOrder()
154 long surfaceControl, long surfaceTransaction, int z); in nSurfaceTransaction_setZOrder()
162 long surfaceTransaction, float r, float g, float b, float alpha); in nSurfaceTransaction_setColor()
/cts/tests/tests/view/jni/
Dandroid_view_cts_ASurfaceControlTest.cpp339 jlong surfaceTransaction, jint z) { in SurfaceTransaction_setZOrder()
490 jfloat g, jfloat b, jfloat alpha) { in SurfaceTransaction_setColor()
/cts/tests/tests/media/src/android/media/cts/
DDecodeAccuracyTestBase.java1863 final double z = (comp[RED] * 0.0193) + (comp[GREEN] * 0.1192) + (comp[BLUE] * 0.9505); in convertRgbToXyz() local
1906 final double b = 200 * (comp[Y] - comp[Z]); in convertXyzToCieLab() local
/cts/apps/CtsVerifier/libs/
Dopencv3-android.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/opencv/ org/ ...