Searched refs:v000 (Results 1 - 4 of 4) sorted by relevance

/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsic3DLUT.cpp115 uint4 v000 = convert_uint4(pt_00[0]); local
124 uint4 yz00 = ((v000 * weight1.x) + (v100 * weight2.x)) >> (int4)7;
146 ALOGE("v000 %08x %08x %08x %08x", v000.x, v000.y, v000.z, v000.w);
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
H A Dcolorcube.rs45 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/
H A Dcolorcube.rs50 uint4 v000 = convert_uint4(rsGetElementAt_uchar4(gCube, coord1.x, coord1.y, coord1.z));
59 uint4 yz00 = ((v000 * weight1.x) + (v100 * weight2.x)) >> (uint4)8;
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
H A Dcolorcube.rs45 uint4 v000 = convert_uint4(rsGetElementAt_uchar4(gCube, coord1.x, coord1.y, coord1.z));
54 uint4 yz00 = ((v000 * weight1.x) + (v100 * weight2.x)) >> (uint4)8;

Completed in 632 milliseconds