HomeSort by relevance Sort by last modified time
    Searched defs:thresh2 (Results 1 - 3 of 3) sorted by null

  /external/iproute2/ip/
ipntable.c 49 " [ 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 = *(__u32 *)RTA_DATA(tb[NDTA_THRESH2]); local
426 fprintf(fp, "thresh2 %u ", thresh2);
  /external/opencv/cv/src/
cvpyrsegmentation.cpp 1841 int thresh2 = cvRound( threshold2 ); local
    [all...]
  /external/opencv/cxcore/include/
cxtypes.h 814 float** thresh2; /* For non-uniform histograms. */ member in struct:CvHistogram
    [all...]

Completed in 67 milliseconds