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

  /frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
colorcube.rs 60 uint4 yz10 = ((v010 * weight1.x) + (v110 * weight2.x)) >> (int4)8;
64 uint4 z0 = ((yz00 * weight1.y) + (yz10 * weight2.y)) >> (int4)16;
  /frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
colorcube.rs 60 uint4 yz10 = ((v010 * weight1.x) + (v110 * weight2.x)) >> (int4)8;
64 uint4 z0 = ((yz00 * weight1.y) + (yz10 * weight2.y)) >> (int4)16;
  /frameworks/rs/cpu_ref/
rsCpuIntrinsic3DLUT.cpp 127 uint4 yz10 = ((v010 * weight1.x) + (v110 * weight2.x)) >> (int4)7; local
131 uint4 z0 = ((yz00 * weight1.y) + (yz10 * weight2.y)) >> (int4)15;

Completed in 89 milliseconds