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

/external/opencv/cv/include/
H A Dcv.hpp111 int get_work_type() const { return work_type; }
119 /* initializes work_type, buf_size and max_rows */
135 /* currently, work_type must be the same as src_type in case of non-separable filters */
136 int min_depth, src_type, dst_type, work_type; member in class:CvBaseImageFilter
/external/opencv/cv/src/
H A Dcvderiv.cpp387 work_type = CV_MAKETYPE( work_depth, CV_MAT_CN(dst_type)*2 );
389 row_sz = cvAlign( width*CV_ELEM_SIZE(work_type), ALIGN );
H A Dcvfilter.cpp107 work_type = CV_MAKETYPE( max_depth, max_cn );
112 work_type = src_type;
115 row_sz = cvAlign( width*CV_ELEM_SIZE(work_type), ALIGN );
202 int pix_sz = CV_ELEM_SIZE(src_type), work_pix_sz = CV_ELEM_SIZE(work_type);
H A Dcvsmooth.cpp176 int i, psz = CV_ELEM_SIZE(work_type);

Completed in 203 milliseconds