/external/llvm/lib/Analysis/ |
Delinearization.cpp | 113 if (Subscripts.size() == 0 || Sizes.size() == 0 || 114 Subscripts.size() != Sizes.size()) { 121 int Size = Subscripts.size(); 122 for (int i = 0; i < Size - 1; i++) 124 O << " with elements of " << *Sizes[Size - 1] << " bytes.\n"; 127 for (int i = 0; i < Size; i++)
|
/external/llvm/lib/Object/ |
SymbolSize.cpp | 71 uint64_t Size = Sec.getSize(); 73 {O.symbol_end(), Address + Size, 0, getSectionID(O, Sec)}); 77 // Compute the size as the gap to the next symbol 78 for (unsigned I = 0, N = Addresses.size() - 1; I < N; ++I) { 83 // If multiple symbol have the same address, give both the same size. 88 uint64_t Size = Addresses[NextI].Address - P.Address; 89 P.Address = Size;
|
/external/llvm/lib/Target/Mips/ |
Mips16RegisterInfo.h | 38 const TargetRegisterClass *intRegClass(unsigned Size) const override;
|
/external/llvm/lib/Target/SystemZ/MCTargetDesc/ |
SystemZMCAsmBackend.cpp | 92 unsigned Size = (getFixupKindInfo(Kind).TargetSize + 7) / 8; 94 assert(Offset + Size <= DataSize && "Invalid fixup offset!"); 96 // Big-endian insertion of Size bytes. 98 unsigned ShiftValue = (Size * 8) - 8; 99 for (unsigned I = 0; I != Size; ++I) {
|
/external/lzma/CPP/7zip/UI/Common/ |
UpdateCallback.cpp | 54 STDMETHODIMP CArchiveUpdateCallback::SetTotal(UInt64 size)
57 return Callback->SetTotal(size);
173 *dataSize = (UInt32)buf.Size();
228 *dataSize = (UInt32)buf.Size();
239 if (buf->Size() == 0)
241 if (buf->Size() != 0)
244 *dataSize = (UInt32)buf->Size();
268 if (i + 1 >= partsFrom.Size() ||
269 i + 1 >= partsTo.Size())
287 for (k = i + 1; k < partsFrom.Size(); k++) [all...] |
/external/lzma/CPP/Common/ |
Wildcard.cpp | 191 M = MaskParts.Size();
192 N = TestNameParts.Size();
208 return ForFile && ForDir && WildcardMatching && PathParts.Size() == 1 && PathParts.Front() == L"*";
215 int delta = (int)pathParts.Size() - (int)PathParts.Size();
244 for (i = 0; i < PathParts.Size(); i++)
257 if (i == PathParts.Size())
268 IncludeItems.Size() != 1)
291 if (item.PathParts.Size() <= 1)
293 if (item.PathParts.Size() != 0 && item.WildcardMatching) [all...] |
/external/opencv3/modules/core/perf/ |
perf_bitwise.cpp | 15 Size sz = get<0>(GetParam()); 31 Size sz = get<0>(GetParam()); 47 Size sz = get<0>(GetParam()); 63 Size sz = get<0>(GetParam());
|
perf_mat.cpp | 15 Size size = get<0>(GetParam()); local 17 Mat diagonalMatrix(size.height, size.width, type); 21 int runs = (size.width <= 640) ? 15 : 5; 24 diagonalMatrix = Mat::eye(size, type); 36 Size size = get<0>(GetParam()); local 38 Mat zeroMatrix(size.height, size.width, type) 57 Size size = get<0>(GetParam()); local 79 Size size = get<0>(GetParam()); local [all...] |
/external/opencv3/modules/core/test/ |
test_misc.cpp | 9 static void create(OutputArray arr, Size submatSize, int type) 16 Mat mat(Size(512, 512), CV_8U); 17 Size submatSize = Size(256, 256);
|
/external/opencv3/modules/cudaarithm/test/ |
test_core.cpp | 52 PARAM_TEST_CASE(Merge, cv::cuda::DeviceInfo, cv::Size, MatDepth, Channels, UseRoi) 55 cv::Size size; local 63 size = GET_PARAM(1); 77 src.push_back(cv::Mat(size, depth, cv::Scalar::all(i))); 117 PARAM_TEST_CASE(Split, cv::cuda::DeviceInfo, cv::Size, MatDepth, Channels, UseRoi) 120 cv::Size size; local 130 size = GET_PARAM(1); 143 cv::Mat src = randomMat(size, type) 187 cv::Size size; local 252 cv::Size size; local 306 cv::Size size; local 370 cv::Size size; local [all...] |
/external/opencv3/modules/cudacodec/include/opencv2/ |
cudacodec.hpp | 142 Callback must allocate buffer for CUDA encoder and return pointer to it and it's size. 148 virtual void releaseBitStream(unsigned char* data, int size) = 0; 185 The method write the specified image to video file. The image must have the same size and the same 196 @param frameSize Size of the input video frames. 205 CV_EXPORTS Ptr<VideoWriter> createVideoWriter(const String& fileName, Size frameSize, double fps, SurfaceFormat format = SF_BGR); 208 @param frameSize Size of the input video frames. 215 CV_EXPORTS Ptr<VideoWriter> createVideoWriter(const String& fileName, Size frameSize, double fps, const EncoderParams& params, SurfaceFormat format = SF_BGR); 220 @param frameSize Size of the input video frames. 226 CV_EXPORTS Ptr<VideoWriter> createVideoWriter(const Ptr<EncoderCallBack>& encoderCallback, Size frameSize, double fps, SurfaceFormat format = SF_BGR); 230 @param frameSize Size of the input video frames [all...] |
/external/opencv3/modules/cudafilters/include/opencv2/ |
cudafilters.hpp | 94 @param ksize Kernel size. 102 CV_EXPORTS Ptr<Filter> createBoxFilter(int srcType, int dstType, Size ksize, Point anchor = Point(-1,-1), 130 @param ksize Aperture size used to compute the second-derivative filters (see getDerivKernels). It 149 @param rowKernel Horizontal filter coefficients. Support kernels with size \<= 32 . 150 @param columnKernel Vertical filter coefficients. Support kernels with size \<= 32 . 171 @param ksize Aperture size. See getDerivKernels for details. 190 @param ksize Size of the extended Sobel kernel. Possible values are 1, 3, 5 or 7. 226 @param ksize Aperture size. See getGaussianKernel for details. 236 CV_EXPORTS Ptr<Filter> createGaussianFilter(int srcType, int dstType, Size ksize, 269 @param ksize Kernel size [all...] |
/external/opencv3/modules/cudev/include/opencv2/cudev/ptr2d/ |
warping.hpp | 86 __host__ static AffineMapPtrSz affineMap(Size dstSize, const GpuMat_<float>& warpMat) 100 warpAffinePtr(const SrcPtr& src, Size dstSize, const GpuMat_<float>& warpMat) 134 __host__ static PerspectiveMapPtrSz perspectiveMap(Size dstSize, const GpuMat_<float>& warpMat) 148 warpPerspectivePtr(const SrcPtr& src, Size dstSize, const GpuMat_<float>& warpMat)
|
/external/opencv3/modules/imgproc/perf/opencl/ |
perf_accumulate.cpp | 62 const Size srcSize = get<0>(params); 83 const Size srcSize = get<0>(params); 104 const Size srcSize = get<0>(params); 125 const Size srcSize = get<0>(params);
|
/external/opencv3/modules/imgproc/perf/ |
perf_integral.cpp | 9 typedef std::tr1::tuple<Size, MatType, MatDepth> Size_MatType_OutMatDepth_t; 20 Size sz = get<0>(GetParam()); 42 Size sz = get<0>(GetParam()); 67 Size sz = get<0>(GetParam());
|
/external/opencv3/modules/imgproc/test/ocl/ |
test_sepfilter2D.cpp | 78 Size ksize = randomSize(kernelMinSize, kernelMaxSize); 84 Mat temp = randomMat(Size(ksize.width, 1), CV_MAKE_TYPE(CV_32F, 1), -MAX_VALUE, MAX_VALUE); 86 temp = randomMat(Size(1, ksize.height), CV_MAKE_TYPE(CV_32F, 1), -MAX_VALUE, MAX_VALUE); 89 Size roiSize = randomSize(ksize.width, MAX_VALUE, ksize.height, MAX_VALUE);
|
/external/opencv3/modules/java/src/ |
videoio+VideoCapture.java | 195 public java.util.List<org.opencv.core.Size> getSupportedPreviewSizes() 198 java.util.List<org.opencv.core.Size> sizes = new java.util.ArrayList<org.opencv.core.Size>(sizes_str.length); 202 sizes.add(new org.opencv.core.Size(Double.parseDouble(wh[0]), Double.parseDouble(wh[1])));
|
/external/opencv3/modules/objdetect/test/ |
test_cascadeandhog.cpp | 121 if( fn[DETECTOR_NAMES].size() != 0 ) 132 test_case_count = (int)detectorNames.size(); 136 if( fn[IMAGE_FILENAMES].size() != 0 ) 197 assert( detectorNames.size() == detectorFilenames.size() ); 247 if ( test_case_count <= 0 || imageFilenames.size() <= 0 ) 262 for( int ii = 0; ii < (int)imageFilenames.size(); ++ii ) 301 assert( imageFilenames.size() == objects.size() ); 308 Size imgSize = images[imageIdx].size() [all...] |
/external/opencv3/modules/stitching/include/opencv2/stitching/detail/ |
matchers.hpp | 65 Size img_size; 125 OrbFeaturesFinder(Size _grid_size = Size(3,1), int nfeatures=1500, float scaleFactor=1.3f, int nlevels=5); 131 Size grid_size;
|
util.hpp | 115 std::vector<int> size; member in class:cv::detail::DisjointSets 140 int numVertices() const { return static_cast<int>(edges_.size()); } 153 CV_EXPORTS bool overlapRoi(Point tl1, Point tl2, Size sz1, Size sz2, Rect &roi); 155 CV_EXPORTS Rect resultRoi(const std::vector<Point> &corners, const std::vector<Size> &sizes); 156 CV_EXPORTS Rect resultRoiIntersection(const std::vector<Point> &corners, const std::vector<Size> &sizes); 159 // Returns random 'count' element subset of the {0,1,...,size-1} set 160 CV_EXPORTS void selectRandomSubset(int count, int size, std::vector<int> &subset);
|
/external/opencv3/modules/videostab/include/opencv2/videostab/ |
optical_flow.hpp | 82 PyrLkOptFlowEstimatorBase() { setWinSize(Size(21, 21)); setMaxLevel(3); } 84 virtual void setWinSize(Size val) { winSize_ = val; } 85 virtual Size winSize() const { return winSize_; } 92 Size winSize_;
|
/external/opencv3/samples/android/hello-android/ |
main.cpp | 16 Size textsize = getTextSize(message, FONT_HERSHEY_COMPLEX, 3, 5, 0);
|
/external/opencv3/samples/cpp/tutorial_code/ImgTrans/ |
Laplace_Demo.cpp | 35 GaussianBlur( src, src, Size(3,3), 0, 0, BORDER_DEFAULT );
|
/external/opencv3/samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/ |
Direct3DBase.h | 35 Windows::Foundation::Size m_renderTargetSize;
|
/external/opencv3/samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/ |
Direct3DBase.h | 35 Windows::Foundation::Size m_renderTargetSize;
|