OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
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
...]
/cts/tests/tests/rscpp/librscpptest/
rs_jni.cpp
201
jint
lutSize
,
218
builder.setX(
lutSize
);
219
builder.setY(
lutSize
);
220
builder.setZ(
lutSize
);
228
colorCube->copy3DRangeFrom(0, 0, 0,
lutSize
,
lutSize
,
lutSize
, input2);
Completed in 63 milliseconds