Searched refs:subI (Results 1 – 2 of 2) sorted by relevance
/third_party/mindspore/mindspore/lite/java/java/fl_client/src/main/java/com/mindspore/flclient/cipher/ |
D | Masking.java | 85 int subI = byte2int(sub, 4); in getMasking() local 86 if (subI == -1) { in getMasking() 90 Float fNoise = Float.valueOf(Float.valueOf(subI) / Integer.MAX_VALUE); in getMasking()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/ |
D | vktYCbCrUtil.cpp | 1540 const int subI = offset == vk::VK_CHROMA_LOCATION_COSITED_EVEN in reconstructLinearXChromaSample() local 1547 … lookupWrapped(access, conversionFormat, addressModeU, addressModeV, tcu::IVec2(subI, j)), false)); in reconstructLinearXChromaSample() 1548 …kupWrapped(access, conversionFormat, addressModeU, addressModeV, tcu::IVec2(subI + 1, j)), false)); in reconstructLinearXChromaSample() 1562 const int subI = xOffset == vk::VK_CHROMA_LOCATION_COSITED_EVEN in reconstructLinearXYChromaSample() local 1576 …cess, conversionFormat, filteringFormat, addressModeU, addressModeV, tcu::IVec2(subI, subJ), a, b); in reconstructLinearXYChromaSample() 1731 const int subI = subsampledX ? i / 2 : i; in calculateBounds() local 1733 …rValue = lookupWrapped(rAccess, conversionFormat[0], addressModeU, addressModeV, IVec2(subI, subJ)… in calculateBounds() 1734 …bValue = lookupWrapped(bAccess, conversionFormat[2], addressModeU, addressModeV, IVec2(subI, subJ)… in calculateBounds()
|