Searched defs:bgr555_step (Results 1 - 1 of 1) sorted by relevance

/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 )

Completed in 54 milliseconds