Home
last modified time | relevance | path

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

/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 …]