Home
last modified time | relevance | path

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

/external/iproute2/ip/
Dipntable.c104 __u32 thresh1; in ipntable_modify() local
109 if (get_u32(&thresh1, *argv, 0)) in ipntable_modify()
112 addattr32(&req.n, sizeof(req), NDTA_THRESH1, thresh1); in ipntable_modify()
421 __u32 thresh1 = *(__u32 *)RTA_DATA(tb[NDTA_THRESH1]); in print_ntable() local
422 fprintf(fp, "thresh1 %u ", thresh1); in print_ntable()
/external/opencv/cv/src/
Dcvpyrsegmentation.cpp1840 int thresh1 = cvRound( threshold1 ); in cvPyrSegmentation() local
1867 comp, storage, level, thresh1, thresh2 )); in cvPyrSegmentation()
1874 comp, storage, level, thresh1, thresh2 )); in cvPyrSegmentation()