Searched refs:lut (Results 1 – 7 of 7) sorted by relevance
/cts/tests/tests/rscpp/src/android/cts/rscpp/ |
D | RSLUTTest.java | 49 ScriptIntrinsicLUT lut = ScriptIntrinsicLUT.create(mRS, Element.RGBA_8888(mRS)); in testRSLUT() local 51 lut.setRed(i, 255-i); in testRSLUT() 52 lut.setGreen(i, 255-i); in testRSLUT() 53 lut.setBlue(i, 255-i); in testRSLUT() 56 lut.forEach(rsInput, rsOutput); in testRSLUT()
|
D | RS3DLUTTest.java | 64 ScriptIntrinsic3DLUT lut = ScriptIntrinsic3DLUT.create(mRS, Element.RGBA_8888(mRS)); in testRSLUT() local 66 lut.setLUT(cube); in testRSLUT() 67 lut.forEach(rsInput, rsOutput); in testRSLUT()
|
/cts/tests/tests/rscpp/librscpptest/ |
D | rs_jni.cpp | 186 sp<ScriptIntrinsicLUT> lut = ScriptIntrinsicLUT::create(rs, e); in Java_android_cts_rscpp_RSLUTTest_lutTest() local 193 lut->setRed(0, 256, lutValues); in Java_android_cts_rscpp_RSLUTTest_lutTest() 194 lut->setGreen(0, 256, lutValues); in Java_android_cts_rscpp_RSLUTTest_lutTest() 195 lut->setBlue(0, 256, lutValues); in Java_android_cts_rscpp_RSLUTTest_lutTest() 197 lut->forEach(inputAlloc,outputAlloc); in Java_android_cts_rscpp_RSLUTTest_lutTest() 236 sp<ScriptIntrinsic3DLUT> lut = ScriptIntrinsic3DLUT::create(rs, e); in Java_android_cts_rscpp_RS3DLUTTest_lutTest() local 241 lut->setLUT(colorCube); in Java_android_cts_rscpp_RS3DLUTTest_lutTest() 242 lut->forEach(inputAlloc,outputAlloc); in Java_android_cts_rscpp_RS3DLUTTest_lutTest()
|
/cts/apps/CameraITS/tests/ |
D | tutorial.py | 151 lut = numpy.array([2*i for i in xrange(65536)]) 152 rgbimg_lut = its.image.apply_lut_to_image(rgbimg, lut)
|
/cts/apps/CameraITS/pymodules/its/ |
D | image.py | 502 def apply_lut_to_image(img, lut): argument 529 n = len(lut) 533 return (lut[(img * m).astype(numpy.uint16)] / m).astype(numpy.float32) 718 lut = numpy.array([2*i for i in xrange(65536)]) 720 y = apply_lut_to_image(x, lut).reshape(3).tolist()
|
/cts/apps/CtsVerifier/libs/ |
D | opencv-android.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/opencv/
org/ ... |
/cts/tests/tests/media/assets/ |
D | segment000000.ts | 974 >��{�O�BK^��@�)����}�3lut`PۀD������2��$��/�,�)G�b���)�b�x;AGЙb�s���>0���☸�����21%���…
|