HomeSort by relevance Sort by last modified time
    Searched refs:blueTRC (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/qcms/src/
iccread.c 931 profile->blueTRC = curve_from_gamma(gamma);
934 if (!profile->redTRC || !profile->blueTRC || !profile->greenTRC) {
960 profile->blueTRC = curve_from_table(table, num_entries);
963 if (!profile->redTRC || !profile->blueTRC || !profile->greenTRC) {
    [all...]
qcmsint.h 242 struct curveType *blueTRC;
transform.c     [all...]
chain.c 733 transform->input_clut_table_b = build_input_gamma_table(in->blueTRC);
786 } else if (out->redTRC && out->greenTRC && out->blueTRC) {
820 build_output_lut(out->blueTRC, &transform->output_gamma_lut_b,
    [all...]

Completed in 42 milliseconds