Searched refs:conversionFormat (Results 1 – 2 of 2) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/ |
D | vktYCbCrUtil.cpp | 836 tcu::Interval ChannelAccess::getChannel (const tcu::FloatFormat& conversionFormat, in getChannel() argument 844 return conversionFormat.roundOut(conversionFormat.roundOut((double)bits, false) in getChannel() 845 …/ conversionFormat.roundOut((double)(m_channelSize == 32 ? ~0x0u : ((0x1u << m_channelSize) - 1u))… in getChannel() 848 return conversionFormat.roundOut((double)bits, false); in getChannel() 852 …const tcu::Interval result (conversionFormat.roundOut(conversionFormat.roundOut((double)signExtend… in getChannel() 853 … / conversionFormat.roundOut((double)((0x1u << (m_channelSize - 1u)) - 1u), false), false)); in getChannel() 859 return conversionFormat.roundOut((double)signExtend(bits, m_channelSize), false); in getChannel() 863 return conversionFormat.roundOut(tcu::Float32(bits).asFloat(), false); in getChannel() 1358 const tcu::FloatFormat& conversionFormat, in rangeExpandChroma() argument 1367 …return conversionFormat.roundOut(sample - conversionFormat.roundOut(tcu::Interval((double)(0x1u <<… in rangeExpandChroma() [all …]
|
D | vktYCbCrUtil.hpp | 145 tcu::Interval getChannel (const tcu::FloatFormat& conversionFormat, 189 const tcu::FloatFormat& conversionFormat,
|