Home | History | Annotate | Download | only in src

Lines Matching refs:dst_type

104         int max_depth = MAX(CV_MAT_DEPTH(src_type), CV_MAT_DEPTH(dst_type));
105 int max_cn = MAX(CV_MAT_CN(src_type), CV_MAT_CN(dst_type));
136 _dst_type == dst_type && _is_separable == is_separable &&
144 dst_type = CV_MAT_TYPE(_dst_type);
486 if( CV_MAT_TYPE(dst->type) != dst_type )
537 dptr = dst->data.ptr + dst_origin.y*dst->step + dst_origin.x*CV_ELEM_SIZE(dst_type);
766 if( CV_MAT_DEPTH(dst_type) == CV_8U &&
775 else if( CV_MAT_DEPTH(dst_type) == CV_16S &&
785 if( CV_MAT_DEPTH(dst_type) > CV_32F )
796 if( CV_MAT_DEPTH(dst_type) > CV_32F )
806 if( CV_MAT_DEPTH(dst_type) > CV_32F )
816 if( CV_MAT_DEPTH(dst_type) != CV_32F )
829 if( CV_MAT_DEPTH(dst_type) == CV_8U )
836 else if( CV_MAT_DEPTH(dst_type) == CV_16U )
843 else if( CV_MAT_DEPTH(dst_type) == CV_16S )
850 else if( CV_MAT_DEPTH(dst_type) == CV_32F )