Home
last modified time | relevance | path

Searched defs:bstep (Results 1 – 7 of 7) sorted by relevance

/external/opencv3/modules/hal/src/
Dmatrix.cpp52 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/
Dlapack.cpp53 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()
677 const float* b, size_t bstep, int nb, in SVBkSb()
692 const double* b, size_t bstep, int nb, in SVBkSb()
/external/pdfium/third_party/libtiff/
Dtiffio.h168 float rstep, gstep, bstep; member
/external/opencv3/3rdparty/libtiff/
Dtiffio.h168 float rstep, gstep, bstep; member
/external/opencv3/modules/imgproc/src/
Ddemosaicing.cpp916 int bstep = (int)srcmat.step; in Bayer2RGB_VNG_8u() local
/external/opencv/cv/src/
Dcvcalibration.cpp290 int bstep; in cvCalcMatMulDeriv() local
/external/opencv3/modules/calib3d/src/
Dcalibration.cpp64 int bstep; in cvCalcMatMulDeriv() local