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

/external/opencv/cv/src/
H A Dcvcolor.cpp2245 CvColorCvtFunc0 func0 = 0; local
2312 func0 = depth == CV_8U ? (CvColorCvtFunc0)icvBGRA2RGBA_8u_C4R :
2524 if( func0 )
2526 IPPI_CALL( func0( src->data.ptr, src_step, dst->data.ptr, dst_step, size ));

Completed in 54 milliseconds