Lines Matching refs:values
90 // Before we cast fbits to int32_t, check for out of range values to pacify UBSAN.
92 // Negative values are effectively underflow - we'll end up returning a (different) negative
138 // By storing f=K-1, those old unusued f=0 values now mean K=1, a noop scale factor.
275 // Additional ICC signature values that are only used internally
375 // s15Fixed16ArrayType is technically variable sized, holding N values. However, the only valid
376 // use of the type is for the CHAD tag that stores exactly nine values.
380 uint8_t values [36];
394 const uint8_t* values = sf32Tag->values;
396 for (int c = 0; c < 3; ++c, values += 4) {
397 m->vals[r][c] = read_big_fixed(values);
1736 // First, we need to convert xy values (primaries) to XYZ.
1874 // (If those two d values aren't the same, it's a discontinuous transfer function.)
1924 // where we might still fail here, like non-finite parameter values.
2884 // Clamp here before premul to make sure we're clamping to normalized values _and_ gamut,
2885 // not just to values that fit in [0,1].