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

  /external/chromium_org/third_party/qcms/src/
chain.h 27 // Generates and returns a 3D LUT with lutSize^3 samples using the provided src/dest.
28 float* qcms_chain_transform(qcms_profile *in, qcms_profile *out, float *src, float *dest, size_t lutSize);
transform.c     [all...]
chain.c     [all...]
  /cts/tests/tests/rscpp/src/android/cts/rscpp/
RS3DLUTTest.java 36 private final int lutSize = 64;
38 native boolean lutTest(int X, int Y, int lutSize, byte[] input, byte[] input2, byte[] output);
42 int[] colorCube = new int[lutSize * lutSize * lutSize * 4];
46 byte[] byteColorCube = new byte[lutSize * lutSize * lutSize * 4];
50 for (int i = 0; i < lutSize * lutSize * lutSize * 4; i++)
    [all...]
  /cts/tests/tests/rscpp/librscpptest/
rs_jni.cpp 167 jint lutSize,
183 builder.setX(lutSize);
184 builder.setY(lutSize);
185 builder.setZ(lutSize);
193 colorCube->copy3DRangeFrom(0, 0, 0, lutSize, lutSize, lutSize, input2);

Completed in 1269 milliseconds