/external/webp/src/dsp/ |
D | dec_mips32.c | 95 const int thresh2 = 2 * thresh + 1; in FilterLoop26() local 97 if (needs_filter2(p, hstride, thresh2, ithresh)) { in FilterLoop26() 111 const int thresh2 = 2 * thresh + 1; in FilterLoop24() local 113 if (needs_filter2(p, hstride, thresh2, ithresh)) { in FilterLoop24() 184 const int thresh2 = 2 * thresh + 1; in SimpleVFilter16() local 186 if (needs_filter(p + i, stride, thresh2)) { in SimpleVFilter16() 194 const int thresh2 = 2 * thresh + 1; in SimpleHFilter16() local 196 if (needs_filter(p + i * stride, 1, thresh2)) { in SimpleHFilter16()
|
D | dec_mips_dsp_r2.c | 163 const int thresh2 = 2 * thresh + 1; in FilterLoop26() local 291 : [hstride]"r"(hstride), [thresh2]"r"(thresh2), in FilterLoop26() 305 const int thresh2 = 2 * thresh + 1; in FilterLoop24() local 422 [VP8kclip1]"r"(VP8kclip1), [thresh2]"r"(thresh2) in FilterLoop24() 489 const int thresh2 = 2 * thresh + 1; in SimpleVFilter16() local 540 : [stride]"r"(stride), [VP8kclip1]"r"(VP8kclip1), [thresh2]"r"(thresh2) in SimpleVFilter16() 558 const int thresh2 = 2 * thresh + 1; in SimpleHFilter16() local 602 : [stride]"r"(stride), [VP8kclip1]"r"(VP8kclip1), [thresh2]"r"(thresh2) in SimpleHFilter16()
|
D | dec.c | 531 const int thresh2 = 2 * thresh + 1; in SimpleVFilter16() local 533 if (needs_filter(p + i, stride, thresh2)) { in SimpleVFilter16() 541 const int thresh2 = 2 * thresh + 1; in SimpleHFilter16() local 543 if (needs_filter(p + i * stride, 1, thresh2)) { in SimpleHFilter16() 571 const int thresh2 = 2 * thresh + 1; in FilterLoop26() local 573 if (needs_filter2(p, hstride, thresh2, ithresh)) { in FilterLoop26() 587 const int thresh2 = 2 * thresh + 1; in FilterLoop24() local 589 if (needs_filter2(p, hstride, thresh2, ithresh)) { in FilterLoop24()
|
/external/opencv/cv/src/ |
D | cvhistogram.cpp | 61 hist->thresh2 = 0; in cvCreateHist() 107 hist->thresh2 = 0; in cvMakeHistHeaderForArray() 161 if( temp->thresh2 ) in cvReleaseHist() 162 cvFree( &temp->thresh2 ); in cvReleaseHist() 709 thresh = src->thresh2; in cvCopyHist() 756 if( !hist->thresh2 ) in cvSetHistBinRanges() 758 CV_CALL( hist->thresh2 = (float**)cvAlloc( in cvSetHistBinRanges() 759 dims*sizeof(hist->thresh2[0])+ in cvSetHistBinRanges() 760 total*sizeof(hist->thresh2[0][0]))); in cvSetHistBinRanges() 762 dim_ranges = (float*)(hist->thresh2 + dims); in cvSetHistBinRanges() [all …]
|
D | cvthresh.cpp | 239 nu_thresh = hist->thresh2[0]; in icvGetThreshVal_Otsu()
|
D | cvpyrsegmentation.cpp | 1841 int thresh2 = cvRound( threshold2 ); in cvPyrSegmentation() local 1867 comp, storage, level, thresh1, thresh2 )); in cvPyrSegmentation() 1874 comp, storage, level, thresh1, thresh2 )); in cvPyrSegmentation()
|
/external/iproute2/ip/ |
D | ipntable.c | 114 __u32 thresh2; in ipntable_modify() local 119 if (get_u32(&thresh2, *argv, 0)) in ipntable_modify() 122 addattr32(&req.n, sizeof(req), NDTA_THRESH2, thresh2); in ipntable_modify() 425 __u32 thresh2 = rta_getattr_u32(tb[NDTA_THRESH2]); in print_ntable() local 426 fprintf(fp, "thresh2 %u ", thresh2); in print_ntable()
|
/external/opencv3/doc/py_tutorials/py_imgproc/py_contours/py_contours_more_functions/ |
D | py_contours_more_functions.markdown | 95 ret, thresh2 = cv2.threshold(img2, 127, 255,0) 98 contours,hierarchy = cv2.findContours(thresh2,2,1)
|
/external/opencv3/modules/imgproc/src/ |
D | histogram.cpp | 2607 hist->thresh2 = 0; in cvCreateHist() 2638 hist->thresh2 = 0; in cvMakeHistHeaderForArray() 2676 if( temp->thresh2 ) in cvReleaseHist() 2677 cvFree( &temp->thresh2 ); in cvReleaseHist() 3100 thresh = src->thresh2; in cvCopyHist() 3143 if( !hist->thresh2 ) in cvSetHistBinRanges() 3145 hist->thresh2 = (float**)cvAlloc( in cvSetHistBinRanges() 3146 dims*sizeof(hist->thresh2[0])+ in cvSetHistBinRanges() 3147 total*sizeof(hist->thresh2[0][0])); in cvSetHistBinRanges() 3149 dim_ranges = (float*)(hist->thresh2 + dims); in cvSetHistBinRanges() [all …]
|
/external/opencv3/doc/py_tutorials/py_imgproc/py_thresholding/ |
D | py_thresholding.markdown | 41 ret,thresh2 = cv2.threshold(img,127,255,cv2.THRESH_BINARY_INV) 47 images = [img, thresh1, thresh2, thresh3, thresh4, thresh5]
|
/external/opencv3/modules/imgproc/test/ |
D | test_histograms.cpp | 1285 float* t = hist->thresh2[k]; in cvTsCalcHist() 1505 float* t = hist->thresh2[k]; in cvTsCalcBackProject()
|
/external/opencv/cxcore/include/ |
D | cxtypes.h | 814 float** thresh2; /* For non-uniform histograms. */ member
|
/external/opencv3/modules/core/include/opencv2/core/ |
D | types_c.h | 753 float** thresh2; /**< For non-uniform histograms. */ member
|