Home
last modified time | relevance | path

Searched defs:cols (Results 1 – 25 of 421) sorted by relevance

12345678910>>...17

/external/opencv3/modules/cudev/include/opencv2/cudev/grid/
Dsplit_merge.hpp69 const int cols = getCols(src); in gridMerge_() local
88 const int cols = getCols(src); in gridMerge_() local
106 const int cols = getCols(src); in gridMerge_() local
123 const int cols = getCols(src); in gridMerge_() local
140 const int cols = getCols(src); in gridSplit_() local
160 const int cols = getCols(src); in gridSplit_() local
180 const int cols = getCols(src); in gridSplit_() local
199 const int cols = getCols(src); in gridSplit_() local
217 const int cols = getCols(src); in gridSplit_() local
235 const int cols = getCols(src); in gridSplit_() local
[all …]
Dreduce.hpp74 const int cols = getCols(src); in gridCalcSum_() local
96 const int cols = getCols(src); in gridCalcSum_() local
112 const int cols = getCols(src); in gridFindMinVal_() local
130 const int cols = getCols(src); in gridFindMinVal_() local
146 const int cols = getCols(src); in gridFindMaxVal_() local
164 const int cols = getCols(src); in gridFindMaxVal_() local
181 const int cols = getCols(src); in gridFindMinMaxVal_() local
200 const int cols = getCols(src); in gridFindMinMaxVal_() local
213 const int cols = getCols(src); in gridMinMaxLoc_() local
234 const int cols = getCols(src); in gridMinMaxLoc_() local
[all …]
Dcopy.hpp67 const int cols = getCols(src); in gridCopy_() local
80 const int cols = getCols(src); in gridCopy_() local
92 const int cols = getCols(src); in gridCopy_() local
103 const int cols = getCols(src); in gridCopy_() local
116 const int cols = getCols(src); in gridCopy_() local
136 const int cols = getCols(src); in gridCopy_() local
155 const int cols = getCols(src); in gridCopy_() local
173 const int cols = getCols(src); in gridCopy_() local
191 const int cols = getCols(src); in gridCopy_() local
212 const int cols = getCols(src); in gridCopy_() local
[all …]
Dtransform.hpp67 const int cols = getCols(src); in gridTransformUnary_() local
80 const int cols = getCols(src); in gridTransformUnary_() local
92 const int cols = getCols(src); in gridTransformUnary_() local
103 const int cols = getCols(src); in gridTransformUnary_() local
114 const int cols = getCols(src1); in gridTransformBinary_() local
128 const int cols = getCols(src1); in gridTransformBinary_() local
141 const int cols = getCols(src1); in gridTransformBinary_() local
154 const int cols = getCols(src1); in gridTransformBinary_() local
168 const int cols = getCols(src); in gridTransformTuple_() local
189 const int cols = getCols(src); in gridTransformTuple_() local
[all …]
Dpyramids.hpp65 const int cols = getCols(src); in gridPyrDown_() local
82 const int cols = getCols(src); in gridPyrUp() local
/external/opencv3/modules/cudev/include/opencv2/cudev/grid/detail/
Dsplit_merge.hpp63 …src1, const Src2Ptr src2, GlobPtr<DstType> dst, const MaskPtr mask, const int rows, const int cols) in mergeC2()
80 …2Ptr& src2, const GlobPtr<DstType>& dst, const MaskPtr& mask, int rows, int cols, cudaStream_t str… in mergeC2()
93 …src2, const Src3Ptr src3, GlobPtr<DstType> dst, const MaskPtr mask, const int rows, const int cols) in mergeC3()
111 …3Ptr& src3, const GlobPtr<DstType>& dst, const MaskPtr& mask, int rows, int cols, cudaStream_t str… in mergeC3()
124 …src3, const Src4Ptr src4, GlobPtr<DstType> dst, const MaskPtr mask, const int rows, const int cols) in mergeC4()
143 …4Ptr& src4, const GlobPtr<DstType>& dst, const MaskPtr& mask, int rows, int cols, cudaStream_t str… in mergeC4()
187 …, GlobPtr<DstType> dst1, GlobPtr<DstType> dst2, const MaskPtr mask, const int rows, const int cols) in split()
204 …pe>& dst1, const GlobPtr<DstType>& dst2, const MaskPtr& mask, int rows, int cols, cudaStream_t str… in split()
217 …, GlobPtr<DstType> dst2, GlobPtr<DstType> dst3, const MaskPtr mask, const int rows, const int cols) in split()
235 …pe>& dst2, const GlobPtr<DstType>& dst3, const MaskPtr& mask, int rows, int cols, cudaStream_t str… in split()
[all …]
Dintegral.hpp61 __global__ void horizontal_pass(const SrcPtr src, GlobPtr<D> dst, const int cols) in horizontal_pass()
103 __global__ void horizontal_pass(const GlobPtr<T> src, GlobPtr<D> dst, const int cols) in horizontal_pass()
146 …__host__ void horizontal_pass(const SrcPtr& src, const GlobPtr<D>& dst, int rows, int cols, cudaSt… in horizontal_pass()
399 …ass_8u_shfl(const GlobPtr<uchar> src, GlobPtr<uint> integral, int rows, int cols, cudaStream_t str… in horisontal_pass_8u_shfl()
420 __global__ void vertical_pass(GlobPtr<T> integral, const int rows, const int cols) in vertical_pass()
577 __host__ void vertical_pass(const GlobPtr<T>& integral, int rows, int cols, cudaStream_t stream) in vertical_pass()
589 …__host__ void integral(const SrcPtr& src, const GlobPtr<D>& dst, int rows, int cols, cudaStream_t … in integral()
598 …integral(const GlobPtr<uchar>& src, const GlobPtr<uint>& dst, int rows, int cols, cudaStream_t str… in integral()
618 … integral(const GlobPtr<uchar>& src, const GlobPtr<int>& dst, int rows, int cols, cudaStream_t str… in integral()
Dtransform.hpp159 …rcPtr src, GlobPtr<DstType> dst, const UnOp op, const MaskPtr mask, const int rows, const int cols) in transformSimple()
171 …tr2 src2, GlobPtr<DstType> dst, const BinOp op, const MaskPtr mask, const int rows, const int cols) in transformSimple()
185 …pe> src_, GlobPtr<DstType> dst_, const UnOp op, const MaskPtr mask, const int rows, const int cols) in transformSmart()
220 …> src2_, GlobPtr<DstType> dst_, const BinOp op, const MaskPtr mask, const int rows, const int cols) in transformSmart()
348 …t GlobPtr<DstType>& dst, const UnOp& op, const MaskPtr& mask, int rows, int cols, cudaStream_t str… in transform_unary()
354 … GlobPtr<DstType>& dst, const BinOp& op, const MaskPtr& mask, int rows, int cols, cudaStream_t str… in transform_binary()
360 …t GlobPtr<DstType>& dst, const UnOp& op, const MaskPtr& mask, int rows, int cols, cudaStream_t str… in transform_unary()
366 … GlobPtr<DstType>& dst, const BinOp& op, const MaskPtr& mask, int rows, int cols, cudaStream_t str… in transform_binary()
394 … SrcPtr src, DstPtrTuple dst, const OpTuple op, const MaskPtr mask, const int rows, const int cols) in transform_tuple()
408 …nst DstPtrTuple& dst, const OpTuple& op, const MaskPtr& mask, int rows, int cols, cudaStream_t str… in transform_tuple()
Dcopy.hpp60 …id copy(const SrcPtr src, GlobPtr<DstType> dst, const MaskPtr mask, const int rows, const int cols) in copy()
72 …rcPtr& src, const GlobPtr<DstType>& dst, const MaskPtr& mask, int rows, int cols, cudaStream_t str… in copy()
105 …y_tuple(const SrcPtrTuple src, DstPtrTuple dst, const MaskPtr mask, const int rows, const int cols) in copy_tuple()
117 …rcPtrTuple& src, const DstPtrTuple& dst, const MaskPtr& mask, int rows, int cols, cudaStream_t str… in copy_tuple()
/external/dng_sdk/source/
Ddng_bottlenecks.h670 uint32 cols, in DoSetArea8()
691 uint32 cols, in DoSetArea16()
712 uint32 cols, in DoSetArea32()
735 uint32 cols, in DoCopyArea8()
762 uint32 cols, in DoCopyArea16()
789 uint32 cols, in DoCopyArea32()
816 uint32 cols, in DoCopyArea8_16()
843 uint32 cols, in DoCopyArea8_S16()
870 uint32 cols, in DoCopyArea8_32()
897 uint32 cols, in DoCopyArea16_S16()
[all …]
/external/eigen/test/
Darray.cpp20 Index cols = m.cols(); in array() local
94 Index cols = m.cols(); in comparisons() local
163 Index cols = m.cols(); in array_real() local
225 Index cols = m.cols(); in array_complex() local
244 Index cols = m.cols(); in min_max() local
Darray_for_matrix.cpp20 Index cols = m.cols(); in array_for_matrix() local
81 Index cols = m.cols(); in comparisons() local
151 Index cols = m.cols(); in cwise_min_max() local
193 Index rows = t.rows(), cols = t.cols(); in resize() local
Dproduct_trmm.cpp14 int cols=internal::random<int>(1,EIGEN_TEST_MAX_SIZE), in trmm()
64 void trmv(int rows=internal::random<int>(1,EIGEN_TEST_MAX_SIZE), int cols=internal::random<int>(1,E… in trmv()
70 void trmm(int rows=internal::random<int>(1,EIGEN_TEST_MAX_SIZE), int cols=internal::random<int>(1,E… in trmm()
/external/gemmlowp/meta/generators/
Dgemm_NxMxK_neon.py101 def GenerateZipRhs(emitter, aligned, cols, leftovers): argument
118 def MulName(result_type, lhs_add, rhs_add, rows, cols): argument
131 rows, cols, leftovers): argument
155 def GenerateQuantized8BitMul(emitter, aligned, rows, cols, leftovers): argument
180 def GenerateFullMul(emitter, result_type, aligned, rows, cols, leftovers): argument
194 def BuildName(output_type, aligned, rows, cols, leftover): argument
230 def GenerateGemm(emitter, output_type, aligned, rows, cols, leftovers): argument
/external/opencv3/modules/cudaimgproc/src/cuda/
Dblend.cu52 …__global__ void blendLinearKernel(int rows, int cols, int cn, const PtrStep<T> img1, const PtrStep… in blendLinearKernel()
70 …void blendLinearCaller(int rows, int cols, int cn, PtrStep<T> img1, PtrStep<T> img2, PtrStepf weig… in blendLinearCaller()
86 …__global__ void blendLinearKernel8UC4(int rows, int cols, const PtrStepb img1, const PtrStepb img2, in blendLinearKernel8UC4()
106 …void blendLinearCaller8UC4(int rows, int cols, PtrStepb img1, PtrStepb img2, PtrStepf weights1, Pt… in blendLinearCaller8UC4()
/external/opencv3/modules/cudev/include/opencv2/cudev/ptr2d/
Dremap.hpp94 int rows, cols; member
105 int rows, cols; member
119 const int cols = getCols(map); in remapPtr() local
134 const int cols = getCols(mapx); in remapPtr() local
Dzip.hpp110 int rows, cols; member
121 const int cols = getCols(ptr0); in zipPtr() local
138 const int cols = getCols(ptr0); in zipPtr() local
156 const int cols = getCols(ptr0); in zipPtr() local
Dderiv.hpp76 int rows, cols; member
116 int rows, cols; member
163 int rows, cols; member
209 int rows, cols; member
256 int rows, cols; member
302 int rows, cols; member
371 int rows, cols; member
/external/ceres-solver/internal/ceres/
Dcompressed_col_sparse_matrix_utils.h72 const IntegerType* cols, in SolveUpperTriangularInPlace()
93 const IntegerType* cols, in SolveUpperTriangularTransposeInPlace()
119 const IntegerType* cols, in SolveRTRWithSparseRHS()
/external/valgrind/drd/tests/
Dmatinv.c36 int cols; member
56 static elem_t* new_matrix(const int rows, const int cols) in new_matrix()
70 static void init_matrix(elem_t* const a, const int rows, const int cols) in init_matrix()
84 const elem_t* const a, const int rows, const int cols) in print_matrix()
175 const int cols = p->cols; in gj_threadfunc() local
223 static void gj(elem_t* const a, const int rows, const int cols) in gj()
/external/eigen/doc/examples/
Dclass_Block.cpp8 topLeftCorner(MatrixBase<Derived>& m, int rows, int cols) in topLeftCorner()
15 topLeftCorner(const MatrixBase<Derived>& m, int rows, int cols) in topLeftCorner()
/external/eigen/unsupported/test/
Dsvd_common.h31 Index cols = m.cols(); in svd_check_full() local
61 Index cols = m.cols(); in svd_compare_to_full() local
85 Index cols = m.cols(); in svd_solve() local
145 Index cols = m.cols(); in svd_verify_assert() local
/external/libvpx/libvpx/vp9/common/
Dvp9_idct.h30 transform_1d cols, rows; // vertical and horizontal member
37 highbd_transform_1d cols, rows; // vertical and horizontal member
/external/opencv3/samples/android/15-puzzle/src/org/opencv/samples/puzzle15/
DPuzzle15Processor.java79 int cols = inputPicture.cols(); in puzzleFrame() local
122 int cols = mRgba15.cols(); in deliverTouchEvent() local
162 private void drawGrid(int cols, int rows, Mat drawMat) { in drawGrid()
/external/opencv3/modules/flann/include/opencv2/flann/
Dmatrix.h52 size_t cols; variable
91 size_t cols; variable

12345678910>>...17