Searched refs:BlockSize (Results 1 - 25 of 28) sorted by relevance

12

/external/opencv3/modules/cudaimgproc/test/
H A Dtest_corners.cpp54 IMPLEMENT_PARAM_CLASS(BlockSize, int);
58 PARAM_TEST_CASE(CornerHarris, cv::cuda::DeviceInfo, MatType, BorderType, BlockSize, ApertureSize)
100 testing::Values(BlockSize(3), BlockSize(5), BlockSize(7)),
106 PARAM_TEST_CASE(CornerMinEigen, cv::cuda::DeviceInfo, MatType, BorderType, BlockSize, ApertureSize)
146 testing::Values(BlockSize(3), BlockSize(5), BlockSize(7)),
/external/ceres-solver/internal/ceres/
H A Dblock_structure.h48 typedef int32 BlockSize; typedef in namespace:ceres::internal
54 BlockSize size;
/external/llvm/lib/Target/MSP430/
H A DMSP430BranchSelector.cpp69 unsigned BlockSize = 0; local
72 BlockSize += TII->GetInstSizeInBytes(MBBI);
74 BlockSizes[MBB->getNumber()] = BlockSize;
75 FuncSize += BlockSize;
/external/lzma/CS/7zip/
H A DICoder.cs99 BlockSize, enumerator in enum:SevenZip.CoderPropID
/external/llvm/tools/llvm-pdbdump/
H A Dllvm-pdbdump.cpp186 static uint64_t bytesToBlocks(uint64_t NumBytes, uint64_t BlockSize) { argument
187 return RoundUpToAlignment(NumBytes, BlockSize) / BlockSize;
190 static uint64_t blockToOffset(uint64_t BlockNumber, uint64_t BlockSize) { argument
191 return BlockNumber * BlockSize;
200 outs() << "BlockSize: " << SB->BlockSize << '\n';
209 if (SB->BlockSize % sizeof(support::ulittle32_t) != 0)
221 bytesToBlocks(SB->NumDirectoryBytes, SB->BlockSize);
229 if (NumDirectoryBlocks > SB->BlockSize / sizeo
[all...]
/external/llvm/lib/Target/PowerPC/
H A DPPCBranchSelector.cpp104 unsigned BlockSize = 0; local
107 BlockSize += TII->GetInstSizeInBytes(MBBI);
109 BlockSizes[MBB->getNumber()] = BlockSize;
110 FuncSize += BlockSize;
/external/webrtc/webrtc/modules/rtp_rtcp/source/rtcp_packet/
H A Dapp_unittest.cc38 EXPECT_EQ(header.BlockSize(), packet->Length());
H A Dextended_jitter_report_unittest.cc33 EXPECT_EQ(header.BlockSize(), packet->Length());
H A Dnack_unittest.cc62 EXPECT_EQ(kPacketLength, header.BlockSize());
89 EXPECT_EQ(kWrapPacketLength, header.BlockSize());
143 EXPECT_EQ(length, header.BlockSize());
H A Dsli_unittest.cc49 EXPECT_EQ(length, header.BlockSize());
H A Dbye_unittest.cc39 EXPECT_EQ(header.BlockSize(), packet->Length());
H A Dreceiver_report_unittest.cc47 EXPECT_EQ(header.BlockSize(), packet->Length());
/external/eigen/Eigen/src/Core/products/
H A DGeneralMatrixMatrixTriangular.h123 // - the current destination block is processed per panel of actual_mc x BlockSize
124 // where BlockSize is set to the minimal value allowing gebp to be as fast as possible
137 BlockSize = EIGEN_PLAIN_ENUM_MAX(mr,nr) enumerator in enum:Eigen::internal::tribb_kernel::__anon5067
142 Matrix<ResScalar,BlockSize,BlockSize,ColMajor> buffer;
144 // let's process the block per panel of actual_mc x BlockSize,
146 for (Index j=0; j<size; j+=BlockSize)
148 Index actualBlockSize = std::min<Index>(BlockSize,size - j);
160 gebp_kernel(buffer.data(), BlockSize, blockA+depth*i, actual_b, actualBlockSize, depth, actualBlockSize, alpha,
/external/pdfium/third_party/lcms2-2.6/src/
H A Dcmscgats.c113 cmsUInt32Number BlockSize; member in struct:_SubAllocator
1077 cmsUInt32Number Free = it8 ->Allocator.BlockSize - it8 ->Allocator.Used;
1084 if (it8 -> Allocator.BlockSize == 0)
1086 it8 -> Allocator.BlockSize = 20*1024;
1088 it8 ->Allocator.BlockSize *= 2;
1090 if (it8 ->Allocator.BlockSize < size)
1091 it8 ->Allocator.BlockSize = size;
1094 it8 ->Allocator.Block = (cmsUInt8Number*) AllocBigBlock(it8, it8 ->Allocator.BlockSize);
1298 it8->Allocator.BlockSize = 0;
H A Dcmserr.c379 chunk ->BlockSize = Initial;
428 cmsUInt32Number Free = sub -> h ->BlockSize - sub -> h -> Used;
439 newSize = sub -> h ->BlockSize * 2;
H A Dlcms2_internal.h367 cmsUInt32Number BlockSize; member in struct:_cmsSubAllocator_chunk_st
/external/clang/lib/CodeGen/
H A DCGBlocks.h232 CharUnits BlockSize; member in class:clang::CodeGen::CGBlockInfo
H A DCGBlocks.cpp99 blockInfo.BlockSize.getQuantity()));
302 info.BlockSize = 3 * CGM.getPointerSize() + 2 * CGM.getIntSize();
454 info.BlockHeaderForcedGapOffset = info.BlockSize;
457 CharUnits &blockSize = info.BlockSize;
/external/webrtc/webrtc/modules/rtp_rtcp/source/
H A Drtcp_utility.h325 uint32_t BlockSize() const { function in struct:webrtc::RTCPUtility::RtcpCommonHeader
H A Drtcp_utility.cc175 _ptrRTCPBlockEnd = _ptrRTCPData + header.BlockSize();
1692 _ptrBlock += _header.BlockSize();
/external/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h518 support::ulittle32_t BlockSize; member in struct:llvm::PDB_Checksum::PDB_Machine::PDB_Lang::PDB_BuiltinType::PDB_MemberAccess::PDB::SuperBlock
522 // practice, NumBlocks * BlockSize is equivalent to the size of the PDB file.
/external/webrtc/webrtc/call/
H A Drtc_event_log.cc383 uint32_t block_size = header.BlockSize();
/external/llvm/include/llvm/Object/
H A DCOFF.h542 support::ulittle32_t BlockSize; member in struct:llvm::object::coff_base_reloc_block_header
/external/llvm/lib/Object/
H A DCOFFObjectFile.cpp1406 // Header->BlockSize is the size of the current block, including the
1410 if (Size == Header->BlockSize) {
/external/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp5100 static bool isREVMask(ArrayRef<int> M, EVT VT, unsigned BlockSize) { argument
5101 assert((BlockSize == 16 || BlockSize == 32 || BlockSize == 64) &&
5112 BlockElts = BlockSize / EltSz;
5114 if (BlockSize <= EltSz || BlockSize != BlockElts * EltSz)

Completed in 668 milliseconds

12