Lines Matching defs:depth
639 int type, depth, cn;
662 depth = CV_MAT_DEPTH(type);
718 int srcstep = src->step / CV_ELEM_SIZE(depth);
721 CvResizeAreaFastFunc func = (CvResizeAreaFastFunc)areafast_tab.fn_2d[depth];
746 CvResizeAreaFunc func = (CvResizeAreaFunc)area_tab.fn_2d[depth];
811 CvResizeBilinearFunc func = (CvResizeBilinearFunc)bilin_tab.fn_2d[depth];
850 if( depth != CV_8U )
877 if( depth != CV_8U )
893 CvResizeBicubicFunc func = (CvResizeBicubicFunc)bicube_tab.fn_2d[depth];
1085 int k, type, depth, cn, *ofs = 0;
1127 depth = CV_MAT_DEPTH(type);
1174 func = (CvWarpAffineFunc)bilin_tab.fn_2d[depth];
1361 int type, depth, cn;
1399 depth = CV_MAT_DEPTH(type);
1461 func = (CvWarpPerspectiveFunc)bilin_tab.fn_2d[depth];
1989 int type, depth, cn;
2028 depth = CV_MAT_DEPTH(type);
2083 (CvRemapFunc)bicubic_tab.fn_2d[depth] :
2084 (CvRemapFunc)bilinear_tab.fn_2d[depth];