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

  /cts/tests/tests/rscpp/src/android/cts/rscpp/
RS3DLUTTest.java 34 private final int lutSize = 64;
36 native boolean lutTest(String path, int X, int Y, int lutSize, byte[] input, byte[] input2, byte[] output);
40 int[] colorCube = new int[lutSize * lutSize * lutSize * 4];
43 byte[] byteColorCube = new byte[lutSize * lutSize * lutSize * 4];
47 for (int i = 0; i < lutSize * lutSize * lutSize * 4; i++)
    [all...]
  /prebuilts/go/darwin-x86/src/image/jpeg/
huffman.go 17 // lutSize is the log-2 size of the Huffman decoder's look-up table.
18 const lutSize = 8
24 // lut is the look-up table for the next lutSize bits in the bit-stream.
27 // lutSize bits.
28 lut [1 << lutSize]uint16
138 for i := uint32(0); i < lutSize; i++ {
197 if v := h.lut[(d.bits.a>>uint32(d.bits.n-lutSize))&0xff]; v != 0 {
  /prebuilts/go/linux-x86/src/image/jpeg/
huffman.go 17 // lutSize is the log-2 size of the Huffman decoder's look-up table.
18 const lutSize = 8
24 // lut is the look-up table for the next lutSize bits in the bit-stream.
27 // lutSize bits.
28 lut [1 << lutSize]uint16
138 for i := uint32(0); i < lutSize; i++ {
197 if v := h.lut[(d.bits.a>>uint32(d.bits.n-lutSize))&0xff]; v != 0 {
  /cts/tests/tests/rscpp/librscpptest/
rs_jni.cpp 212 jint lutSize,
229 builder.setX(lutSize);
230 builder.setY(lutSize);
231 builder.setZ(lutSize);
239 colorCube->copy3DRangeFrom(0, 0, 0, lutSize, lutSize, lutSize, input2);

Completed in 201 milliseconds