Home | History | Annotate | Download | only in ocl

Lines Matching defs:stype

1579         const int stype = CV_MAKE_TYPE(depth, cn);
1584 randomSubMat(src, src_roi, roiSize, srcBorder, stype, -11, 11); // FIXIT: Test with minV, maxV
1732 const int stype = CV_MAKE_TYPE(sdepth, cn);
1737 randomSubMat(src, src_roi, roiSize, srcBorder, stype, -40, 40);