Home
last modified time | relevance | path

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

/external/dng_sdk/source/
Ddng_lossless_jpeg.h60 uint32 srcBitDepth,
Ddng_lossless_jpeg.cpp2641 uint32 srcBitDepth,
2692 uint32 srcBitDepth, in dng_lossless_encoder() argument
2701 , fSrcBitDepth (srcBitDepth) in dng_lossless_encoder()
3759 uint32 srcBitDepth, in EncodeLosslessJPEG() argument
3769 srcBitDepth, in EncodeLosslessJPEG()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiCopiesAndBlittingTests.cpp2826 const tcu::IVec4 srcBitDepth = tcu::getTextureFormatBitDepth(srcFormat); in checkNonNearestFilteredResult() local
2828 …threshold[i] = 1 + de::max( ( ( 1 << dstBitDepth[i] ) - 1 ) / de::clamp((1 << srcBitDepth[i]) - 1,… in checkNonNearestFilteredResult()
2990 const tcu::IVec4 srcBitDepth = tcu::getTextureFormatBitDepth(source.getFormat()); in intNearestBlitCompare() local
2994 precision.colorThreshold[i] = de::max(de::max(srcBitDepth[i] / 8, dstBitDepth[i] / 8), 1); in intNearestBlitCompare()
3907 const tcu::IVec4 srcBitDepth = tcu::getTextureFormatBitDepth(srcFormat); in checkNonNearestFilteredResult() local
3909 …threshold[i] = 1 + de::max(((1 << dstBitDepth[i]) - 1) / de::clamp((1 << srcBitDepth[i]) - 1, 1, 2… in checkNonNearestFilteredResult()