Lines Matching refs:intensity
637 "Line %d: Unable to allocate space for intensity table\n",
666 * 0 indicates value and intensity stored.
667 * 1 indicates only intensity stored.
670 if (sscanf(ptoken, "%lf", &pIRec->intensity) != 1) {
676 /* With tableType 1 only store the intensity. */
697 if (sscanf(ptoken, "%lf", &pIRec->intensity) != 1) {
699 "Line %d: invalid Intensity Profile intensity %s\n",
703 /* With tableType 0 only store both value & intensity */
754 **pCard8 = pIRec->intensity * 255.0;
771 **pCard8 = pIRec->intensity * 255.0;
790 **pCard16 = pIRec->intensity * 65535.0;
807 **pCard16 = pIRec->intensity * 65535.0;
826 **pCard32 = pIRec->intensity * 4294967295.0;
843 **pCard32 = pIRec->intensity * 4294967295.0;
899 "RGB Correction for visualid %ld: Invalid intensity table type %d.\n",
905 "Global RGB Correction: Invalid intensity table type %d.\n",
1629 "Line %d: Could not allocate memory for intensity profile.",