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
886
profile->
greenTRC
= curve_from_gamma(gamma);
888
if (!profile->redTRC || !profile->blueTRC || !profile->
greenTRC
) {
915
profile->
greenTRC
= curve_from_table(table, num_entries);
917
if (!profile->redTRC || !profile->blueTRC || !profile->
greenTRC
) {
1076
profile->
greenTRC
= read_tag_curveType(src, index, TAG_gTRC);
1079
if (!profile->redTRC || !profile->blueTRC || !profile->
greenTRC
)
[
all
...]
qcmsint.h
242
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 462 milliseconds