Searched refs:srcBitDepth (Results 1 – 3 of 3) sorted by relevance
/external/dng_sdk/source/ |
D | dng_lossless_jpeg.h | 60 uint32 srcBitDepth,
|
D | dng_lossless_jpeg.cpp | 2641 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/ |
D | vktApiCopiesAndBlittingTests.cpp | 2826 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()
|