Home
last modified time | relevance | path

Searched refs:sdepth (Results 1 – 1 of 1) sorted by relevance

/external/opencv/cxcore/src/
Dcxsumpixels.cpp888 int sdepth, ddepth, cn, op0 = op; in cvReduce() local
900 sdepth = CV_MAT_DEPTH(src->type); in cvReduce()
919 int ttype = sdepth == CV_8U ? CV_MAKETYPE(CV_32S,cn) : dst->type; in cvReduce()
933 (sdepth == CV_8U && ddepth == CV_32S ? (CvReduceToRowFunc)icvSumRows_8u32s_C1R : in cvReduce()
934 sdepth == CV_8U && ddepth == CV_32F ? (CvReduceToRowFunc)icvSumRows_8u32f_C1R : in cvReduce()
935 sdepth == CV_16U && ddepth == CV_32F ? (CvReduceToRowFunc)icvSumRows_16u32f_C1R : in cvReduce()
936 sdepth == CV_16U && ddepth == CV_64F ? (CvReduceToRowFunc)icvSumRows_16u64f_C1R : in cvReduce()
937 sdepth == CV_16S && ddepth == CV_32F ? (CvReduceToRowFunc)icvSumRows_16s32f_C1R : in cvReduce()
938 sdepth == CV_16S && ddepth == CV_64F ? (CvReduceToRowFunc)icvSumRows_16s64f_C1R : in cvReduce()
939 sdepth == CV_32F && ddepth == CV_32F ? (CvReduceToRowFunc)icvSumRows_32f_C1R : in cvReduce()
[all …]