Home
last modified time | relevance | path

Searched refs:getCols (Results 1 – 25 of 26) sorted by relevance

12

/external/opencv3/modules/cudev/include/opencv2/cudev/grid/
Dsplit_merge.hpp69 const int cols = getCols(src); in gridMerge_()
71 CV_Assert( getRows(mask) == rows && getCols(mask) == cols ); in gridMerge_()
88 const int cols = getCols(src); in gridMerge_()
90 CV_Assert( getRows(dst) == rows && getCols(dst) == cols ); in gridMerge_()
91 CV_Assert( getRows(mask) == rows && getCols(mask) == cols ); in gridMerge_()
106 const int cols = getCols(src); in gridMerge_()
123 const int cols = getCols(src); in gridMerge_()
125 CV_Assert( getRows(dst) == rows && getCols(dst) == cols ); in gridMerge_()
140 const int cols = getCols(src); in gridSplit_()
142 CV_Assert( getRows(mask) == rows && getCols(mask) == cols ); in gridSplit_()
[all …]
Dcopy.hpp67 const int cols = getCols(src); in gridCopy_()
69 CV_Assert( getRows(mask) == rows && getCols(mask) == cols ); in gridCopy_()
80 const int cols = getCols(src); in gridCopy_()
82 CV_Assert( getRows(dst) == rows && getCols(dst) == cols ); in gridCopy_()
83 CV_Assert( getRows(mask) == rows && getCols(mask) == cols ); in gridCopy_()
92 const int cols = getCols(src); in gridCopy_()
103 const int cols = getCols(src); in gridCopy_()
105 CV_Assert( getRows(dst) == rows && getCols(dst) == cols ); in gridCopy_()
116 const int cols = getCols(src); in gridCopy_()
118 CV_Assert( getRows(mask) == rows && getCols(mask) == cols ); in gridCopy_()
[all …]
Dtransform.hpp67 const int cols = getCols(src); in gridTransformUnary_()
69 CV_Assert( getRows(mask) == rows && getCols(mask) == cols ); in gridTransformUnary_()
80 const int cols = getCols(src); in gridTransformUnary_()
82 CV_Assert( getRows(dst) == rows && getCols(dst) == cols ); in gridTransformUnary_()
83 CV_Assert( getRows(mask) == rows && getCols(mask) == cols ); in gridTransformUnary_()
92 const int cols = getCols(src); in gridTransformUnary_()
103 const int cols = getCols(src); in gridTransformUnary_()
105 CV_Assert( getRows(dst) == rows && getCols(dst) == cols ); in gridTransformUnary_()
114 const int cols = getCols(src1); in gridTransformBinary_()
116 CV_Assert( getRows(src2) == rows && getCols(src2) == cols ); in gridTransformBinary_()
[all …]
Dreduce.hpp74 const int cols = getCols(src); in gridCalcSum_()
76 CV_Assert( getRows(mask) == rows && getCols(mask) == cols ); in gridCalcSum_()
96 const int cols = getCols(src); in gridCalcSum_()
112 const int cols = getCols(src); in gridFindMinVal_()
114 CV_Assert( getRows(mask) == rows && getCols(mask) == cols ); in gridFindMinVal_()
130 const int cols = getCols(src); in gridFindMinVal_()
146 const int cols = getCols(src); in gridFindMaxVal_()
148 CV_Assert( getRows(mask) == rows && getCols(mask) == cols ); in gridFindMaxVal_()
164 const int cols = getCols(src); in gridFindMaxVal_()
181 const int cols = getCols(src); in gridFindMinMaxVal_()
[all …]
Dreduce_to_vec.hpp149 const int cols = getCols(src); in gridReduceToRow()
151 CV_Assert( getRows(mask) == rows && getCols(mask) == cols ); in gridReduceToRow()
166 const int cols = getCols(src); in gridReduceToRow()
181 const int cols = getCols(src); in gridReduceToColumn_()
183 CV_Assert( getRows(mask) == rows && getCols(mask) == cols ); in gridReduceToColumn_()
198 const int cols = getCols(src); in gridReduceToColumn_()
Dtranspose.hpp64 const int cols = getCols(src); in gridTranspose_()
75 const int cols = getCols(src); in gridTranspose_()
77 CV_Assert( getRows(dst) == cols && getCols(dst) == rows ); in gridTranspose_()
Dhistogram.hpp66 const int cols = getCols(src); in gridHistogram_()
68 CV_Assert( getRows(mask) == rows && getCols(mask) == cols ); in gridHistogram_()
86 const int cols = getCols(src); in gridHistogram_()
Dpyramids.hpp65 const int cols = getCols(src); in gridPyrDown_()
82 const int cols = getCols(src); in gridPyrUp()
Dintegral.hpp63 const int cols = getCols(src); in gridIntegral()
/external/opencv3/modules/cudev/include/opencv2/cudev/ptr2d/
Dzip.hpp121 const int cols = getCols(ptr0); in zipPtr()
123 CV_Assert( getRows(ptr1) == rows && getCols(ptr1) == cols ); in zipPtr()
138 const int cols = getCols(ptr0); in zipPtr()
140 CV_Assert( getRows(ptr1) == rows && getCols(ptr1) == cols ); in zipPtr()
141 CV_Assert( getRows(ptr2) == rows && getCols(ptr2) == cols ); in zipPtr()
156 const int cols = getCols(ptr0); in zipPtr()
158 CV_Assert( getRows(ptr1) == rows && getCols(ptr1) == cols ); in zipPtr()
159 CV_Assert( getRows(ptr2) == rows && getCols(ptr2) == cols ); in zipPtr()
160 CV_Assert( getRows(ptr3) == rows && getCols(ptr3) == cols ); in zipPtr()
Dtraits.hpp74 __host__ static int getCols(const Ptr2DSz& ptr) in getCols() function
97 __host__ int getCols(const Ptr2DSz& ptr) in getCols() function
99 return PtrTraits<Ptr2DSz>::getCols(ptr); in getCols()
Dextrapolation.hpp81 b.cols = getCols(src); in brdConstant()
139 b.cols = getCols(src); in brdReplicate()
165 b.cols = getCols(src); in brdReflect101()
191 b.cols = getCols(src); in brdReflect()
216 b.cols = getCols(src); in brdWrap()
Dderiv.hpp91 s.cols = getCols(src); in derivXPtr()
131 s.cols = getCols(src); in derivYPtr()
178 s.cols = getCols(src); in sobelXPtr()
224 s.cols = getCols(src); in sobelYPtr()
271 s.cols = getCols(src); in scharrXPtr()
317 s.cols = getCols(src); in scharrYPtr()
386 ptr.cols = getCols(src); in laplacianPtr()
Dtransform.hpp94 ptr.cols = getCols(src); in transformPtr()
135 const int cols = getCols(src1); in transformPtr()
137 CV_Assert( getRows(src2) == rows && getCols(src2) == cols ); in transformPtr()
Dremap.hpp119 const int cols = getCols(map); in remapPtr()
134 const int cols = getCols(mapx); in remapPtr()
136 CV_Assert( getRows(mapy) == rows && getCols(mapy) == cols ); in remapPtr()
Dinterpolation.hpp87 i.cols = getCols(src); in interNearest()
145 i.cols = getCols(src); in interLinear()
224 i.cols = getCols(src); in interCubic()
284 i.cols = getCols(src); in interArea()
378 i.cols = getCols(src); in interArea()
Dmask.hpp96 ptr.cols = getCols(mask) * channels; in singleMaskChannels()
Dresize.hpp96 r.cols = cv::saturate_cast<int>(getCols(src) * fx); in resizePtr()
Dlut.hpp93 ptr.cols = getCols(src); in lutPtr()
/external/opencv3/modules/cudev/include/opencv2/cudev/expr/
Dexpr.hpp87 __host__ static int getCols(const Expr<Body>& expr) in getCols() function
89 return PtrTraits<Body>::getCols(expr.body); in getCols()
/external/llvm/include/llvm/CodeGen/
DRegAllocPBQP.h46 UnsafeCols(new bool[M.getCols() - 1]()) { in MatrixMetadata()
48 unsigned* ColCounts = new unsigned[M.getCols() - 1](); in MatrixMetadata()
52 for (unsigned j = 1; j < M.getCols(); ++j) { in MatrixMetadata()
63 *std::max_element(ColCounts, ColCounts + M.getCols() - 1); in MatrixMetadata()
/external/llvm/lib/CodeGen/
DRegAllocPBQP.cpp479 assert(CostMat.getCols() == Allowed2.size() + 1 && "Size mismatch."); in addVirtRegCoalesce()
835 assert(M.getCols() != 0 && "No cols in matrix."); in dump()
837 OS << PrintNodeInfo(N2Id, *this) << ' ' << M.getCols() << " cols:\n"; in dump()
/external/llvm/include/llvm/CodeGen/PBQP/
DGraph.h418 getNodeCosts(N2Id).getLength() == Costs.getCols() && in addEdge()
444 getNodeCosts(N2Id).getLength() == Costs->getCols() && in addEdgeBypassingCostAllocator()
DMath.h231 unsigned getCols() const { in getCols() function
/external/guice/lib/build/jdiff/
Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/xml/ javax/ ...

12