Home
last modified time | relevance | path

Searched refs:gray_step (Results 1 – 4 of 4) sorted by relevance

/external/opencv3/modules/imgcodecs/src/
Dutils.hpp59 uchar* gray, int gray_step,
62 uchar* gray, int gray_step,
65 ushort* gray, int gray_step,
68 void icvCvt_Gray2BGR_8u_C1C3R( const uchar* gray, int gray_step,
70 void icvCvt_Gray2BGR_16u_C1C3R( const ushort* gray, int gray_step,
96 uchar* gray, int gray_step, CvSize size );
98 uchar* gray, int gray_step, CvSize size );
106 uchar* gray, int gray_step, CvSize size );
Dutils.cpp51 uchar* gray, int gray_step, in icvCvt_BGR2Gray_8u_C3C1R() argument
56 for( ; size.height--; gray += gray_step ) in icvCvt_BGR2Gray_8u_C3C1R()
70 ushort* gray, int gray_step, in icvCvt_BGRA2Gray_16u_CnC1R() argument
75 for( ; size.height--; gray += gray_step ) in icvCvt_BGRA2Gray_16u_CnC1R()
89 uchar* gray, int gray_step, in icvCvt_BGRA2Gray_8u_C4C1R() argument
94 for( ; size.height--; gray += gray_step ) in icvCvt_BGRA2Gray_8u_C4C1R()
107 void icvCvt_Gray2BGR_8u_C1C3R( const uchar* gray, int gray_step, in icvCvt_Gray2BGR_8u_C1C3R() argument
111 for( ; size.height--; gray += gray_step ) in icvCvt_Gray2BGR_8u_C1C3R()
122 void icvCvt_Gray2BGR_16u_C1C3R( const ushort* gray, int gray_step, in icvCvt_Gray2BGR_16u_C1C3R() argument
126 for( ; size.height--; gray += gray_step/sizeof(gray[0]) ) in icvCvt_Gray2BGR_16u_C1C3R()
[all …]
/external/opencv/otherlibs/highgui/
Dutils.h59 ushort* gray, int gray_step,
62 uchar* gray, int gray_step,
65 uchar* gray, int gray_step,
67 void icvCvt_Gray2BGR_8u_C1C3R( const uchar* gray, int gray_step,
84 uchar* gray, int gray_step, CvSize size );
86 uchar* gray, int gray_step, CvSize size );
94 uchar* gray, int gray_step, CvSize size );
Dutils.cpp84 uchar* gray, int gray_step, in icvCvt_BGR2Gray_8u_C3C1R() argument
89 for( ; size.height--; gray += gray_step ) in icvCvt_BGR2Gray_8u_C3C1R()
103 ushort* gray, int gray_step, in icvCvt_BGR2Gray_16u_C3C1R() argument
108 for( ; size.height--; gray += gray_step ) in icvCvt_BGR2Gray_16u_C3C1R()
122 uchar* gray, int gray_step, in icvCvt_BGRA2Gray_8u_C4C1R() argument
127 for( ; size.height--; gray += gray_step ) in icvCvt_BGRA2Gray_8u_C4C1R()
140 void icvCvt_Gray2BGR_8u_C1C3R( const uchar* gray, int gray_step, in icvCvt_Gray2BGR_8u_C1C3R() argument
144 for( ; size.height--; gray += gray_step ) in icvCvt_Gray2BGR_8u_C1C3R()
231 uchar* gray, int gray_step, CvSize size ) in icvCvt_BGR5552Gray_8u_C2C1R() argument
234 for( ; size.height--; gray += gray_step, bgr555 += bgr555_step ) in icvCvt_BGR5552Gray_8u_C2C1R()
[all …]