Searched refs:bgr555_step (Results 1 – 4 of 4) sorted by relevance
/external/opencv/otherlibs/highgui/ |
D | utils.h | 83 void icvCvt_BGR5552Gray_8u_C2C1R( const uchar* bgr555, int bgr555_step, 87 void icvCvt_BGR5552BGR_8u_C2C3R( const uchar* bgr555, int bgr555_step,
|
D | utils.cpp | 230 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()
|
/external/opencv3/modules/imgcodecs/src/ |
D | utils.hpp | 95 void icvCvt_BGR5552Gray_8u_C2C1R( const uchar* bgr555, int bgr555_step, 99 void icvCvt_BGR5552BGR_8u_C2C3R( const uchar* bgr555, int bgr555_step,
|
D | utils.cpp | 251 void icvCvt_BGR5552Gray_8u_C2C1R( const uchar* bgr555, int bgr555_step, in icvCvt_BGR5552Gray_8u_C2C1R() argument 255 for( ; size.height--; gray += gray_step, bgr555 += bgr555_step ) in icvCvt_BGR5552Gray_8u_C2C1R() 285 void icvCvt_BGR5552BGR_8u_C2C3R( const uchar* bgr555, int bgr555_step, in icvCvt_BGR5552BGR_8u_C2C3R() argument 289 for( ; size.height--; bgr555 += bgr555_step ) in icvCvt_BGR5552BGR_8u_C2C3R()
|