Searched defs:bstep (Results 1 – 7 of 7) 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() 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/ |
D | tiffio.h | 168 float rstep, gstep, bstep; member
|
/external/opencv3/3rdparty/libtiff/ |
D | tiffio.h | 168 float rstep, gstep, bstep; member
|
/external/opencv3/modules/imgproc/src/ |
D | demosaicing.cpp | 916 int bstep = (int)srcmat.step; in Bayer2RGB_VNG_8u() local
|
/external/opencv/cv/src/ |
D | cvcalibration.cpp | 290 int bstep; in cvCalcMatMulDeriv() local
|
/external/opencv3/modules/calib3d/src/ |
D | calibration.cpp | 64 int bstep; in cvCalcMatMulDeriv() local
|