Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiCopiesAndBlittingTests.cpp3617 const tcu::IVec4 srcBitDepth = tcu::getTextureFormatBitDepth(srcFormat); in checkNonNearestFilteredResult() local
3619 …threshold[i] = 1 + de::max( ( ( 1 << dstBitDepth[i] ) - 1 ) / de::clamp((1 << srcBitDepth[i]) - 1,… in checkNonNearestFilteredResult()
3877 const tcu::IVec4 srcBitDepth = tcu::getTextureFormatBitDepth(source.getFormat()); in intNearestBlitCompare() local
3881 precision.colorThreshold[i] = de::max(de::max(srcBitDepth[i] / 8, dstBitDepth[i] / 8), 1); in intNearestBlitCompare()
5072 const tcu::IVec4 srcBitDepth = tcu::getTextureFormatBitDepth(srcFormat); in checkNonNearestFilteredResult() local
5074 …threshold[i] = 1 + de::max(((1 << dstBitDepth[i]) - 1) / de::clamp((1 << srcBitDepth[i]) - 1, 1, 2… in checkNonNearestFilteredResult()