| 225 | } |
| 226 | |
| 227 | float |
| 228 | Lut::fromColorSpaceUint8ToLinearFloatFast(unsigned char v) const |
| 229 | { |
| 230 | assert(init_); |
| 231 | |
| 232 | return fromFunc_uint8_to_float[v]; |
| 233 | } |
| 234 | |
| 235 | #ifdef DEAD_CODE |
| 236 | // It is not recommended to use this function, because the output is quantized |
no outgoing calls
no test coverage detected