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