Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrUtil.cpp1413 tcu::Interval clampMaybe (const tcu::Interval& x, in clampMaybe() function
1448 …output[0] = clampMaybe(rangeExpandChroma(range, conversionFormat, bitDepth[0], input[0]), -0.5, 0.… in convertColor()
1449 … output[1] = clampMaybe(rangeExpandLuma(range, conversionFormat, bitDepth[1], input[1]), 0.0, 1.0); in convertColor()
1450 …output[2] = clampMaybe(rangeExpandChroma(range, conversionFormat, bitDepth[2], input[2]), -0.5, 0.… in convertColor()
1461 const tcu::Interval yClamped (clampMaybe(y, 0.0, 1.0)); in convertColor()
1462 const tcu::Interval crClamped (clampMaybe(cr, -0.5, 0.5)); in convertColor()
1463 const tcu::Interval cbClamped (clampMaybe(cb, -0.5, 0.5)); in convertColor()
1478 const tcu::Interval yClamped (clampMaybe(y, 0.0, 1.0)); in convertColor()
1479 const tcu::Interval crClamped (clampMaybe(cr, -0.5, 0.5)); in convertColor()
1480 const tcu::Interval cbClamped (clampMaybe(cb, -0.5, 0.5)); in convertColor()
[all …]