Home | History | Annotate | Download | only in src

Lines Matching defs:depth

284     int y, dy, type, depth, cn, cont_flag = 0;
322 depth = CV_MAT_DEPTH(type);
323 if( depth <= CV_16S )
325 func_sfs = (CvFunc2D_3A1I)(sub_tab.fn_2d[depth]);
340 func = (CvFunc2D_3A)(sub_tab.fn_2d[depth]);
375 depth = CV_MAT_DEPTH(type);
386 if( depth == CV_32F )
401 if( depth == CV_64F )
465 if( depth <= CV_16S )
468 func_sfs = (CvFunc2D_3A1I)(sub_tab.fn_2d[depth]);
475 func = (CvFunc2D_3A)(sub_tab.fn_2d[depth]);
499 IPPI_CALL( depth <= CV_16S ?
535 int sctype, y, dy, type, depth, cn, coi = 0, cont_flag = 0;
617 depth = CV_MAT_DEPTH(type);
619 if( depth < CV_32S )
703 func = (CvFunc2D_2A1P)(subr_tab.fn_2d[depth]);
759 int y, dy, type, depth, cn, cont_flag = 0;
794 depth = CV_MAT_DEPTH(type);
795 if( depth <= CV_16S )
797 func_sfs = (CvFunc2D_3A1I)(add_tab.fn_2d[depth]);
812 func = (CvFunc2D_3A)(add_tab.fn_2d[depth]);
847 depth = CV_MAT_DEPTH(type);
858 if( depth == CV_32F )
873 if( depth == CV_64F )
937 if( depth <= CV_16S )
940 func_sfs = (CvFunc2D_3A1I)(add_tab.fn_2d[depth]);
947 func = (CvFunc2D_3A)(add_tab.fn_2d[depth]);
971 IPPI_CALL( depth <= CV_16S ?
1007 int sctype, y, dy, type, depth, cn, coi = 0, cont_flag = 0;
1089 depth = CV_MAT_DEPTH(type);
1091 if( depth < CV_32S )
1175 func = (CvFunc2D_2A1P)(add_tab.fn_2d[depth]);
1318 int type, depth, coi = 0;
1404 depth = CV_MAT_DEPTH(type);
1413 if( depth == CV_32F )
1429 if( depth == CV_64F )