Home
last modified time | relevance | path

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

/external/opencv/cv/src/
Dcvderiv.cpp385 int dst_depth = CV_MAT_DEPTH(dst_type); in get_work_params() local
386 int work_depth = dst_depth < CV_32F ? CV_32S : CV_32F; in get_work_params()
407 int src_depth = CV_MAT_DEPTH(_src_type), dst_depth = CV_MAT_DEPTH(_dst_type); in init() local
413 if( ((src_depth != CV_8U || (dst_depth != CV_16S && dst_depth != CV_32F)) && in init()
414 (src_depth != CV_32F || dst_depth != CV_32F)) || in init()
435 if( dst_depth == CV_16S ) in init()
440 else if( dst_depth == CV_32F ) in init()
448 if( dst_depth == CV_32F ) in init()
/external/opencv/cxcore/src/
Dcxmathfuncs.cpp1027 int coi1 = 0, coi2 = 0, src_depth, dst_depth; in cvExp() local
1042 dst_depth = CV_MAT_DEPTH(dst->type); in cvExp()
1044 if( !CV_ARE_CNS_EQ( src, dst ) || src_depth < CV_32F || dst_depth < src_depth ) in cvExp()
1074 else if( src_depth == dst_depth ) in cvExp()
1586 int coi1 = 0, coi2 = 0, src_depth, dst_depth; in cvLog() local
1601 dst_depth = CV_MAT_DEPTH(dst->type); in cvLog()
1603 if( !CV_ARE_CNS_EQ( src, dst ) || dst_depth < CV_32F || src_depth < dst_depth ) in cvLog()
1629 if( dst_depth == CV_64F ) in cvLog()
1633 else if( src_depth == dst_depth ) in cvLog()