Home
last modified time | relevance | path

Searched refs:rangeExpandLuma (Results 1 – 1 of 1) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrUtil.cpp1283 tcu::Interval rangeExpandLuma (vk::VkSamplerYcbcrRange range, in rangeExpandLuma() function
1347 …output[1] = clampMaybe(rangeExpandLuma(range, conversionFormat[1], bitDepth[1], input[1]), 0.0, 1.… in convertColor()
1357 const tcu::Interval y (rangeExpandLuma(range, conversionFormat[1], bitDepth[1], input[1])); in convertColor()