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

/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/
H A Dcolorcube.rs48 uint4 v110 = convert_uint4(rsGetElementAt_uchar4(gCube, coord2.x, coord2.y, coord1.z));
55 uint4 yz10 = ((v010 * weight1.x) + (v110 * weight2.x)) >> (uint4)8;
/frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/
H A Dcolorcube.rs48 uint4 v110 = convert_uint4(rsGetElementAt_uchar4(gCube, coord2.x, coord2.y, coord1.z));
55 uint4 yz10 = ((v010 * weight1.x) + (v110 * weight2.x)) >> (uint4)8;
/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/
H A Dcolorcube.rs48 uint4 v110 = convert_uint4(rsGetElementAt_uchar4(gCube, coord2.x, coord2.y, coord1.z));
55 uint4 yz10 = ((v010 * weight1.x) + (v110 * weight2.x)) >> (uint4)8;
/frameworks/rs/cpu_ref/
H A DrsCpuIntrinsic3DLUT.cpp111 uint4 v110 = convert_uint4(pt_10[1]); local
118 uint4 yz10 = ((v010 * weight1.x) + (v110 * weight2.x)) >> (int4)7;

Completed in 63 milliseconds