Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrUtil.cpp1357 tcu::Interval rangeExpandChroma (vk::VkSamplerYcbcrRange range, in rangeExpandChroma() function
1448 …output[0] = clampMaybe(rangeExpandChroma(range, conversionFormat, bitDepth[0], input[0]), -0.5, 0.… in convertColor()
1450 …output[2] = clampMaybe(rangeExpandChroma(range, conversionFormat, bitDepth[2], input[2]), -0.5, 0.… in convertColor()
1458 const tcu::Interval cr (rangeExpandChroma(range, conversionFormat, bitDepth[0], input[0])); in convertColor()
1459 const tcu::Interval cb (rangeExpandChroma(range, conversionFormat, bitDepth[2], input[2])); in convertColor()
1475 const tcu::Interval cr (rangeExpandChroma(range, conversionFormat, bitDepth[0], input[0])); in convertColor()
1476 const tcu::Interval cb (rangeExpandChroma(range, conversionFormat, bitDepth[2], input[2])); in convertColor()
1492 const tcu::Interval cr (rangeExpandChroma(range, conversionFormat, bitDepth[0], input[0])); in convertColor()
1493 const tcu::Interval cb (rangeExpandChroma(range, conversionFormat, bitDepth[2], input[2])); in convertColor()