Searched refs:thresh2 (Results 1 - 7 of 7) sorted by relevance

/external/opencv/cv/src/
H A Dcvhistogram.cpp61 hist->thresh2 = 0;
107 hist->thresh2 = 0;
161 if( temp->thresh2 )
162 cvFree( &temp->thresh2 );
709 thresh = src->thresh2;
756 if( !hist->thresh2 )
758 CV_CALL( hist->thresh2 = (float**)cvAlloc(
759 dims*sizeof(hist->thresh2[0])+
760 total*sizeof(hist->thresh2[0][0])));
762 dim_ranges = (float*)(hist->thresh2
[all...]
H A Dcvthresh.cpp239 nu_thresh = hist->thresh2[0];
H A Dcvpyrsegmentation.cpp1841 int thresh2 = cvRound( threshold2 ); local
1867 comp, storage, level, thresh1, thresh2 ));
1874 comp, storage, level, thresh1, thresh2 ));
/external/chromium_org/third_party/libwebp/dsp/
H A Ddec.c542 const int thresh2 = 2 * thresh + 1; local
544 if (needs_filter(p + i, stride, thresh2)) {
552 const int thresh2 = 2 * thresh + 1; local
554 if (needs_filter(p + i * stride, 1, thresh2)) {
582 const int thresh2 = 2 * thresh + 1; local
584 if (needs_filter2(p, hstride, thresh2, ithresh)) {
598 const int thresh2 = 2 * thresh + 1; local
600 if (needs_filter2(p, hstride, thresh2, ithresh)) {
/external/webp/src/dsp/
H A Ddec.c542 const int thresh2 = 2 * thresh + 1; local
544 if (needs_filter(p + i, stride, thresh2)) {
552 const int thresh2 = 2 * thresh + 1; local
554 if (needs_filter(p + i * stride, 1, thresh2)) {
582 const int thresh2 = 2 * thresh + 1; local
584 if (needs_filter2(p, hstride, thresh2, ithresh)) {
598 const int thresh2 = 2 * thresh + 1; local
600 if (needs_filter2(p, hstride, thresh2, ithresh)) {
/external/iproute2/ip/
H A Dipntable.c49 " [ thresh1 VAL ] [ thresh2 VAL ] [ thresh3 VAL ] [ gc_int MSEC ]\n"
113 } else if (strcmp(*argv, "thresh2") == 0) {
114 __u32 thresh2; local
119 if (get_u32(&thresh2, *argv, 0))
120 invarg("\"thresh2\" value is invalid", *argv);
122 addattr32(&req.n, sizeof(req), NDTA_THRESH2, thresh2);
425 __u32 thresh2 = rta_getattr_u32(tb[NDTA_THRESH2]); local
426 fprintf(fp, "thresh2 %u ", thresh2);
/external/opencv/cxcore/include/
H A Dcxtypes.h814 float** thresh2; /* For non-uniform histograms. */ member in struct:CvHistogram

Completed in 200 milliseconds