Home
last modified time | relevance | path

Searched refs:m_typeSize (Results 1 – 17 of 17) sorted by relevance

/dports/graphics/opencv/.build/3rdparty/ippicv/ippicv_lnx/iw/src/
H A Diw_image_op_copy_merge.c62 if(pSrcImage[i]->m_typeSize != pDstImage->m_typeSize) in iwiMergeChannels()
68 srcPixSize[i] = pSrcImage[i]->m_typeSize*pSrcImage[i]->m_channels; in iwiMergeChannels()
126 …pSrc, (int)srcStep[0], pDst, (int)pDstImage->m_step, _size, pDstImage->m_typeSize, pDstImage->m_ch… in iwiMergeChannels()
H A Diw_image_op_copy_split.c62 if(pSrcImage->m_typeSize != pDstImage[i]->m_typeSize) in iwiSplitChannels()
68 dstPixSize[i] = pDstImage[i]->m_typeSize*pDstImage[i]->m_channels; in iwiSplitChannels()
126 …pSrc, (int)pSrcImage->m_step, pDst, (int)dstStep[0], _size, pSrcImage->m_typeSize, pSrcImage->m_ch… in iwiSplitChannels()
H A Diw_image_op_copy.c63 …opy(pSrc, pSrcImage->m_step, pDst, pDstImage->m_step, size, pSrcImage->m_typeSize, pSrcImage->m_ch… in iwiCopy_NoMask()
83 if(pSrcImage->m_typeSize != pDstImage->m_typeSize || in iwiCopy()
155 …int)pSrcImage->m_step, pDst, (int)pDstImage->m_step, _size, pSrcImage->m_typeSize, pSrcImage->m_ch… in iwiCopy()
H A Diw_image_transform_rotate.c64 if(pSrcImage->m_typeSize != pDstImage->m_typeSize || in iwiRotate()
H A Diw_image_op_copy_channel.c46 if(pSrcImage->m_typeSize != pDstImage->m_typeSize) in iwiCopyChannel()
98 …el, pDst, (int)pDstImage->m_step, pDstImage->m_channels, dstChannel, _size, pSrcImage->m_typeSize); in iwiCopyChannel()
H A Diw_image.c161 pImage->m_typeSize = 0; in iwiImage_Init()
184 pImage->m_typeSize = iwTypeToSize(dataType); in iwiImage_InitExternal()
185 if(!pImage->m_typeSize) in iwiImage_InitExternal()
222 pImage->m_typeSize = iwTypeToSize(dataType); in iwiImage_InitExternalConst()
223 if(!pImage->m_typeSize) in iwiImage_InitExternalConst()
263 pImage->m_typeSize = iwTypeToSize(dataType); in iwiImage_Alloc()
264 if(!pImage->m_typeSize) in iwiImage_Alloc()
283 step = allocSize.width*pImage->m_typeSize*pImage->m_channels; in iwiImage_Alloc()
328 …8u*)pImage->m_ptr) + pImage->m_step*y + x*pImage->m_typeSize*pImage->m_channels + ch*pImage->m_typ… in iwiImage_GetPtr()
335 …Image->m_ptrConst) + pImage->m_step*y + x*pImage->m_typeSize*pImage->m_channels + ch*pImage->m_typ… in iwiImage_GetPtrConst()
[all …]
H A Diw_image_transform_mirror.c38 if(pSrcImage->m_typeSize != pDstImage->m_typeSize || in iwiMirror()
191 …int)pSrcImage->m_step, pDst, (int)pDstImage->m_step, _size, pSrcImage->m_typeSize, pSrcImage->m_ch… in llwiMirror_Wrap()
H A Diw_image_transform_warpaffine.c57 if(pSrcImage->m_typeSize != pDstImage->m_typeSize || in iwiWarpAffine()
H A Diw_image_filter_general.c49 if((pKernel->m_step && pKernel->m_size.width*pKernel->m_typeSize != pKernel->m_step)) in iwiFilter()
H A Diw_image_op_copy_make_border.c40 if(pSrcImage->m_typeSize != pDstImage->m_typeSize || in iwiCreateBorder()
H A Diw_image_op_scale.c83 if(hasScale && (pDstImage->m_typeSize >= 4 && pDstImage->m_dataType != ipp32f)) in iwiScale()
/dports/math/pdal/PDAL-2.3.0/plugins/rdb/io/
H A DRdbPointcloud.cpp57 m_typeSize(typeSize(type)) in AttributeBuffer()
65 data.resize(m_typeSize * size); in resize()
71 return &data[m_typeSize * index]; in at()
H A DRdbPointcloud.hpp137 const size_t m_typeSize; member
/dports/science/chrono/chrono-7.0.1/src/chrono_synchrono/communication/dds/idl/
H A DSynDDSMessagePubSubTypes.cxx36 m_typeSize = static_cast<uint32_t>(type_size) + 4; /*encapsulation*/ in SynDDSMessagePubSubType()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmTypeTests.cpp872 deUint32 m_typeSize; member in vkt::SpirVAssembly::SpvAsmTypeTests
893 , m_typeSize (typeSize) in SpvAsmTypeTests()
1068 const T shift = data[elemNdx2] & static_cast<T>(m_typeSize - 1u); in combine()
1168 bitCount = static_cast<T>(m_rnd.getUint32() & (m_typeSize - 1u)); in combine()
1172 if ((deUint32)(bitOffset + bitCount) > m_typeSize) in combine()
1173 bitCount = static_cast<T>(m_typeSize - bitOffset); in combine()
1281 bitCount = static_cast<T>(m_rnd.getUint32() & (m_typeSize - 1u)); in combine()
1285 if ((deUint32)(bitOffset + bitCount) > m_typeSize) in combine()
1286 bitCount -= bitOffset + bitCount - static_cast<T>(m_typeSize); in combine()
2330 specs["typesize"] = de::toString(m_typeSize / 8); in createSwitchTests()
[all …]
/dports/graphics/opencv/.build/3rdparty/ippicv/ippicv_lnx/iw/include/iw/
H A Diw_image.h139 int m_typeSize; // Size of image pixel type in bytes member
/dports/graphics/opencv/opencv-4.5.3/modules/core/include/opencv2/core/
H A Dprivate.hpp476 …return ippiSuggestThreadsNum(image.m_size.width, image.m_size.height, image.m_typeSize*image.m_cha… in ippiSuggestThreadsNum()