OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:a_curves
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/qcms/src/
qcmsint.h
177
struct curveType *
a_curves
[10];
member in struct:lutmABType
chain.c
550
if (lut->
a_curves
[0] != NULL) {
564
transform->input_clut_table_r = build_input_gamma_table(lut->
a_curves
[0]);
565
transform->input_clut_table_g = build_input_gamma_table(lut->
a_curves
[1]);
566
transform->input_clut_table_b = build_input_gamma_table(lut->
a_curves
[2]);
[
all
...]
iccread.c
516
free(lut->
a_curves
[i]);
627
read_nested_curveType(src, &lut->
a_curves
, num_in_channels, a_curve_offset);
[
all
...]
Completed in 31 milliseconds