Searched refs:CvColorCvtFunc0 (Results 1 - 1 of 1) sorted by relevance

/external/opencv/cv/src/
H A Dcvcolor.cpp92 typedef CvStatus (CV_STDCALL * CvColorCvtFunc0)( typedef
311 int blue_idx, CvColorCvtFunc0 ipp_func ) \
359 int blue_idx, CvColorCvtFunc0 ipp_func )
413 int blue_idx, CvColorCvtFunc0 ipp_func ) \
2245 CvColorCvtFunc0 func0 = 0;
2312 func0 = depth == CV_8U ? (CvColorCvtFunc0)icvBGRA2RGBA_8u_C4R :
2313 depth == CV_16U ? (CvColorCvtFunc0)icvBGRA2RGBA_16u_C4R :
2314 depth == CV_32F ? (CvColorCvtFunc0)icvBGRA2RGBA_32f_C4R : 0;

Completed in 165 milliseconds