Home
last modified time | relevance | path

Searched refs:mat2 (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/
H A Dmat2.hpp29 using mat2 = std::array<double, 4>; typedef
33 void identity(mat2& out);
34 void rotate(mat2& out, const mat2& a, double rad);
35 void scale(mat2& out, const mat2& a, double v0, double v1);
H A Dmat2.cpp29 void matrix::identity(mat2& out) { in identity()
36 void matrix::rotate(mat2& out, const mat2& a, double rad) { in rotate()
46 void matrix::scale(mat2& out, const mat2& a, double v0, double v1) { in scale()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/
H A Dtypes_c.h521 #define CV_ARE_TYPES_EQ(mat1, mat2) \ argument
522 ((((mat1)->type ^ (mat2)->type) & CV_MAT_TYPE_MASK) == 0)
524 #define CV_ARE_CNS_EQ(mat1, mat2) \ argument
525 ((((mat1)->type ^ (mat2)->type) & CV_MAT_CN_MASK) == 0)
527 #define CV_ARE_DEPTHS_EQ(mat1, mat2) \ argument
528 ((((mat1)->type ^ (mat2)->type) & CV_MAT_DEPTH_MASK) == 0)
530 #define CV_ARE_SIZES_EQ(mat1, mat2) \ argument
531 ((mat1)->rows == (mat2)->rows && (mat1)->cols == (mat2)->cols)
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/
H A Dtypes_c.h521 #define CV_ARE_TYPES_EQ(mat1, mat2) \ argument
522 ((((mat1)->type ^ (mat2)->type) & CV_MAT_TYPE_MASK) == 0)
524 #define CV_ARE_CNS_EQ(mat1, mat2) \ argument
525 ((((mat1)->type ^ (mat2)->type) & CV_MAT_CN_MASK) == 0)
527 #define CV_ARE_DEPTHS_EQ(mat1, mat2) \ argument
528 ((((mat1)->type ^ (mat2)->type) & CV_MAT_DEPTH_MASK) == 0)
530 #define CV_ARE_SIZES_EQ(mat1, mat2) \ argument
531 ((mat1)->rows == (mat2)->rows && (mat1)->cols == (mat2)->cols)
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/
H A Dtypes_c.h521 #define CV_ARE_TYPES_EQ(mat1, mat2) \ argument
522 ((((mat1)->type ^ (mat2)->type) & CV_MAT_TYPE_MASK) == 0)
524 #define CV_ARE_CNS_EQ(mat1, mat2) \ argument
525 ((((mat1)->type ^ (mat2)->type) & CV_MAT_CN_MASK) == 0)
527 #define CV_ARE_DEPTHS_EQ(mat1, mat2) \ argument
528 ((((mat1)->type ^ (mat2)->type) & CV_MAT_DEPTH_MASK) == 0)
530 #define CV_ARE_SIZES_EQ(mat1, mat2) \ argument
531 ((mat1)->rows == (mat2)->rows && (mat1)->cols == (mat2)->cols)
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/
H A Dmapbox-gl-native.pro355 src/mbgl/util/mat2.cpp \