OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:greenTRC
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/qcms/src/
iccread.c
932
profile->
greenTRC
= curve_from_gamma(gamma);
934
if (!profile->redTRC || !profile->blueTRC || !profile->
greenTRC
) {
961
profile->
greenTRC
= curve_from_table(table, num_entries);
963
if (!profile->redTRC || !profile->blueTRC || !profile->
greenTRC
) {
[
all
...]
qcmsint.h
243
struct curveType *
greenTRC
;
transform.c
[
all
...]
chain.c
732
transform->input_clut_table_g = build_input_gamma_table(in->
greenTRC
);
786
} else if (out->redTRC && out->
greenTRC
&& out->blueTRC) {
818
build_output_lut(out->
greenTRC
, &transform->output_gamma_lut_g,
[
all
...]
Completed in 100 milliseconds