Searched defs:thresh2 (Results 1 - 6 of 6) sorted by relevance
/external/iproute2/ip/ |
H A D | 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 = rta_getattr_u32(tb[NDTA_THRESH2]); local 426 fprintf(fp, "thresh2 %u ", thresh2);
|
/external/webp/src/dsp/ |
H A D | dec_mips32.c | 95 const int thresh2 = 2 * thresh + 1; local 97 if (needs_filter2(p, hstride, thresh2, ithresh)) { 111 const int thresh2 = 2 * thresh + 1; local 113 if (needs_filter2(p, hstride, thresh2, ithresh)) { 184 const int thresh2 = 2 * thresh + 1; local 186 if (needs_filter(p + i, stride, thresh2)) { 194 const int thresh2 = 2 * thresh + 1; local 196 if (needs_filter(p + i * stride, 1, thresh2)) {
|
H A D | dec_mips_dsp_r2.c | 163 const int thresh2 = 2 * thresh + 1; local 193 "subu %[temp3], %[temp15], %[thresh2] \n\t" 291 : [hstride]"r"(hstride), [thresh2]"r"(thresh2), 305 const int thresh2 = 2 * thresh + 1; local 326 "subu %[temp4], %[temp2], %[thresh2] \n\t" 422 [VP8kclip1]"r"(VP8kclip1), [thresh2]"r"(thresh2) 489 const int thresh2 = 2 * thresh + 1; local 508 "subu %[temp5], %[temp5], %[thresh2] \ 558 const int thresh2 = 2 * thresh + 1; local [all...] |
H A D | dec.c | 531 const int thresh2 = 2 * thresh + 1; local 533 if (needs_filter(p + i, stride, thresh2)) { 541 const int thresh2 = 2 * thresh + 1; local 543 if (needs_filter(p + i * stride, 1, thresh2)) { 571 const int thresh2 = 2 * thresh + 1; local 573 if (needs_filter2(p, hstride, thresh2, ithresh)) { 587 const int thresh2 = 2 * thresh + 1; local 589 if (needs_filter2(p, hstride, thresh2, ithresh)) {
|
/external/opencv/cv/src/ |
H A D | cvpyrsegmentation.cpp | 1841 int thresh2 = cvRound( threshold2 ); local 1867 comp, storage, level, thresh1, thresh2 )); 1874 comp, storage, level, thresh1, thresh2 ));
|
/external/opencv/cxcore/include/ |
H A D | cxtypes.h | 814 float** thresh2; /* For non-uniform histograms. */ member in struct:CvHistogram
|
Completed in 172 milliseconds