CV_16S            441 modules/calib3d/misc/java/test/Calib3dTest.java         Calib3d.reprojectImageTo3D(disparity, _3dPoints, transformMatrix, false, CvType.CV_16S);
CV_16S             71 modules/calib3d/src/stereobm.cpp         dispType = CV_16S;
CV_16S            923 modules/calib3d/src/stereobm.cpp     _disp.create(_left.size(), CV_16S);
CV_16S           1100 modules/calib3d/src/stereobm.cpp         cost.create( left0.size(), CV_16S );
CV_16S           1122 modules/calib3d/src/stereobm.cpp             dispbuf.create(disp0.size(), CV_16S);
CV_16S            857 modules/calib3d/src/stereosgbm.cpp         disparr.create( left.size(), CV_16S );
CV_16S           1139 modules/calib3d/src/stereosgbm.cpp     CV_Assert( numberOfDisparities > 0 && disp.type() == CV_16S &&
CV_16S           1140 modules/calib3d/src/stereosgbm.cpp               (costType == CV_16S || costType == CV_32S) &&
CV_16S           1153 modules/calib3d/src/stereosgbm.cpp         if( costType == CV_16S )
CV_16S            134 modules/core/include/opencv2/core/cvdef.h #define CV_16SC1 CV_MAKETYPE(CV_16S,1)
CV_16S            135 modules/core/include/opencv2/core/cvdef.h #define CV_16SC2 CV_MAKETYPE(CV_16S,2)
CV_16S            136 modules/core/include/opencv2/core/cvdef.h #define CV_16SC3 CV_MAKETYPE(CV_16S,3)
CV_16S            137 modules/core/include/opencv2/core/cvdef.h #define CV_16SC4 CV_MAKETYPE(CV_16S,4)
CV_16S            138 modules/core/include/opencv2/core/cvdef.h #define CV_16SC(n) CV_MAKETYPE(CV_16S,(n))
CV_16S             74 modules/core/include/opencv2/core/ippasync.hpp                      depth == CV_16S ? HPP_DATA_TYPE_16S :
CV_16S             87 modules/core/include/opencv2/core/ippasync.hpp                     hppType == HPP_DATA_TYPE_16S ? CV_16S :
CV_16S            271 modules/core/include/opencv2/core/mat.hpp         DEPTH_MASK_16S = 1 << CV_16S,
CV_16S            135 modules/core/include/opencv2/core/private.cuda.hpp     template<> struct NPPTypeTraits<CV_16S> { typedef Npp16s npp_type; };
CV_16S            228 modules/core/include/opencv2/core/private.hpp         depth == CV_16S ? ipp16s :
CV_16S            204 modules/core/include/opencv2/core/traits.hpp            depth        = CV_16S,
CV_16S            298 modules/core/include/opencv2/core/traits.hpp template<> class TypeDepth<CV_16S>
CV_16S            300 modules/core/include/opencv2/core/traits.hpp     enum { depth = CV_16S };
CV_16S            502 modules/core/include/opencv2/core/types_c.h     (CV_16S<<24)+(CV_32S<<28)) >> ((((depth) & 0xF0) >> 2) + \
CV_16S            604 modules/core/include/opencv2/core/types_c.h     return CV_ELEM_SIZE1(depth)*8 | (depth == CV_8S || depth == CV_16S ||
CV_16S              8 modules/core/misc/java/src/java/core+CvType.java             CV_16U = 2, CV_16S = 3,
CV_16S             51 modules/core/misc/java/src/java/core+CvType.java         return makeType(CV_16S, ch);
CV_16S             84 modules/core/misc/java/src/java/core+CvType.java         case CV_16S:
CV_16S            109 modules/core/misc/java/src/java/core+CvType.java         case CV_16S:
CV_16S            982 modules/core/misc/java/src/java/core+Mat.java         if (CvType.depth(t) == CvType.CV_16U || CvType.depth(t) == CvType.CV_16S) {
CV_16S           1027 modules/core/misc/java/src/java/core+Mat.java         if (CvType.depth(t) == CvType.CV_16U || CvType.depth(t) == CvType.CV_16S) {
CV_16S             50 modules/core/misc/java/test/CvTypeTest.java         assertTrue(CvType.isInteger(CvType.CV_16S));
CV_16S            639 modules/core/misc/java/test/MatTest.java         dst = Mat.ones(new Size(2, 2), CvType.CV_16S);
CV_16S            640 modules/core/misc/java/test/MatTest.java         truth = new Mat(2, 2, CvType.CV_16S, new Scalar(1));
CV_16S            998 modules/core/misc/java/test/MatTest.java         dst = Mat.zeros(new Size(2, 2), CvType.CV_16S);
CV_16S           1000 modules/core/misc/java/test/MatTest.java         truth = new Mat(2, 2, CvType.CV_16S, new Scalar(0));
CV_16S             16 modules/core/perf/perf_convertTo.cpp                  testing::Values(CV_8U, CV_8S, CV_16U, CV_16S, CV_32S, CV_32F, CV_64F),
CV_16S             17 modules/core/perf/perf_convertTo.cpp                  testing::Values(CV_8U, CV_8S, CV_16U, CV_16S, CV_32S, CV_32F, CV_64F),
CV_16S             16 modules/core/perf/perf_merge.cpp                  testing::Values(CV_8U, CV_16S, CV_32S, CV_32F, CV_64F),
CV_16S             16 modules/core/perf/perf_split.cpp                  testing::Values(CV_8U, CV_16S, CV_32F, CV_64F),
CV_16S           1799 modules/core/src/arithm.cpp         minval >= (int)SHRT_MIN && maxval <= (int)SHRT_MAX ? CV_16S :
CV_16S           2021 modules/core/src/arithm.cpp         wtype = depth1 <= CV_8S && depth2 <= CV_8S ? CV_16S :
CV_16S           2289 modules/core/src/arithm.cpp                 if (dtype == CV_16S)
CV_16S           1559 modules/core/src/array.cpp     case CV_16S:
CV_16S           1592 modules/core/src/array.cpp     case CV_16S:
CV_16S           1622 modules/core/src/array.cpp         case CV_16S:
CV_16S            481 modules/core/src/copy.cpp                 (/*depth0 == CV_8U ||*/ depth0 == CV_16U || depth0 == CV_16S || depth0 == CV_32S || depth0 == CV_32F) &&
CV_16S            504 modules/core/src/copy.cpp                 else if (depth0 == CV_16S)
CV_16S            530 modules/core/src/copy.cpp                 else if (depth0 == CV_16S) \
CV_16S           1553 modules/core/src/mathfuncs.cpp template<> struct mat_type_assotiations<CV_16S>
CV_16S           1607 modules/core/src/mathfuncs.cpp     &checkIntegerRange<CV_16S>,
CV_16S           2848 modules/core/src/matmul.cpp         else if(stype == CV_16S && dtype == CV_32F)
CV_16S           2855 modules/core/src/matmul.cpp         else if(stype == CV_16S && dtype == CV_64F)
CV_16S           1069 modules/core/src/matrix.cpp     case CV_16S:
CV_16S           3411 modules/core/src/matrix.cpp             sdepth == CV_16S ? (cv::ReduceFunc)cv::reduceC_<short, double,   cv::OpAdd<double> > :
CV_16S           3675 modules/core/src/matrix.cpp             else if(sdepth == CV_16S && ddepth == CV_32F)
CV_16S           3677 modules/core/src/matrix.cpp             else if(sdepth == CV_16S && ddepth == CV_64F)
CV_16S           3692 modules/core/src/matrix.cpp             else if(sdepth == CV_16S && ddepth == CV_16S)
CV_16S           3705 modules/core/src/matrix.cpp             else if(sdepth == CV_16S && ddepth == CV_16S)
CV_16S           3727 modules/core/src/matrix.cpp             else if(sdepth == CV_16S && ddepth == CV_32F)
CV_16S           3729 modules/core/src/matrix.cpp             else if(sdepth == CV_16S && ddepth == CV_64F)
CV_16S           3744 modules/core/src/matrix.cpp             else if(sdepth == CV_16S && ddepth == CV_16S)
CV_16S           3757 modules/core/src/matrix.cpp             else if(sdepth == CV_16S && ddepth == CV_16S)
CV_16S           3811 modules/core/src/matrix.cpp             depth == CV_16U || depth == CV_16S ? (IppFlipFunc)ippsFlip_16u_I :
CV_16S           3927 modules/core/src/matrix.cpp             depth == CV_16S ? (IppSortIndexFunc)ippsSortIndexAscend_16s_I :
CV_16S           3934 modules/core/src/matrix.cpp             depth == CV_16S ? (IppSortIndexFunc)ippsSortIndexDescend_16s_I :
CV_16S           5355 modules/core/src/ocl.cpp         (ddepth == CV_16S && sdepth <= CV_8S) ||
CV_16S           5459 modules/core/src/ocl.cpp         vectorWidths[CV_16U] = vectorWidths[CV_16S] = 2;
CV_16S           1244 modules/core/src/opengl.cpp     CV_Assert( depth == CV_16S || depth == CV_32S || depth == CV_32F || depth == CV_64F );
CV_16S           1283 modules/core/src/opengl.cpp     CV_Assert( depth == CV_8S || depth == CV_16S || depth == CV_32S || depth == CV_32F || depth == CV_64F );
CV_16S           1302 modules/core/src/opengl.cpp     CV_Assert( depth == CV_16S || depth == CV_32S || depth == CV_32F || depth == CV_64F );
CV_16S            114 modules/core/src/out.cpp                 case CV_16S: valueToStr = &FormattedImpl::valueToStr16s; break;
CV_16S           3148 modules/core/src/persistence.cpp                 case CV_16S:
CV_16S           3270 modules/core/src/persistence.cpp                     case CV_16S:
CV_16S           3317 modules/core/src/persistence.cpp                     case CV_16S:
CV_16S            547 modules/core/src/rand.cpp                             depth == CV_8S ? -128. : depth == CV_16S ? -32768. : (double)INT_MIN);
CV_16S            549 modules/core/src/rand.cpp                             depth == CV_8S ? 128. : depth == CV_16S ? 32768. : (double)INT_MAX);
CV_16S           1461 modules/core/src/stat.cpp     bool blockSum = depth <= CV_16S;
CV_16S           1756 modules/core/src/stat.cpp     bool blockSum = depth <= CV_16S, blockSqSum = depth <= CV_8S;
CV_16S           2891 modules/core/src/stat.cpp     bool blockSum = (normType == NORM_L1 && depth <= CV_16S) ||
CV_16S           3376 modules/core/src/stat.cpp     bool blockSum = (normType == NORM_L1 && depth <= CV_16S) ||
CV_16S           1857 modules/core/test/ocl/test_arithm.cpp                                                                        std::make_pair<MatDepth, MatDepth>(CV_16S, CV_32F),
CV_16S           1858 modules/core/test/ocl/test_arithm.cpp                                                                        std::make_pair<MatDepth, MatDepth>(CV_16S, CV_64F),
CV_16S           1868 modules/core/test/ocl/test_arithm.cpp                                                                        std::make_pair<MatDepth, MatDepth>(CV_16S, CV_32F),
CV_16S           1869 modules/core/test/ocl/test_arithm.cpp                                                                        std::make_pair<MatDepth, MatDepth>(CV_16S, CV_64F),
CV_16S           1876 modules/core/test/ocl/test_arithm.cpp                                                                        std::make_pair<MatDepth, MatDepth>(CV_16S, CV_16S),
CV_16S           1882 modules/core/test/ocl/test_arithm.cpp                                                                        std::make_pair<MatDepth, MatDepth>(CV_16S, CV_16S),
CV_16S            581 modules/core/test/test_arithm.cpp         case CV_16S:
CV_16S            631 modules/core/test/test_arithm.cpp         case CV_16S:
CV_16S           1612 modules/core/test/test_arithm.cpp         const cv::Mat fixed_dst(size, CV_MAKE_TYPE((dst_depth > 0 ? dst_depth : CV_16S), src1.channels()));
CV_16S           1638 modules/core/test/test_arithm.cpp         const cv::Mat fixed_dst(size, CV_MAKE_TYPE((dst_depth > 0 ? dst_depth : CV_16S), src1.channels()));
CV_16S           1675 modules/core/test/test_arithm.cpp         const cv::Mat fixed_dst(size, CV_MAKE_TYPE((dst_depth > 0 ? dst_depth : CV_16S), src.channels()));
CV_16S           1700 modules/core/test/test_arithm.cpp         const cv::Mat fixed_dst(size, CV_MAKE_TYPE((dst_depth > 0 ? dst_depth : CV_16S), src.channels()));
CV_16S           1724 modules/core/test/test_arithm.cpp         const cv::Mat fixed_dst(size, CV_MAKE_TYPE((dst_depth > 0 ? dst_depth : CV_16S), src.channels()));
CV_16S           1749 modules/core/test/test_arithm.cpp         const cv::Mat fixed_dst(size, CV_MAKE_TYPE((dst_depth > 0 ? dst_depth : CV_16S), src.channels()));
CV_16S           1776 modules/core/test/test_arithm.cpp         const cv::Mat fixed_dst(3, dims, CV_MAKE_TYPE((dst_depth > 0 ? dst_depth : CV_16S), src1.channels()));
CV_16S           1792 modules/core/test/test_arithm.cpp     testing::Values(-1, CV_16S, CV_32S, CV_32F),
CV_16S             96 modules/core/test/test_countnonzero.cpp             case CV_16S: { src.at<short>(i, j) = cv::randu<short>(); break; }
CV_16S            119 modules/core/test/test_countnonzero.cpp         case CV_16S: { if (!src.at<short>(i, j)) {src.at<short>(i, j) = cv::randu<short>(); n += abs(sign(src.at<short>(i, j)));} break; }
CV_16S            155 modules/core/test/test_countnonzero.cpp             else if (current_type == CV_16S) result += abs(sign(src.at<short>(i, j)));
CV_16S             25 modules/core/test/test_io.cpp         else if( type == CV_16S )
CV_16S             60 modules/core/test/test_io.cpp         else if( depth == CV_16U || depth == CV_16S )
CV_16S            173 modules/core/test/test_ippasync.cpp INSTANTIATE_TEST_CASE_P(IppATest, IPPAsync, Combine(Values(CV_8U, CV_16U, CV_16S, CV_32F),
CV_16S             95 modules/core/test/test_mat.cpp         if( srcType == CV_16S && (dstType == CV_32F || dstType == CV_64F) )
CV_16S            977 modules/core/test/test_mat.cpp     case CV_16S:
CV_16S           1017 modules/core/test/test_mat.cpp         curRes = run_case(CV_16S, mvSize, mSize, rng);
CV_16S            280 modules/core/test/test_math.cpp             case CV_16S:
CV_16S            738 modules/core/test/test_math.cpp     src_type = src_type == 0 ? CV_8U : src_type == 1 ? CV_16U : src_type == 2 ? CV_16S :
CV_16S            182 modules/core/test/test_operations.cpp         Mat eye =  Mat::eye(3, 3, CV_16S);
CV_16S            183 modules/core/test/test_operations.cpp         Mat maskMat4(3, 3, CV_16S, Scalar(4));
CV_16S            184 modules/core/test/test_operations.cpp         Mat maskMat1(3, 3, CV_16S, Scalar(1));
CV_16S            185 modules/core/test/test_operations.cpp         Mat maskMat5(3, 3, CV_16S, Scalar(5));
CV_16S            186 modules/core/test/test_operations.cpp         Mat maskMat0(3, 3, CV_16S, Scalar(0));
CV_16S            756 modules/core/test/test_operations.cpp         if (Mat1s(1, 1).depth() != CV_16S) throw test_excep();
CV_16S            201 modules/core/test/test_rand.cpp                 depth == CV_16S ? ((const short*)data)[i] :
CV_16S            271 modules/core/test/test_rand.cpp                 depth == CV_16S ? ((const short*)data)[i] :
CV_16S            446 modules/cudaarithm/perf/perf_element_operations.cpp                     Values(CV_16S, CV_32F)))
CV_16S            474 modules/cudaarithm/perf/perf_element_operations.cpp                     Values(CV_8U, CV_16S, CV_32F)))
CV_16S            502 modules/cudaarithm/perf/perf_element_operations.cpp                     Values(CV_8U, CV_16S, CV_32F)))
CV_16S            534 modules/cudaarithm/perf/perf_element_operations.cpp                     Values(CV_8U, CV_16S, CV_32F)))
CV_16S            566 modules/cudaarithm/perf/perf_element_operations.cpp                     Values(CV_8U, CV_16S, CV_32F)))
CV_16S            600 modules/cudaarithm/perf/perf_element_operations.cpp                     Values(CV_8U, CV_16S, CV_32F),
CV_16S            348 modules/cudaarithm/perf/perf_reductions.cpp                     Values(CV_8U, CV_16U, CV_16S, CV_32F),
CV_16S             75 modules/cudaarithm/src/core.cpp     template<> struct NppTypeTraits<CV_16S> { typedef Npp16s npp_t; };
CV_16S            393 modules/cudaarithm/src/element_operations.cpp         {NppShift<CV_16S, 1, nppiRShiftC_16s_C1R>::call, 0, NppShift<CV_16S, 3, nppiRShiftC_16s_C3R>::call, NppShift<CV_16S, 4, nppiRShiftC_16s_C4R>::call},
CV_16S           1507 modules/cudaarithm/test/test_element_operations.cpp     testing::Values(MatDepth(CV_16S), MatDepth(CV_32F)),
CV_16S           1549 modules/cudaarithm/test/test_element_operations.cpp                     MatDepth(CV_16S),
CV_16S           1619 modules/cudaarithm/test/test_element_operations.cpp                     MatDepth(CV_16S),
CV_16S           1689 modules/cudaarithm/test/test_element_operations.cpp                     MatDepth(CV_16S),
CV_16S           1769 modules/cudaarithm/test/test_element_operations.cpp                     MatDepth(CV_16S),
CV_16S           2217 modules/cudaarithm/test/test_element_operations.cpp                     MatDepth(CV_16S),
CV_16S            110 modules/cudaarithm/test/test_reductions.cpp                     MatDepth(CV_16S),
CV_16S            897 modules/cudaarithm/test/test_reductions.cpp                     MatDepth(CV_16S),
CV_16S            271 modules/cudafilters/test/test_filters.cpp     testing::Values(MatDepth(CV_8U), MatDepth(CV_16U), MatDepth(CV_16S), MatDepth(CV_32F)),
CV_16S            343 modules/cudafilters/test/test_filters.cpp     testing::Values(MatDepth(CV_8U), MatDepth(CV_16U), MatDepth(CV_16S), MatDepth(CV_32F)),
CV_16S            408 modules/cudafilters/test/test_filters.cpp     testing::Values(MatDepth(CV_8U), MatDepth(CV_16U), MatDepth(CV_16S), MatDepth(CV_32F)),
CV_16S            469 modules/cudafilters/test/test_filters.cpp     testing::Values(MatDepth(CV_8U), MatDepth(CV_16U), MatDepth(CV_16S), MatDepth(CV_32F)),
CV_16S             54 modules/cudaimgproc/perf/perf_histogram.cpp                     Values(CV_8U, CV_16U, CV_16S)))
CV_16S             92 modules/cudaimgproc/perf/perf_histogram.cpp                     Values(CV_8U, CV_16U, CV_16S)))
CV_16S            497 modules/cudaimgproc/src/histogram.cpp         NppHistogramEvenC1<CV_16S, nppiHistogramEven_16s_C1R, nppiHistogramEvenGetBufferSize_16s_C1R>::hist
CV_16S            521 modules/cudaimgproc/src/histogram.cpp         NppHistogramEvenC4<CV_16S, nppiHistogramEven_16s_C4R, nppiHistogramEvenGetBufferSize_16s_C4R>::hist
CV_16S            539 modules/cudaimgproc/src/histogram.cpp         NppHistogramRangeC1<CV_16S, nppiHistogramRange_16s_C1R, nppiHistogramRangeGetBufferSize_16s_C1R>::hist,
CV_16S            560 modules/cudaimgproc/src/histogram.cpp         NppHistogramRangeC4<CV_16S, nppiHistogramRange_16s_C4R, nppiHistogramRangeGetBufferSize_16s_C4R>::hist,
CV_16S            197 modules/cudastereo/perf/perf_stereo.cpp                     Values(CV_8U, CV_16S)))
CV_16S            232 modules/cudastereo/perf/perf_stereo.cpp                     Values(CV_8U, CV_16S)))
CV_16S            183 modules/cudastereo/src/disparity_bilateral_filter.cpp         CV_Assert( disp.type() == CV_8U || disp.type() == CV_16S );
CV_16S            179 modules/cudastereo/src/stereobp.cpp         CV_Assert( msg_type_ == CV_32F || msg_type_ == CV_16S );
CV_16S            211 modules/cudastereo/src/stereobp.cpp         CV_Assert( msg_type_ == CV_32F || msg_type_ == CV_16S );
CV_16S            154 modules/cudastereo/src/stereocsbp.cpp         CV_Assert( msg_type_ == CV_32F || msg_type_ == CV_16S );
CV_16S             78 modules/cudastereo/src/util.cpp     CV_Assert( disp.type() == CV_8U || disp.type() == CV_16S );
CV_16S            118 modules/cudastereo/src/util.cpp     CV_Assert( src.type() == CV_8U || src.type() == CV_16S );
CV_16S            109 modules/cudastereo/test/test_stereo.cpp     cv::Ptr<cv::cuda::StereoBeliefPropagation> bp = cv::cuda::createStereoBeliefPropagation(64, 8, 2, CV_16S);
CV_16S            209 modules/cudastereo/test/test_stereo.cpp     testing::Values(MatDepth(CV_8U), MatDepth(CV_16S)),
CV_16S           1079 modules/features2d/src/matchers.cpp         case CV_16S:
CV_16S           1118 modules/features2d/src/matchers.cpp         case CV_16S:
CV_16S           1170 modules/features2d/src/matchers.cpp              case CV_16S:
CV_16S           1221 modules/features2d/src/matchers.cpp              case CV_16S:
CV_16S             79 modules/flann/include/opencv2/flann.hpp template <> struct CvType<short> { static int type() { return CV_16S; } };
CV_16S            146 modules/flann/src/miniflann.cpp             types.push_back( CV_16S );
CV_16S            737 modules/flann/src/miniflann.cpp                   header.data_type == FLANN_INT16 ? CV_16S :
CV_16S            583 modules/imgcodecs/src/grfmt_exr.cpp     bool issigned = depth == CV_8S || depth == CV_16S || depth == CV_32S;
CV_16S            186 modules/imgcodecs/src/grfmt_gdal.cpp     if( gdalType == GDT_Byte && (cvDepth == CV_16U || cvDepth == CV_16S)){
CV_16S            202 modules/imgcodecs/src/grfmt_gdal.cpp         ( cvDepth == CV_16U     ||  cvDepth == CV_16S   )){
CV_16S            230 modules/imgcodecs/src/grfmt_gdal.cpp         else if( image.depth() == CV_16S ){ image.at<short>(row,col)          = newValue; }
CV_16S            241 modules/imgcodecs/src/grfmt_gdal.cpp         else if( image.depth() == CV_16S ){  image.at<Vec3s>(row,col) = Vec3s(newValue,newValue,newValue); }
CV_16S            264 modules/imgcodecs/src/grfmt_gdal.cpp         else if( image.depth() == CV_16S ){  image.at<Vec3s>(row,col)[channel] = newValue;  }
CV_16S            276 modules/imgcodecs/src/grfmt_gdal.cpp         else if( image.depth() == CV_16S && channel < 4 ){  image.at<Vec3s>(row,col)[channel] = newValue;  }
CV_16S            623 modules/imgcodecs/src/utils.cpp         double shift = src_depth == CV_8S || src_depth == CV_16S ? 128 : 0;
CV_16S             29 modules/imgproc/perf/perf_blur.cpp     if (CV_MAT_DEPTH(type) > CV_16S || CV_MAT_CN(type) > 1)
CV_16S             23 modules/imgproc/perf/perf_moments.cpp     testing::Values(CV_16U, CV_16S, CV_32F, CV_64F),
CV_16S             35 modules/imgproc/perf/perf_sepfilters.cpp                 testing::Values(CV_16S, CV_32F),
CV_16S             60 modules/imgproc/perf/perf_sepfilters.cpp                 testing::Values(CV_16S, CV_32F),
CV_16S             88 modules/imgproc/perf/perf_sepfilters.cpp                 testing::Values(CV_16S, CV_32F),
CV_16S            113 modules/imgproc/perf/perf_sepfilters.cpp                 testing::Values(CV_16S, CV_32F),
CV_16S            143 modules/imgproc/perf/perf_sepfilters.cpp                 testing::Values(CV_16S, CV_32F),
CV_16S            168 modules/imgproc/perf/perf_sepfilters.cpp                 testing::Values(CV_16S, CV_32F),
CV_16S            196 modules/imgproc/perf/perf_sepfilters.cpp                 testing::Values(CV_16S, CV_32F),
CV_16S            221 modules/imgproc/perf/perf_sepfilters.cpp                 testing::Values(CV_16S, CV_32F),
CV_16S             76 modules/imgproc/src/canny.cpp     Mat _dx(_src.rows, _src.cols, CV_16S);
CV_16S             82 modules/imgproc/src/canny.cpp     Mat _dy(_src.rows, _src.cols, CV_16S);
CV_16S            172 modules/imgproc/src/canny.cpp         Sobel(_src, dx, CV_16S, 1, 0, aperture_size, 1, 0, BORDER_REPLICATE);
CV_16S            173 modules/imgproc/src/canny.cpp         Sobel(_src, dy, CV_16S, 0, 1, aperture_size, 1, 0, BORDER_REPLICATE);
CV_16S            278 modules/imgproc/src/canny.cpp             Sobel(src, tempdx.rowRange(1, tempdx.rows - 1), CV_16S, 1, 0, aperture_size, 1, 0, BORDER_REPLICATE);
CV_16S            279 modules/imgproc/src/canny.cpp             Sobel(src, tempdy.rowRange(1, tempdy.rows - 1), CV_16S, 0, 1, aperture_size, 1, 0, BORDER_REPLICATE);
CV_16S            293 modules/imgproc/src/canny.cpp                     CV_16S, 1, 0, aperture_size, 1, 0, BORDER_REPLICATE);
CV_16S            295 modules/imgproc/src/canny.cpp                     CV_16S, 0, 1, aperture_size, 1, 0, BORDER_REPLICATE);
CV_16S            309 modules/imgproc/src/canny.cpp                     CV_16S, 1, 0, aperture_size, 1, 0, BORDER_REPLICATE);
CV_16S            311 modules/imgproc/src/canny.cpp                     CV_16S, 0, 1, aperture_size, 1, 0, BORDER_REPLICATE);
CV_16S            322 modules/imgproc/src/canny.cpp                     CV_16S, 1, 0, aperture_size, 1, 0, BORDER_REPLICATE);
CV_16S            324 modules/imgproc/src/canny.cpp                     CV_16S, 0, 1, aperture_size, 1, 0, BORDER_REPLICATE);
CV_16S            694 modules/imgproc/src/canny.cpp     Sobel(src, dx, CV_16S, 1, 0, aperture_size, 1, 0, BORDER_REPLICATE);
CV_16S            695 modules/imgproc/src/canny.cpp     Sobel(src, dy, CV_16S, 0, 1, aperture_size, 1, 0, BORDER_REPLICATE);
CV_16S            230 modules/imgproc/src/deriv.cpp     if ((CV_8U == stype) && (CV_16S == dtype))
CV_16S            253 modules/imgproc/src/deriv.cpp     else if ((CV_16S == stype) && (CV_16S == dtype))
CV_16S            336 modules/imgproc/src/deriv.cpp             case CV_16S:
CV_16S            426 modules/imgproc/src/deriv.cpp     if (src.type() == CV_8U && dst.type() == CV_16S && scale == 1)
CV_16S            814 modules/imgproc/src/deriv.cpp             ((stype == CV_8UC1 && ddepth == CV_16S) || (ddepth == CV_32F && stype == CV_32FC1)) && !ocl::useOpenCL())
CV_16S            843 modules/imgproc/src/deriv.cpp                 if (sdepth == CV_8U && ddepth == CV_16S && !floatScale && !floatDelta)
CV_16S            903 modules/imgproc/src/deriv.cpp         int wdepth = sdepth == CV_8U && ksize <= 5 ? CV_16S : sdepth <= CV_32F ? CV_32F : CV_64F;
CV_16S           3656 modules/imgproc/src/filter.cpp     if( sdepth == CV_16S && ddepth == CV_32F )
CV_16S           3659 modules/imgproc/src/filter.cpp     if( sdepth == CV_16S && ddepth == CV_64F )
CV_16S           3702 modules/imgproc/src/filter.cpp         if( ddepth == CV_16S && sdepth == CV_32F )
CV_16S           3704 modules/imgproc/src/filter.cpp         if( ddepth == CV_16S && sdepth == CV_64F )
CV_16S           3721 modules/imgproc/src/filter.cpp             if( ddepth == CV_16S && sdepth == CV_32S && bits == 0 )
CV_16S           3747 modules/imgproc/src/filter.cpp         if( ddepth == CV_16S && sdepth == CV_32S )
CV_16S           3750 modules/imgproc/src/filter.cpp         if( ddepth == CV_16S && sdepth == CV_32F )
CV_16S           3754 modules/imgproc/src/filter.cpp         if( ddepth == CV_16S && sdepth == CV_64F )
CV_16S           3809 modules/imgproc/src/filter.cpp           ddepth == CV_16S)) )
CV_16S           4481 modules/imgproc/src/filter.cpp     if( sdepth == CV_8U && ddepth == CV_16S )
CV_16S           4501 modules/imgproc/src/filter.cpp     if( sdepth == CV_16S && ddepth == CV_16S )
CV_16S           4504 modules/imgproc/src/filter.cpp     if( sdepth == CV_16S && ddepth == CV_32F )
CV_16S           4507 modules/imgproc/src/filter.cpp     if( sdepth == CV_16S && ddepth == CV_64F )
CV_16S           4572 modules/imgproc/src/filter.cpp     int dft_filter_size = ((src.depth() == CV_8U && (ddepth == CV_8U || ddepth == CV_16S)) ||
CV_16S           4632 modules/imgproc/src/filter.cpp                         (kdepth == CV_16S && (status = ippiFilterBorderInit_16s((const Ipp16s *)reversedKernel.data,
CV_16S           3263 modules/imgproc/src/imgwarp.cpp                 (depth == CV_16U || depth == CV_16S || depth == CV_32F ||
CV_16S            650 modules/imgproc/src/moments.cpp         else if( depth == CV_16S )
CV_16S            865 modules/imgproc/src/morph.cpp         if( depth == CV_16S )
CV_16S            883 modules/imgproc/src/morph.cpp         if( depth == CV_16S )
CV_16S            912 modules/imgproc/src/morph.cpp         if( depth == CV_16S )
CV_16S            930 modules/imgproc/src/morph.cpp         if( depth == CV_16S )
CV_16S            958 modules/imgproc/src/morph.cpp         if( depth == CV_16S )
CV_16S            971 modules/imgproc/src/morph.cpp         if( depth == CV_16S )
CV_16S           1009 modules/imgproc/src/morph.cpp         CV_Assert( depth == CV_8U || depth == CV_16U || depth == CV_16S ||
CV_16S           1014 modules/imgproc/src/morph.cpp                                        depth == CV_16S ? (double)SHRT_MAX :
CV_16S           1019 modules/imgproc/src/morph.cpp                                        depth == CV_16S ? (double)SHRT_MIN :
CV_16S           1232 modules/imgproc/src/pyramids.cpp     else if( depth == CV_16S )
CV_16S           1309 modules/imgproc/src/pyramids.cpp     else if( depth == CV_16S )
CV_16S           1228 modules/imgproc/src/smooth.cpp     if( sdepth == CV_16S && ddepth == CV_32S )
CV_16S           1232 modules/imgproc/src/smooth.cpp     if( sdepth == CV_16S && ddepth == CV_64F )
CV_16S           1264 modules/imgproc/src/smooth.cpp     if( ddepth == CV_16S && sdepth == CV_32S )
CV_16S           1266 modules/imgproc/src/smooth.cpp     if( ddepth == CV_16S && sdepth == CV_64F )
CV_16S           1474 modules/imgproc/src/smooth.cpp     if( sdepth == CV_16S && ddepth == CV_64F )
CV_16S           1662 modules/imgproc/src/smooth.cpp         if ((depth == CV_8U || depth == CV_16U || depth == CV_16S || depth == CV_32F) && (cn == 1 || cn == 3) &&
CV_16S           2588 modules/imgproc/src/smooth.cpp     if ( !((depth == CV_8U || depth == CV_16U || depth == CV_16S || depth == CV_32F) && cn <= 4 && (m == 3 || m == 5)) )
CV_16S           2723 modules/imgproc/src/smooth.cpp         else if( src.depth() == CV_16S )
CV_16S            519 modules/imgproc/src/sumpixels.cpp     else if( depth == CV_16S && sdepth == CV_64F && sqdepth == CV_64F )
CV_16S           1118 modules/imgproc/src/thresh.cpp         else if( srcStripe.depth() == CV_16S )
CV_16S           1237 modules/imgproc/src/thresh.cpp     else if( src.depth() == CV_16S )
CV_16S            135 modules/imgproc/test/ocl/test_boxfilter.cpp                                 Values(CV_8U, CV_16U, CV_16S, CV_32S, CV_32F),
CV_16S            148 modules/imgproc/test/ocl/test_boxfilter.cpp                                 Values(CV_8U, CV_16U, CV_16S, CV_32F, CV_64F),
CV_16S            488 modules/imgproc/test/ocl/test_imgproc.cpp                             testing::Values((MatDepth)CV_8U, (MatDepth)CV_16S, (MatDepth)CV_32S, (MatDepth)CV_32F),
CV_16S            104 modules/imgproc/test/ocl/test_medianfilter.cpp                                 Values(CV_8U, CV_16U, CV_16S, CV_32F),
CV_16S            111 modules/imgproc/test/ocl/test_pyramids.cpp                             Values(CV_8U, CV_16U, CV_16S, CV_32F, CV_64F),
CV_16S            138 modules/imgproc/test/ocl/test_pyramids.cpp                             Values(CV_8U, CV_16U, CV_16S, CV_32F, CV_64F),
CV_16S            176 modules/imgproc/test/test_canny.cpp     cvtest::filter2D(src, dx, CV_16S, dxkernel, anchor, 0, BORDER_REPLICATE);
CV_16S            177 modules/imgproc/test/test_canny.cpp     cvtest::filter2D(src, dy, CV_16S, dykernel, anchor, 0, BORDER_REPLICATE);
CV_16S            199 modules/imgproc/test/test_filter.cpp     depth = depth == 0 ? CV_8U : depth == 1 ? CV_16U : depth == 2 ? CV_16S : CV_32F;
CV_16S            464 modules/imgproc/test/test_filter.cpp     types[OUTPUT][0] = types[REF_OUTPUT][0] = CV_MAKETYPE(depth==CV_8U?CV_16S:CV_32F,1);
CV_16S            688 modules/imgproc/test/test_filter.cpp     depth = depth == 0 ? CV_8U : depth == 1 ? CV_16U : depth == 2 ? CV_16S : CV_32F;
CV_16S            694 modules/imgproc/test/test_filter.cpp         types[OUTPUT][0] = types[REF_OUTPUT][0] = CV_MAKETYPE(depth==CV_8U?CV_16S:CV_32F,1);
CV_16S           1058 modules/imgproc/test/test_filter.cpp     const int depthes[] = {CV_8U, CV_16S, CV_16U, CV_32F};
CV_16S           1801 modules/imgproc/test/test_filter.cpp             {CV_8U, CV_16S},
CV_16S           1807 modules/imgproc/test/test_filter.cpp             {CV_16S, CV_16S},
CV_16S           1808 modules/imgproc/test/test_filter.cpp             {CV_16S, CV_32F},
CV_16S           1809 modules/imgproc/test/test_filter.cpp             {CV_16S, CV_64F},
CV_16S            130 modules/imgproc/test/test_floodfill.cpp         Mat m( 1, 8, CV_16S, buff );
CV_16S           1622 modules/imgproc/test/test_imgwarp.cpp         else if (depth == CV_16S)
CV_16S             96 modules/imgproc/test/test_moments.cpp     else if( depth == CV_16S )
CV_16S            115 modules/imgproc/test/test_moments.cpp     depth = depth == 0 ? CV_8U : depth == 1 ? CV_16U : depth == 2 ? CV_16S : CV_32F;
CV_16S            226 modules/imgproc/test/test_moments.cpp             else if( depth == CV_16S )
CV_16S            272 modules/imgproc/test/test_moments.cpp             else if( depth == CV_16S )
CV_16S             80 modules/imgproc/test/test_thresh.cpp     depth = depth == 0 ? CV_8U : depth == 1 ? CV_16S : CV_32F;
CV_16S             92 modules/imgproc/test/test_thresh.cpp     else if( depth == CV_16S )
CV_16S            136 modules/imgproc/test/test_thresh.cpp     else if( depth == CV_16S )
CV_16S            147 modules/imgproc/test/test_thresh.cpp     assert( depth == CV_8U || depth == CV_16S || depth == CV_32F );
CV_16S            161 modules/imgproc/test/test_thresh.cpp             else if( depth == CV_16S )
CV_16S            187 modules/imgproc/test/test_thresh.cpp             else if( depth == CV_16S )
CV_16S            216 modules/imgproc/test/test_thresh.cpp             else if( depth == CV_16S )
CV_16S            251 modules/imgproc/test/test_thresh.cpp             else if( depth == CV_16S )
CV_16S            286 modules/imgproc/test/test_thresh.cpp             else if( depth == CV_16S )
CV_16S            117 modules/java/android_test/src/org/opencv/test/OpenCVTestCase.java         gray_16s_1024 = new Mat(matSize, matSize, CvType.CV_16S, new Scalar(1024));
CV_16S           1783 modules/java/generator/src/cpp/Mat.cpp                 case CV_16S: PUT_ITEM(short,  row, c); break;
CV_16S           1797 modules/java/generator/src/cpp/Mat.cpp                     case CV_16S: PUT_ITEM(short,  r, c); break;
CV_16S           1889 modules/java/generator/src/cpp/Mat.cpp         if(me->depth() != CV_16U && me->depth() != CV_16S) return 0; // incompatible type
CV_16S           2032 modules/java/generator/src/cpp/Mat.cpp         if(me->depth() != CV_16U && me->depth() != CV_16S) return 0; // incompatible type
CV_16S           2150 modules/java/generator/src/cpp/Mat.cpp                 case CV_16S: for(i=0; i<me->channels(); i++) buff[i] = *((signed short*)  me->ptr(row, col) + i); break;
CV_16S            147 modules/java/pure_test/src/org/opencv/test/OpenCVTestCase.java         gray_16s_1024 = new Mat(matSize, matSize, CvType.CV_16S, new Scalar(1024));
CV_16S            171 modules/python/src2/cv2.cpp         depth == CV_16U ? NPY_USHORT : depth == CV_16S ? NPY_SHORT :
CV_16S            273 modules/python/src2/cv2.cpp                typenum == NPY_SHORT ? CV_16S :
CV_16S           1345 modules/python/src2/cv2.cpp   PUBLISH(CV_16S);
CV_16S            212 modules/stitching/src/blenders.cpp     CV_Assert(weight_type == CV_32F || weight_type == CV_16S);
CV_16S            325 modules/stitching/src/blenders.cpp     if (can_use_gpu_ && img_with_border.depth() == CV_16S)
CV_16S            345 modules/stitching/src/blenders.cpp         mask.getUMat().convertTo(weight_map, CV_16S);
CV_16S            565 modules/stitching/src/blenders.cpp             img.getUMat().convertTo(pyr[0], CV_16S);
CV_16S            580 modules/stitching/src/blenders.cpp             subtract(current, lvl_up, pyr[i-1], noArray(), CV_16S);
CV_16S            589 modules/stitching/src/blenders.cpp             subtract(current, lvl_up, pyr[num_levels-1], noArray(), CV_16S);
CV_16S            591 modules/stitching/src/blenders.cpp             downNext.convertTo(pyr[num_levels], CV_16S);
CV_16S            310 modules/stitching/src/stitcher.cpp         img_warped.convertTo(img_warped_s, CV_16S);
CV_16S             54 modules/stitching/test/test_blenders.cpp     image1.convertTo(image1s, CV_16S);
CV_16S             55 modules/stitching/test/test_blenders.cpp     image2.convertTo(image2s, CV_16S);
CV_16S            220 modules/ts/include/opencv2/ts/cuda_test.hpp     #define ALL_DEPTH testing::Values(MatDepth(CV_8U), MatDepth(CV_8S), MatDepth(CV_16U), MatDepth(CV_16S), MatDepth(CV_32S), MatDepth(CV_32F), MatDepth(CV_64F))
CV_16S            224 modules/ts/include/opencv2/ts/cuda_test.hpp                                         std::make_pair(MatDepth(CV_8U), MatDepth(CV_16S)),  \
CV_16S            234 modules/ts/include/opencv2/ts/cuda_test.hpp                                         std::make_pair(MatDepth(CV_16S), MatDepth(CV_16S)), \
CV_16S            235 modules/ts/include/opencv2/ts/cuda_test.hpp                                         std::make_pair(MatDepth(CV_16S), MatDepth(CV_32S)), \
CV_16S            236 modules/ts/include/opencv2/ts/cuda_test.hpp                                         std::make_pair(MatDepth(CV_16S), MatDepth(CV_32F)), \
CV_16S            237 modules/ts/include/opencv2/ts/cuda_test.hpp                                         std::make_pair(MatDepth(CV_16S), MatDepth(CV_64F)), \
CV_16S            356 modules/ts/include/opencv2/ts/ocl_test.hpp #define OCL_ALL_DEPTHS Values(CV_8U, CV_8S, CV_16U, CV_16S, CV_32S, CV_32F, CV_64F)
CV_16S            155 modules/ts/include/opencv2/ts/ts_perf.hpp CV_ENUM(MatDepth, CV_8U, CV_8S, CV_16U, CV_16S, CV_32S, CV_32F, CV_64F, CV_USRTYPE1)
CV_16S             75 modules/ts/src/ocl_perf.cpp     else if (dst.depth() == CV_16S || dst.depth() == CV_32S)
CV_16S             92 modules/ts/src/ts_func.cpp     depth == CV_16S ? SHRT_MIN : depth == CV_32S ? INT_MIN :
CV_16S            102 modules/ts/src/ts_func.cpp     depth == CV_16S ? SHRT_MAX : depth == CV_32S ? INT_MAX :
CV_16S            262 modules/ts/src/ts_func.cpp     case CV_16S:
CV_16S            320 modules/ts/src/ts_func.cpp         case CV_16S:
CV_16S            574 modules/ts/src/ts_func.cpp         case CV_16S:
CV_16S            679 modules/ts/src/ts_func.cpp     case CV_16S:
CV_16S            736 modules/ts/src/ts_func.cpp     case CV_16S:
CV_16S            813 modules/ts/src/ts_func.cpp     case CV_16S:
CV_16S           1075 modules/ts/src/ts_func.cpp         case CV_16S:
CV_16S           1299 modules/ts/src/ts_func.cpp         case CV_16S:
CV_16S           1381 modules/ts/src/ts_func.cpp         case CV_16S:
CV_16S           1446 modules/ts/src/ts_func.cpp         case CV_16S:
CV_16S           1662 modules/ts/src/ts_func.cpp         case CV_16S:
CV_16S           1709 modules/ts/src/ts_func.cpp         case CV_16S:
CV_16S           1841 modules/ts/src/ts_func.cpp         case CV_16S:
CV_16S           1930 modules/ts/src/ts_func.cpp             case CV_16S:
CV_16S           2007 modules/ts/src/ts_func.cpp         case CV_16S:
CV_16S           2349 modules/ts/src/ts_func.cpp         case CV_16S:
CV_16S           2406 modules/ts/src/ts_func.cpp         case CV_16S:
CV_16S           2474 modules/ts/src/ts_func.cpp         case CV_16S:
CV_16S           2546 modules/ts/src/ts_func.cpp         case CV_16S:
CV_16S           2631 modules/ts/src/ts_func.cpp         case CV_16S:
CV_16S           2862 modules/ts/src/ts_func.cpp     else if(depth == CV_16S)
CV_16S            307 modules/ts/src/ts_perf.cpp     case CV_16S: return *(m.ptr<signed short>(y, x) + cn);
CV_16S           1029 modules/ts/src/ts_perf.cpp             else if (depth == CV_16S || depth == CV_32S)
CV_16S           1896 modules/ts/src/ts_perf.cpp         case CV_16S: *os << "16S"; break;
CV_16S             76 samples/cpp/laplace.cpp         Laplacian(smoothed, laplace, CV_16S, 5);
CV_16S            786 samples/cpp/stitching_detailed.cpp         img_warped.convertTo(img_warped_s, CV_16S);
CV_16S             25 samples/cpp/tutorial_code/ImgTrans/Laplace_Demo.cpp   int ddepth = CV_16S;
CV_16S             26 samples/cpp/tutorial_code/ImgTrans/Sobel_Demo.cpp   int ddepth = CV_16S;
CV_16S             33 samples/cpp/tutorial_code/calib3d/stereoBM/SBM_Sample.cpp   Mat imgDisparity16S = Mat( imgLeft.rows, imgLeft.cols, CV_16S );