Searched refs:v000 (Results 1 – 4 of 4) sorted by relevance
/frameworks/rs/cpu_ref/ |
D | rsCpuIntrinsic3DLUT.cpp | 115 uint4 v000 = convert_uint4(pt_00[0]); in kernel() local 124 uint4 yz00 = ((v000 * weight1.x) + (v100 * weight2.x)) >> (int4)7; in kernel() 146 ALOGE("v000 %08x %08x %08x %08x", v000.x, v000.y, v000.z, v000.w); in kernel()
|
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/ |
D | colorcube.rs | 45 uint4 v000 = convert_uint4(rsGetElementAt_uchar4(gCube, coord1.x, coord1.y, coord1.z)); 54 uint4 yz00 = ((v000 * weight1.x) + (v100 * weight2.x)) >> (uint4)8;
|
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/ |
D | colorcube.rs | 45 uint4 v000 = convert_uint4(rsGetElementAt_uchar4(gCube, coord1.x, coord1.y, coord1.z)); 54 uint4 yz00 = ((v000 * weight1.x) + (v100 * weight2.x)) >> (uint4)8;
|
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/ |
D | colorcube.rs | 50 uint4 v000 = convert_uint4(rsGetElementAt_uchar4(gCube, coord1.x, coord1.y, coord1.z)); 59 uint4 yz00 = ((v000 * weight1.x) + (v100 * weight2.x)) >> (uint4)8;
|