Home | History | Annotate | Download | only in src

Lines Matching refs:src_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));
108 trow_sz = cvAlign( (max_width + ksize.width - 1)*CV_ELEM_SIZE(src_type), ALIGN );
112 work_type = src_type;
135 if( !(buffer && _max_width <= max_width && _src_type == src_type &&
143 src_type = CV_MAT_TYPE(_src_type);
173 src_pix_sz = CV_ELEM_SIZE(src_type);
193 cvScalarToRawData( &border_value, border_tab, src_type, 0 );
202 int pix_sz = CV_ELEM_SIZE(src_type), work_pix_sz = CV_ELEM_SIZE(work_type);
344 int pix_size = CV_ELEM_SIZE(src_type);
442 int pix_size = CV_ELEM_SIZE(src_type);
450 if( CV_MAT_TYPE(src->type) != src_type )
764 if( CV_MAT_DEPTH(src_type) == CV_8U )
794 else if( CV_MAT_DEPTH(src_type) == CV_16U )
804 else if( CV_MAT_DEPTH(src_type) == CV_16S )
814 else if( CV_MAT_DEPTH(src_type) == CV_32F )