Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrUtil.cpp1311 tcu::Interval clampMaybe (const tcu::Interval& x, in clampMaybe() function
1346 …output[0] = clampMaybe(rangeExpandChroma(range, conversionFormat[0], bitDepth[0], input[0]), -0.5,… in convertColor()
1347 …output[1] = clampMaybe(rangeExpandLuma(range, conversionFormat[1], bitDepth[1], input[1]), 0.0, 1.… in convertColor()
1348 …output[2] = clampMaybe(rangeExpandChroma(range, conversionFormat[2], bitDepth[2], input[2]), -0.5,… in convertColor()
1361 const tcu::Interval yClamped (clampMaybe(y, 0.0, 1.0)); in convertColor()
1362 const tcu::Interval crClamped (clampMaybe(cr, -0.5, 0.5)); in convertColor()
1363 const tcu::Interval cbClamped (clampMaybe(cb, -0.5, 0.5)); in convertColor()
1394 output[ndx] = clampMaybe(output[ndx], 0.0, 1.0); in convertColor()