Lines Matching refs:y1
881 int y0, y1;
893 y1 = LutTable[i+1];
895 if (y0 <= y1) { // Increasing
896 if (In >= y0 && In <= y1) return i;
899 if (y1 < y0) { // Decreasing
900 if (In >= y1 && In <= y0) return i;
909 y1 = LutTable[i+1];
911 if (y0 <= y1) { // Increasing
912 if (In >= y0 && In <= y1) return i;
915 if (y1 < y0) { // Decreasing
916 if (In >= y1 && In <= y0) return i;
928 cmsFloat64Number a = 0, b = 0, y, x1, y1, x2, y2;
967 y1 = (cmsFloat64Number) (j * 65535.0) / (InCurve ->nEntries - 1);
973 out ->Table16[i] = _cmsQuickSaturateWord(Ascending ? y2 : y1);
979 a = (y2 - y1) / (x2 - x1);