Searched defs:vstep (Results 1 – 8 of 8) sorted by relevance
/external/opencv3/modules/core/src/ |
D | lapack.cpp | 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() 676 const float* v, size_t vstep, bool vT, in SVBkSb() 691 const double* v, size_t vstep, bool vT, in SVBkSb() 1201 size_t vstep = alignSize(n*esz, 16); in solve() local 1385 size_t esz = src.elemSize(), astep = alignSize(m*esz, 16), vstep = alignSize(n*esz, 16); in _SVDcompute() local
|
/external/opencv/ml/src/ |
D | _ml.h | 75 #define ICV_MAT2VEC( mat, vdata, vstep, num ) \ argument
|
/external/opencv3/modules/ml/src/ |
D | data.cpp | 838 size_t vstep = layout == ROW_SAMPLE ? 1 : sstep0; in getTrainSamples() local 873 size_t vstep = layout == ROW_SAMPLE ? 1 : step; in getValues() local 949 size_t vstep = layout == ROW_SAMPLE ? 1 : step; in getSample() local
|
/external/opencv3/apps/traincascade/ |
D | old_ml_precomp.hpp | 71 #define ICV_MAT2VEC( mat, vdata, vstep, num ) \ argument
|
/external/opencv3/3rdparty/libjasper/ |
D | jas_image.c | 299 uint_fast32_t hstep, uint_fast32_t vstep, uint_fast32_t width, uint_fast32_t in jas_image_cmpt_create() 1142 jas_image_coord_t vstep; in jas_image_ishomosamp() local 1280 int vstep; in jas_image_chclrspc() local
|
D | jpc_dec.h | 545 uint_fast32_t vstep; member
|
/external/opencv3/3rdparty/libjasper/jasper/ |
D | jas_image.h | 232 jas_image_coord_t vstep; member
|
/external/opencv/cxcore/src/ |
D | cxmatmul.cpp | 2677 int vstep; in cvCalcCovarMatrix() local
|