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

  /external/chromium_org/third_party/qcms/src/
iccread.c 884 profile->redTRC = curve_from_gamma(gamma);
888 if (!profile->redTRC || !profile->blueTRC || !profile->greenTRC) {
913 profile->redTRC = curve_from_table(table, num_entries);
917 if (!profile->redTRC || !profile->blueTRC || !profile->greenTRC) {
1075 profile->redTRC = read_tag_curveType(src, index, TAG_rTRC);
1079 if (!profile->redTRC || !profile->blueTRC || !profile->greenTRC)
    [all...]
qcmsint.h 240 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 632 milliseconds