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