Home
last modified time | relevance | path

Searched refs:getRows (Results 1 – 25 of 34) sorted by relevance

12

/external/opencv3/modules/cudev/include/opencv2/cudev/grid/
Dsplit_merge.hpp68 const int rows = getRows(src); in gridMerge_()
71 CV_Assert( getRows(mask) == rows && getCols(mask) == cols ); in gridMerge_()
87 const int rows = getRows(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_()
105 const int rows = getRows(src); in gridMerge_()
122 const int rows = getRows(src); in gridMerge_()
125 CV_Assert( getRows(dst) == rows && getCols(dst) == cols ); in gridMerge_()
139 const int rows = getRows(src); in gridSplit_()
142 CV_Assert( getRows(mask) == rows && getCols(mask) == cols ); in gridSplit_()
[all …]
Dcopy.hpp66 const int rows = getRows(src); in gridCopy_()
69 CV_Assert( getRows(mask) == rows && getCols(mask) == cols ); in gridCopy_()
79 const int rows = getRows(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_()
91 const int rows = getRows(src); in gridCopy_()
102 const int rows = getRows(src); in gridCopy_()
105 CV_Assert( getRows(dst) == rows && getCols(dst) == cols ); in gridCopy_()
115 const int rows = getRows(src); in gridCopy_()
118 CV_Assert( getRows(mask) == rows && getCols(mask) == cols ); in gridCopy_()
[all …]
Dtransform.hpp66 const int rows = getRows(src); in gridTransformUnary_()
69 CV_Assert( getRows(mask) == rows && getCols(mask) == cols ); in gridTransformUnary_()
79 const int rows = getRows(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_()
91 const int rows = getRows(src); in gridTransformUnary_()
102 const int rows = getRows(src); in gridTransformUnary_()
105 CV_Assert( getRows(dst) == rows && getCols(dst) == cols ); in gridTransformUnary_()
113 const int rows = getRows(src1); in gridTransformBinary_()
116 CV_Assert( getRows(src2) == rows && getCols(src2) == cols ); in gridTransformBinary_()
[all …]
Dreduce.hpp73 const int rows = getRows(src); in gridCalcSum_()
76 CV_Assert( getRows(mask) == rows && getCols(mask) == cols ); in gridCalcSum_()
95 const int rows = getRows(src); in gridCalcSum_()
111 const int rows = getRows(src); in gridFindMinVal_()
114 CV_Assert( getRows(mask) == rows && getCols(mask) == cols ); in gridFindMinVal_()
129 const int rows = getRows(src); in gridFindMinVal_()
145 const int rows = getRows(src); in gridFindMaxVal_()
148 CV_Assert( getRows(mask) == rows && getCols(mask) == cols ); in gridFindMaxVal_()
163 const int rows = getRows(src); in gridFindMaxVal_()
180 const int rows = getRows(src); in gridFindMinMaxVal_()
[all …]
Dreduce_to_vec.hpp148 const int rows = getRows(src); in gridReduceToRow()
151 CV_Assert( getRows(mask) == rows && getCols(mask) == cols ); in gridReduceToRow()
165 const int rows = getRows(src); in gridReduceToRow()
180 const int rows = getRows(src); in gridReduceToColumn_()
183 CV_Assert( getRows(mask) == rows && getCols(mask) == cols ); in gridReduceToColumn_()
197 const int rows = getRows(src); in gridReduceToColumn_()
Dtranspose.hpp63 const int rows = getRows(src); in gridTranspose_()
74 const int rows = getRows(src); in gridTranspose_()
77 CV_Assert( getRows(dst) == cols && getCols(dst) == rows ); in gridTranspose_()
Dhistogram.hpp65 const int rows = getRows(src); in gridHistogram_()
68 CV_Assert( getRows(mask) == rows && getCols(mask) == cols ); in gridHistogram_()
85 const int rows = getRows(src); in gridHistogram_()
Dpyramids.hpp64 const int rows = getRows(src); in gridPyrDown_()
81 const int rows = getRows(src); in gridPyrUp()
Dintegral.hpp62 const int rows = getRows(src); in gridIntegral()
/external/opencv3/modules/cudev/include/opencv2/cudev/ptr2d/
Dzip.hpp120 const int rows = getRows(ptr0); in zipPtr()
123 CV_Assert( getRows(ptr1) == rows && getCols(ptr1) == cols ); in zipPtr()
137 const int rows = getRows(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()
155 const int rows = getRows(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.hpp69 __host__ static int getRows(const Ptr2DSz& ptr) in getRows() function
91 __host__ int getRows(const Ptr2DSz& ptr) in getRows() function
93 return PtrTraits<Ptr2DSz>::getRows(ptr); in getRows()
Dextrapolation.hpp80 b.rows = getRows(src); in brdConstant()
138 b.rows = getRows(src); in brdReplicate()
164 b.rows = getRows(src); in brdReflect101()
190 b.rows = getRows(src); in brdReflect()
215 b.rows = getRows(src); in brdWrap()
Dderiv.hpp90 s.rows = getRows(src); in derivXPtr()
130 s.rows = getRows(src); in derivYPtr()
177 s.rows = getRows(src); in sobelXPtr()
223 s.rows = getRows(src); in sobelYPtr()
270 s.rows = getRows(src); in scharrXPtr()
316 s.rows = getRows(src); in scharrYPtr()
385 ptr.rows = getRows(src); in laplacianPtr()
Dtransform.hpp93 ptr.rows = getRows(src); in transformPtr()
134 const int rows = getRows(src1); in transformPtr()
137 CV_Assert( getRows(src2) == rows && getCols(src2) == cols ); in transformPtr()
Dremap.hpp118 const int rows = getRows(map); in remapPtr()
133 const int rows = getRows(mapx); in remapPtr()
136 CV_Assert( getRows(mapy) == rows && getCols(mapy) == cols ); in remapPtr()
Dinterpolation.hpp86 i.rows = getRows(src); in interNearest()
144 i.rows = getRows(src); in interLinear()
223 i.rows = getRows(src); in interCubic()
283 i.rows = getRows(src); in interArea()
377 i.rows = getRows(src); in interArea()
Dmask.hpp95 ptr.rows = getRows(mask); in singleMaskChannels()
Dresize.hpp95 r.rows = cv::saturate_cast<int>(getRows(src) * fy); in resizePtr()
Dlut.hpp92 ptr.rows = getRows(src); in lutPtr()
/external/opencv3/modules/cudev/include/opencv2/cudev/expr/
Dexpr.hpp82 __host__ static int getRows(const Expr<Body>& expr) in getRows() function
84 return PtrTraits<Body>::getRows(expr.body); in getRows()
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/extensions/compactnotation/
DCompactConstructorErrorsTest.java97 List<Row> rows = table.getRows(); in test4()
111 List<Row> rows = table.getRows(); in test5()
DTable.java31 public List<Row> getRows() { in getRows() method in Table
DManyListsTable.java29 public List<Row> getRows() { in getRows() method in ManyListsTable
/external/libgdx/extensions/gdx-freetype/src/com/badlogic/gdx/graphics/g2d/freetype/
DFreeType.java566 public int getRows() { in getRows() method in FreeType.Bitmap
567 return getRows(address); in getRows()
570 private static native int getRows(long bitmap); /* in getRows() method in FreeType.Bitmap
591 if (getRows() == 0) in getBuffer()
608 int width = getWidth(), rows = getRows(); in getPixmap()
/external/llvm/include/llvm/CodeGen/PBQP/
DReductionRules.h104 YLen = YXECosts->getRows(), in applyR2()
105 ZLen = ZXECosts->getRows(); in applyR2()

12