Home
last modified time | relevance | path

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

/external/opencv/otherlibs/highgui/
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,
Dutils.cpp230 void icvCvt_BGR5552Gray_8u_C2C1R( const uchar* bgr555, int bgr555_step, in icvCvt_BGR5552Gray_8u_C2C1R() argument
234 for( ; size.height--; gray += gray_step, bgr555 += bgr555_step ) in icvCvt_BGR5552Gray_8u_C2C1R()
264 void icvCvt_BGR5552BGR_8u_C2C3R( const uchar* bgr555, int bgr555_step, in icvCvt_BGR5552BGR_8u_C2C3R() argument
268 for( ; size.height--; bgr555 += bgr555_step ) in icvCvt_BGR5552BGR_8u_C2C3R()