Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrUtil.cpp1586 tcu::Interval linearInterpolate (const tcu::FloatFormat& filteringFormat, in linearInterpolate() argument
1605 const tcu::Interval weightA (filteringFormat.roundOut((ndx % 2) == 0 ? (1.0 - a) : a, false)); in linearInterpolate()
1606 const tcu::Interval weightB (filteringFormat.roundOut((ndx / 2) == 0 ? (1.0 - b) : b, false)); in linearInterpolate()
1607 const tcu::Interval weight (filteringFormat.roundOut(weightA * weightB, false)); in linearInterpolate()
1609 …result = filteringFormat.roundOut(result + filteringFormat.roundOut(p[ndx] * weight, false), false… in linearInterpolate()
1627 const tcu::FloatFormat& filteringFormat, in linearSample() argument
1634 return linearInterpolate(filteringFormat, a, b, in linearSample()
1641 tcu::Interval reconstructLinearXChromaSample (const tcu::FloatFormat& filteringFormat, in reconstructLinearXChromaSample() argument
1658 …const tcu::Interval a (filteringFormat.roundOut(0.5 * lookupWrapped(access, conversionFormat, addr… in reconstructLinearXChromaSample()
1659 …const tcu::Interval b (filteringFormat.roundOut(0.5 * lookupWrapped(access, conversionFormat, addr… in reconstructLinearXChromaSample()
[all …]
DvktYCbCrUtil.hpp188 const tcu::FloatFormat& filteringFormat,