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

  /frameworks/rs/cpu_ref/
rsCpuIntrinsic3DLUT.cpp 126 uint4 yz00 = ((v000 * weight1.x) + (v100 * weight2.x)) >> (int4)7; local
131 uint4 z0 = ((yz00 * weight1.y) + (yz10 * weight2.y)) >> (int4)15;
150 ALOGE("yz00 %08x %08x %08x %08x", yz00.x, yz00.y, yz00.z, yz00.w);
  /frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
colorcube.rs 59 uint4 yz00 = ((v000 * weight1.x) + (v100 * weight2.x)) >> (int4)8;
64 uint4 z0 = ((yz00 * weight1.y) + (yz10 * weight2.y)) >> (int4)16;
81 //rsDebug("yz00", yz00);
  /frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
colorcube.rs 59 uint4 yz00 = ((v000 * weight1.x) + (v100 * weight2.x)) >> (int4)8;
64 uint4 z0 = ((yz00 * weight1.y) + (yz10 * weight2.y)) >> (int4)16;
81 //rsDebug("yz00", yz00);

Completed in 42 milliseconds