Searched refs:gray_step (Results 1 - 2 of 2) sorted by last modified time

/external/opencv/otherlibs/highgui/
H A Dutils.cpp84 uchar* gray, int gray_step,
89 for( ; size.height--; gray += gray_step )
103 ushort* gray, int gray_step,
108 for( ; size.height--; gray += gray_step )
122 uchar* gray, int gray_step,
127 for( ; size.height--; gray += gray_step )
140 void icvCvt_Gray2BGR_8u_C1C3R( const uchar* gray, int gray_step, argument
144 for( ; size.height--; gray += gray_step )
231 uchar* gray, int gray_step, CvSize size )
234 for( ; size.height--; gray += gray_step, bgr55
83 icvCvt_BGR2Gray_8u_C3C1R( const uchar* rgb, int rgb_step, uchar* gray, int gray_step, CvSize size, int _swap_rb ) argument
102 icvCvt_BGR2Gray_16u_C3C1R( const ushort* rgb, int rgb_step, ushort* gray, int gray_step, CvSize size, int _swap_rb ) argument
121 icvCvt_BGRA2Gray_8u_C4C1R( const uchar* rgba, int rgba_step, uchar* gray, int gray_step, CvSize size, int _swap_rb ) argument
230 icvCvt_BGR5552Gray_8u_C2C1R( const uchar* bgr555, int bgr555_step, uchar* gray, int gray_step, CvSize size ) argument
247 icvCvt_BGR5652Gray_8u_C2C1R( const uchar* bgr565, int bgr565_step, uchar* gray, int gray_step, CvSize size ) argument
320 icvCvt_CMYK2Gray_8u_C4C1R( const uchar* cmyk, int cmyk_step, uchar* gray, int gray_step, CvSize size ) argument
[all...]
H A 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 );

Completed in 55 milliseconds