HomeSort by relevance Sort by last modified time
    Searched refs:v010 (Results 1 - 3 of 3) sorted by null

  /frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
colorcube.rs 52 uint4 v010 = convert_uint4(rsGetElementAt_uchar4(gCube, coord1.x, coord2.y, coord1.z));
60 uint4 yz10 = ((v010 * weight1.x) + (v110 * weight2.x)) >> (int4)8;
  /frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
colorcube.rs 52 uint4 v010 = convert_uint4(rsGetElementAt_uchar4(gCube, coord1.x, coord2.y, coord1.z));
60 uint4 yz10 = ((v010 * weight1.x) + (v110 * weight2.x)) >> (int4)8;
  /frameworks/rs/cpu_ref/
rsCpuIntrinsic3DLUT.cpp 119 uint4 v010 = convert_uint4(pt_10[0]); local
127 uint4 yz10 = ((v010 * weight1.x) + (v110 * weight2.x)) >> (int4)7;

Completed in 922 milliseconds