OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:input_table
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/qcms/src/
qcmsint.h
202
float *
input_table
;
member in struct:lutType
iccread.c
710
lut->
input_table
= &lut->table_data[0];
731
lut->
input_table
[i] = uInt8Number_to_float(read_uInt8Number(src, offset + 52 + i * entry_size));
733
lut->
input_table
[i] = uInt16Number_to_float(read_uInt16Number(src, offset + 52 + i * entry_size));
[
all
...]
chain.c
671
memcpy(in_curves, lut->
input_table
, in_curve_len);
[
all
...]
Completed in 3882 milliseconds