Home
last modified time | relevance | path

Searched refs:blueTRC (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/qcms/src/
Diccread.c885 profile->blueTRC = curve_from_gamma(gamma); in qcms_profile_create_rgb_with_gamma()
888 if (!profile->redTRC || !profile->blueTRC || !profile->greenTRC) { in qcms_profile_create_rgb_with_gamma()
914 profile->blueTRC = curve_from_table(table, num_entries); in qcms_profile_create_rgb_with_table()
917 if (!profile->redTRC || !profile->blueTRC || !profile->greenTRC) { in qcms_profile_create_rgb_with_table()
1077 profile->blueTRC = read_tag_curveType(src, index, TAG_bTRC); in qcms_profile_from_memory()
1079 if (!profile->redTRC || !profile->blueTRC || !profile->greenTRC) in qcms_profile_from_memory()
1146 free(profile->blueTRC); in qcms_profile_release()
Dqcmsint.h241 struct curveType *blueTRC; member
Dtransform.c1081 if (!profile->redTRC || !profile->greenTRC || !profile->blueTRC) in qcms_profile_precache_output_transform()
1103 !compute_precache(profile->blueTRC, profile->output_table_b->data)) { in qcms_profile_precache_output_transform()
1212 if (!out->redTRC || !out->greenTRC || !out->blueTRC) { in qcms_transform_create()
1218 …build_output_lut(out->blueTRC, &transform->output_gamma_lut_b, &transform->output_gamma_lut_b_leng… in qcms_transform_create()
1270 transform->input_gamma_table_b = build_input_gamma_table(in->blueTRC); in qcms_transform_create()
Dchain.c733 transform->input_clut_table_b = build_input_gamma_table(in->blueTRC); in qcms_modular_transform_create_input()
786 } else if (out->redTRC && out->greenTRC && out->blueTRC) { in qcms_modular_transform_create_output()
820 build_output_lut(out->blueTRC, &transform->output_gamma_lut_b, in qcms_modular_transform_create_output()
/external/chromium_org/third_party/qcms/
Dgoogle.patch780 if (!profile->redTRC || !profile->greenTRC || !profile->blueTRC)