Home
last modified time | relevance | path

Searched refs:v101 (Results 1 – 4 of 4) sorted by relevance

/frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/
Dcolorcube.rscript50 uint4 v101 = convert_uint4(rsGetElementAt_uchar4(gCube, coord2.x, coord1.y, coord2.z));
56 uint4 yz01 = ((v001 * weight1.x) + (v101 * weight2.x)) >> (uint4)8;
/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/
Dcolorcube.rscript50 uint4 v101 = convert_uint4(rsGetElementAt_uchar4(gCube, coord2.x, coord1.y, coord2.z));
56 uint4 yz01 = ((v001 * weight1.x) + (v101 * weight2.x)) >> (uint4)8;
/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/
Dcolorcube.rscript50 uint4 v101 = convert_uint4(rsGetElementAt_uchar4(gCube, coord2.x, coord1.y, coord2.z));
56 uint4 yz01 = ((v001 * weight1.x) + (v101 * weight2.x)) >> (uint4)8;
/frameworks/rs/cpu_ref/
DrsCpuIntrinsic3DLUT.cpp113 uint4 v101 = convert_uint4(pt_01[1]); in kernel() local
119 uint4 yz01 = ((v001 * weight1.x) + (v101 * weight2.x)) >> (int4)7; in kernel()