/external/opencv/cxcore/src/ |
D | cxsumpixels.cpp | 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() 943 (sdepth == CV_8U && ddepth == CV_8U ? (CvReduceToRowFunc)icvMaxRows_8u_C1R : in cvReduce() 947 (sdepth == CV_8U && ddepth == CV_8U ? (CvReduceToRowFunc)icvMinRows_8u_C1R : in cvReduce() 963 (sdepth == CV_8U && ddepth == CV_32S ? in cvReduce() 967 sdepth == CV_8U && ddepth == CV_32F ? in cvReduce() 990 (sdepth == CV_8U && ddepth == CV_8U ? (CvReduceToColFunc)icvMaxCols_8u_C1R : in cvReduce() 994 (sdepth == CV_8U && ddepth == CV_8U ? (CvReduceToColFunc)icvMinCols_8u_C1R : in cvReduce()
|
D | cxtables.cpp | 52 -1, -1, CV_8U, CV_8S, CV_16U, CV_16S, -1, -1,
|
D | cxconvert.cpp | 404 tab->fn_2d[CV_8U] = (void*)icvCopy##_8u_##FROM##TO##CR; \ 709 tab->fn_2d[CV_8U] = (void*)icvMixChannels_8u; in icvInitMixChannelsTab() 964 case CV_8U: in icvCvtScaleAbsTo_8u_C1R() 1082 if( CV_MAT_DEPTH( dst->type ) != CV_8U ) in cvConvertScaleAbs() 1151 case CV_8U: \ 1269 case CV_8U: \ 1435 CV_8U, uchar, CV_NOP, 1443 CV_8U, uchar, CV_NOP, 1451 CV_8U, uchar, CV_NOP, 1459 CV_8U, uchar, CV_NOP, [all …]
|
D | cxcmp.cpp | 661 if( type == CV_8U && icvCompare_8u_C1R_p ) in cvCmp() 781 if( type == CV_8U || type == CV_16S ) in cvCmpS() 783 int minval = type == CV_8U ? 0 : -32768; in cvCmpS() 784 int maxval = type == CV_8U ? 255 : 32767; in cvCmpS() 802 if( type == CV_8U && icvCompare_8u_C1R_p ) in cvCmpS() 1123 if( CV_MAT_DEPTH(type) == CV_8U ) in icvMinMaxS() 1158 if( type == CV_8U && icvThreshold_LT_8u_C1R_p ) in icvMinMaxS() 1179 if( type == CV_8U && icvThreshold_GT_8u_C1R_p ) in icvMinMaxS() 1199 if( type == CV_8U && size.width*size.height >= 1024 ) in icvMinMaxS() 1203 CvMat _tab = cvMat( 1, 256, CV_8U, tab ); in icvMinMaxS() [all …]
|
D | cxlut.cpp | 298 if( lut_cn == 1 || (lut_cn <= 4 && depth == CV_8U) ) in cvLUT() 300 CvLUT_TransformFunc func = depth == CV_8U ? lut_8u_tab[cn-1] : in cvLUT()
|
D | cxrand.cpp | 417 fastrng_tab->fn_2d[CV_8U] = (void*)icvRandBits_8u_C1R; in icvInitRandTable() 423 rng_tab->fn_2d[CV_8U] = (void*)icvRand_8u_C1R; in icvInitRandTable() 431 normal_tab->fn_2d[CV_8U] = (void*)icvRandn_8u_C1R; in icvInitRandTable()
|
D | cxdrawing.cpp | 313 assert( img && (nch == 1 || nch == 3) && CV_MAT_DEPTH(img->type) == CV_8U ); in icvLineAA() 1676 if( CV_MAT_DEPTH( type ) == CV_8U ) in cvColorToScalar() 1750 if( line_type == CV_AA && CV_MAT_DEPTH(mat->type) != CV_8U ) in cvLine() 1789 if( line_type == CV_AA && CV_MAT_DEPTH(mat->type) != CV_8U ) in cvRectangle() 1830 if( line_type == CV_AA && CV_MAT_DEPTH(mat->type) != CV_8U ) in cvCircle() 1879 if( line_type == CV_AA && CV_MAT_DEPTH(mat->type) != CV_8U ) in cvEllipse() 1926 if( line_type == CV_AA && CV_MAT_DEPTH(mat->type) != CV_8U ) in cvFillConvexPoly() 1964 if( line_type == CV_AA && CV_MAT_DEPTH(mat->type) != CV_8U ) in cvFillPoly() 2032 if( line_type == CV_AA && CV_MAT_DEPTH(mat->type) != CV_8U ) in cvPolyLine() 2233 if( line_type == CV_AA && CV_MAT_DEPTH(mat->type) != CV_8U ) in cvPutText() [all …]
|
D | cxmatmul.cpp | 1808 if( CV_MAT_DEPTH(type) == CV_8U ) in cvTransform() 2360 tabfl->fn_2d[CV_8U] = (void*)icvDotProductShifted_8u32f_C1R; in icvInitDotProductShiftedTable() 2368 tabdb->fn_2d[CV_8U] = (void*)icvDotProductShifted_8u64f_C1R; in icvInitDotProductShiftedTable() 2427 tabfl->fn_2d[CV_8U] = (void*)icvExtProductShifted_8u32f_C1R; in icvInitExtProductShiftedTable() 2435 tabdb->fn_2d[CV_8U] = (void*)icvExtProductShifted_8u64f_C1R; in icvInitExtProductShiftedTable() 3179 stype == CV_8U && dtype == CV_32F ? in cvMulTransposed() 3182 stype == CV_8U && dtype == CV_64F ? in cvMulTransposed()
|
/external/opencv/cv/src/ |
D | cvderiv.cpp | 223 if( src_type == CV_8U ) in cvSobel() 232 if( src_type == CV_8U ) in cvSobel() 246 if( src_type == CV_8U ) in cvSobel() 255 if( src_type == CV_8U ) in cvSobel() 264 if( src_type == CV_8U ) in cvSobel() 273 if( src_type == CV_8U ) in cvSobel() 282 if( src_type == CV_8U ) in cvSobel() 413 if( ((src_depth != CV_8U || (dst_depth != CV_16S && dst_depth != CV_32F)) && in init() 433 if( src_depth == CV_8U ) in init() 826 if( src_type == CV_8U ) in cvLaplace()
|
D | cvcorner.cpp | 240 d_depth = depth == CV_8U ? CV_16S : CV_32F; in icvCornerEigenValsVecs() 251 if( depth == CV_8U && aperture_size0 == CV_SCHARR ) in icvCornerEigenValsVecs() 261 else if( depth == CV_8U ) in icvCornerEigenValsVecs() 311 if( depth == CV_8U ) in icvCornerEigenValsVecs() 549 d_depth = depth == CV_8U ? CV_16S : CV_32F; in cvPreCornerDetect() 559 if( depth == CV_8U ) in cvPreCornerDetect() 614 if( depth == CV_8U ) in cvPreCornerDetect()
|
D | cvsumpixels.cpp | 288 table_c1->fn_2d[CV_8U] = (void*)icvIntegralImage_8u64f_C1R; in icvInitIntegralImageTable() 292 table_cn->fn_2d[CV_8U] = (void*)icvIntegralImage_8u64f_CnR; in icvInitIntegralImageTable() 346 (CV_MAT_DEPTH( src->type ) != CV_8U || in cvIntegral() 408 if( depth == CV_8U && !tilted && CV_MAT_DEPTH(sum->type) == CV_32S ) in cvIntegral()
|
D | cvcolor.cpp | 2261 if( depth != CV_8U && depth != CV_16U && depth != CV_32F ) in cvCvtColor() 2287 func1 = depth == CV_8U ? (CvColorCvtFunc1)icvBGR2BGRx_8u_C3C4R : in cvCvtColor() 2300 func2 = depth == CV_8U ? (CvColorCvtFunc2)icvBGRx2BGR_8u_CnC3R : in cvCvtColor() 2312 func0 = depth == CV_8U ? (CvColorCvtFunc0)icvBGRA2RGBA_8u_C4R : in cvCvtColor() 2329 if( depth != CV_8U ) in cvCvtColor() 2354 if( depth != CV_8U ) in cvCvtColor() 2375 func2 = depth == CV_8U ? (CvColorCvtFunc2)icvBGRx2Gray_8u_CnC1R : in cvCvtColor() 2389 if( depth != CV_8U ) in cvCvtColor() 2405 func1 = depth == CV_8U ? (CvColorCvtFunc1)icvGray2BGRx_8u_C1CnR : in cvCvtColor() 2418 if( depth != CV_8U ) in cvCvtColor() [all …]
|
D | cvtemplmatch.cpp | 70 if( CV_MAT_DEPTH( img->type ) != CV_8U && in icvCrossCorr() 100 if( depth > CV_8U ) in icvCrossCorr() 357 if( CV_MAT_DEPTH( img->type ) != CV_8U && in cvMatchTemplate() 388 depth == CV_8U ? in cvMatchTemplate()
|
D | cvstereobm.cpp | 603 state->preFilteredImg0 = cvCreateMat( left0->rows, left0->cols, CV_8U ); in cvFindStereoCorrespondenceBM() 604 state->preFilteredImg1 = cvCreateMat( left0->rows, left0->cols, CV_8U ); in cvFindStereoCorrespondenceBM() 606 left = cvMat(left0->rows, left0->cols, CV_8U, state->preFilteredImg0->data.ptr); in cvFindStereoCorrespondenceBM() 607 right = cvMat(right0->rows, right0->cols, CV_8U, state->preFilteredImg1->data.ptr); in cvFindStereoCorrespondenceBM() 634 state->slidingSumBuf = cvCreateMat( 1, bufSize*n, CV_8U ); in cvFindStereoCorrespondenceBM()
|
D | cvsmooth.cpp | 126 min_depth = CV_MAT_DEPTH(_src_type) == CV_8U ? CV_32S : CV_64F; in init() 133 if( CV_MAT_DEPTH(src_type) == CV_8U ) in init() 140 if( CV_MAT_DEPTH(dst_type) == CV_8U ) in init() 148 if( normalized || CV_MAT_DEPTH(src_type) != CV_8U ) in init() 154 if( normalized || CV_MAT_DEPTH(src_type) != CV_8U ) in init() 1361 param1 = cvRound(sigma1*(depth == CV_8U ? 3 : 4)*2 + 1)|1; in cvSmooth() 1363 param2 = cvRound(sigma2*(depth == CV_8U ? 3 : 4)*2 + 1)|1; in cvSmooth() 1440 if( depth != CV_8U || (cn != 1 && cn != 3 && cn != 4) ) in cvSmooth()
|
D | cvimgwarp.cpp | 562 bilin_tab->fn_2d[CV_8U] = (void*)icvResize_Bilinear_8u_CnR; in icvInitResizeTab() 566 bicube_tab->fn_2d[CV_8U] = (void*)icvResize_Bicubic_8u_CnR; in icvInitResizeTab() 570 areafast_tab->fn_2d[CV_8U] = (void*)icvResize_AreaFast_8u_CnR; in icvInitResizeTab() 574 area_tab->fn_2d[CV_8U] = (void*)icvResize_Area_8u_CnR; in icvInitResizeTab() 850 if( depth != CV_8U ) in cvResize() 877 if( depth != CV_8U ) in cvResize() 1050 bilin_tab->fn_2d[CV_8U] = (void*)icvWarpAffine_Bilinear_8u_CnR; in icvInitWarpAffineTab() 1319 bilin_tab->fn_2d[CV_8U] = (void*)icvWarpPerspective_Bilinear_8u_CnR; in icvInitWarpPerspectiveTab() 1754 bilinear_tab->fn_2d[CV_8U] = (void*)icvRemap_Bilinear_8u_CnR; in icvInitRemapTab() 1758 bicubic_tab->fn_2d[CV_8U] = (void*)icvRemap_Bicubic_8u_CnR; in icvInitRemapTab()
|
D | cvmorph.cpp | 198 if( depth == CV_8U ) in init() 211 if( depth == CV_8U ) in init() 249 if( depth == CV_8U ) in init() 259 if( depth == CV_8U ) in init()
|
D | cvsamplers.cpp | 520 tab->fn_2d[CV_8U] = (void*)icv##FUNCNAME##_8u_##FLAG; \ 582 if( CV_MAT_DEPTH( src->type ) != CV_8U || CV_MAT_DEPTH( dst->type ) != CV_32F ) in cvGetRectSubPix() 878 if( CV_MAT_DEPTH( src->type ) != CV_8U || CV_MAT_DEPTH( dst->type ) != CV_32F ) in cvGetQuadrangleSubPix()
|
D | cvsurf.cpp | 353 CvMat _patch = cvMat(PATCH_SZ+1, PATCH_SZ+1, CV_8U, PATCH); in cvExtractSURF() 354 CvMat _rs_patch = cvMat(RS_PATCH_SZ, RS_PATCH_SZ, CV_8U, RS_PATCH); in cvExtractSURF()
|
D | cvthresh.cpp | 389 case CV_8U: in cvThreshold()
|
D | cvfilter.cpp | 59 min_depth = CV_8U; in CvBaseImageFilter() 72 min_depth = CV_8U; in CvBaseImageFilter() 764 if( CV_MAT_DEPTH(src_type) == CV_8U ) in init() 766 if( CV_MAT_DEPTH(dst_type) == CV_8U && in init() 829 if( CV_MAT_DEPTH(dst_type) == CV_8U ) in init() 2184 if( depth == CV_8U ) in init()
|
/external/opencv/cvaux/src/ |
D | cvmat.cpp | 54 case CV_8U: 84 case CV_8U: 116 case CV_8U: 144 case CV_8U: 188 case CV_8U: 839 case CV_8U: if( !fmt )
|
/external/opencv/otherlibs/highgui/ |
D | loadsave.cpp | 441 type = ( depth <= 8 ) ? CV_8U : ( depth <= 16 ) ? CV_16U : CV_32S; in icvLoadImage() 536 image->cols, CV_MAKETYPE(CV_8U,channels)) ); in cvSaveImage()
|
/external/opencv/cxcore/include/ |
D | cxtypes.h | 468 #define CV_8U 0 macro 480 #define CV_8UC1 CV_MAKETYPE(CV_8U,1) 481 #define CV_8UC2 CV_MAKETYPE(CV_8U,2) 482 #define CV_8UC3 CV_MAKETYPE(CV_8U,3) 483 #define CV_8UC4 CV_MAKETYPE(CV_8U,4) 484 #define CV_8UC(n) CV_MAKETYPE(CV_8U,(n))
|
D | cxmisc.h | 830 tab->fn_2d[CV_8U] = (void*)icv##FUNCNAME##_8u_##FLAG; \ 884 tab->fn_2d[CV_8U] = (void*)icv##FUNCNAME##_8u; \
|