Searched refs:inputTF (Results 1 – 1 of 1) sorted by relevance
159 int inputTF = getInputTF(); in needsToneMapping() local163 if (inputTF == Key::INPUT_TF_SRGB && outputTF == Key::OUTPUT_TF_LINEAR) { in needsToneMapping()166 if (inputTF == Key::INPUT_TF_LINEAR && outputTF == Key::OUTPUT_TF_SRGB) { in needsToneMapping()170 inputTF >>= Key::INPUT_TF_SHIFT; in needsToneMapping()172 return inputTF != outputTF; in needsToneMapping()