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

/external/opencv/otherlibs/highgui/
H A Dutils.cpp230 void icvCvt_BGR5552Gray_8u_C2C1R( const uchar* bgr555, int bgr555_step, argument
234 for( ; size.height--; gray += gray_step, bgr555 += bgr555_step )
264 void icvCvt_BGR5552BGR_8u_C2C3R( const uchar* bgr555, int bgr555_step, argument
268 for( ; size.height--; bgr555 += bgr555_step )
H A Dutils.h83 void icvCvt_BGR5552Gray_8u_C2C1R( const uchar* bgr555, int bgr555_step,
87 void icvCvt_BGR5552BGR_8u_C2C3R( const uchar* bgr555, int bgr555_step,

Completed in 91 milliseconds