Searched defs:astep (Results 1 – 6 of 6) sorted by relevance
/external/opencv3/modules/hal/src/ |
D | matrix.cpp | 52 LUImpl(_Tp* A, size_t astep, int m, _Tp* b, size_t bstep, int n, _Tp eps) in LUImpl() 112 int LU(float* A, size_t astep, int m, float* b, size_t bstep, int n) in LU() 118 int LU(double* A, size_t astep, int m, double* b, size_t bstep, int n) in LU() 125 CholImpl(_Tp* A, size_t astep, int m, _Tp* b, size_t bstep, int n) in CholImpl() 198 bool Cholesky(float* A, size_t astep, int m, float* b, size_t bstep, int n) in Cholesky() 203 bool Cholesky(double* A, size_t astep, int m, double* b, size_t bstep, int n) in Cholesky()
|
/external/opencv3/modules/core/src/ |
D | lapack.cpp | 53 int LU(float* A, size_t astep, int m, float* b, size_t bstep, int n) in LU() 58 int LU(double* A, size_t astep, int m, double* b, size_t bstep, int n) in LU() 63 bool Cholesky(float* A, size_t astep, int m, float* b, size_t bstep, int n) in Cholesky() 68 bool Cholesky(double* A, size_t astep, int m, double* b, size_t bstep, int n) in Cholesky() 92 JacobiImpl_( _Tp* A, size_t astep, _Tp* W, _Tp* V, size_t vstep, int n, uchar* buf ) in JacobiImpl_() 393 JacobiSVDImpl_(_Tp* At, size_t astep, _Tp* _W, _Tp* Vt, size_t vstep, in JacobiSVDImpl_() 571 static void JacobiSVD(float* At, size_t astep, float* W, float* Vt, size_t vstep, int m, int n, int… in JacobiSVD() 576 static void JacobiSVD(double* At, size_t astep, double* W, double* Vt, size_t vstep, int m, int n, … in JacobiSVD() 1202 size_t astep = method == DECOMP_SVD && !is_normal ? alignSize(m*esz, 16) : vstep; in solve() local 1342 size_t elemSize = src.elemSize(), astep = alignSize(n*elemSize, 16); in eigen() local [all …]
|
/external/opencv3/modules/cudev/include/opencv2/cudev/ptr2d/detail/ |
D | gpumat.hpp | 113 __host__ GpuMat_<T>::GpuMat_(int arows, int acols, T* adata, size_t astep) in GpuMat_() 119 __host__ GpuMat_<T>::GpuMat_(Size asize, T* adata, size_t astep) in GpuMat_()
|
/external/opencv3/modules/stitching/src/ |
D | autocalib.cpp | 50 decomposeCholesky(_Tp* A, size_t astep, int m) in decomposeCholesky()
|
/external/opencv/cv/src/ |
D | cvhough.cpp | 870 int astep, *adata; in icvHoughCirclesGradient() local
|
/external/opencv3/modules/imgproc/src/ |
D | hough.cpp | 1017 int astep, *adata; in icvHoughCirclesGradient() local
|