Lines Matching refs:bitDepth
1362 const tcu::UVec4& bitDepth,
1377 output[0] = clampMaybe(rangeExpandChroma(range, conversionFormat[0], bitDepth[0], input[0]), -0.5, 0.5);
1378 output[1] = clampMaybe(rangeExpandLuma(range, conversionFormat[1], bitDepth[1], input[1]), 0.0, 1.0);
1379 output[2] = clampMaybe(rangeExpandChroma(range, conversionFormat[2], bitDepth[2], input[2]), -0.5, 0.5);
1388 const tcu::Interval y (rangeExpandLuma(range, conversionFormat[1], bitDepth[1], input[1]));
1389 const tcu::Interval cr (rangeExpandChroma(range, conversionFormat[0], bitDepth[0], input[0]));
1390 const tcu::Interval cb (rangeExpandChroma(range, conversionFormat[2], bitDepth[2], input[2]));
1671 const UVec4& bitDepth,
1790 convertColor(colorModel, range, conversionFormat, bitDepth, srcColor, dstColor);
1832 convertColor(colorModel, range, conversionFormat, bitDepth, srcColor, dstColor);
1904 convertColor(colorModel, range, conversionFormat, bitDepth, srcColor, dstColor);
1945 convertColor(colorModel, range, conversionFormat, bitDepth, srcColor, dstColor);