Searched refs:thresh1 (Results 1 – 2 of 2) sorted by relevance
/external/iproute2/ip/ |
D | ipntable.c | 104 __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/ |
D | cvpyrsegmentation.cpp | 1840 int thresh1 = cvRound( threshold1 ); in cvPyrSegmentation() local 1867 comp, storage, level, thresh1, thresh2 )); in cvPyrSegmentation() 1874 comp, storage, level, thresh1, thresh2 )); in cvPyrSegmentation()
|