Home
last modified time | relevance | path

Searched refs:thresh2 (Results 1 – 6 of 6) sorted by relevance

/external/webp/src/dsp/
Ddec_mips32.c95 const int thresh2 = 2 * thresh + 1; in FilterLoop26() local
97 if (needs_filter2(p, hstride, thresh2, ithresh)) { in FilterLoop26()
111 const int thresh2 = 2 * thresh + 1; in FilterLoop24() local
113 if (needs_filter2(p, hstride, thresh2, ithresh)) { in FilterLoop24()
184 const int thresh2 = 2 * thresh + 1; in SimpleVFilter16() local
186 if (needs_filter(p + i, stride, thresh2)) { in SimpleVFilter16()
194 const int thresh2 = 2 * thresh + 1; in SimpleHFilter16() local
196 if (needs_filter(p + i * stride, 1, thresh2)) { in SimpleHFilter16()
Ddec_mips_dsp_r2.c163 const int thresh2 = 2 * thresh + 1; in FilterLoop26() local
291 : [hstride]"r"(hstride), [thresh2]"r"(thresh2), in FilterLoop26()
305 const int thresh2 = 2 * thresh + 1; in FilterLoop24() local
422 [VP8kclip1]"r"(VP8kclip1), [thresh2]"r"(thresh2) in FilterLoop24()
489 const int thresh2 = 2 * thresh + 1; in SimpleVFilter16() local
540 : [stride]"r"(stride), [VP8kclip1]"r"(VP8kclip1), [thresh2]"r"(thresh2) in SimpleVFilter16()
558 const int thresh2 = 2 * thresh + 1; in SimpleHFilter16() local
602 : [stride]"r"(stride), [VP8kclip1]"r"(VP8kclip1), [thresh2]"r"(thresh2) in SimpleHFilter16()
Ddec.c555 const int thresh2 = 2 * thresh + 1; in SimpleVFilter16_C() local
557 if (NeedsFilter_C(p + i, stride, thresh2)) { in SimpleVFilter16_C()
565 const int thresh2 = 2 * thresh + 1; in SimpleHFilter16_C() local
567 if (NeedsFilter_C(p + i * stride, 1, thresh2)) { in SimpleHFilter16_C()
598 const int thresh2 = 2 * thresh + 1; in FilterLoop26_C() local
600 if (NeedsFilter2_C(p, hstride, thresh2, ithresh)) { in FilterLoop26_C()
615 const int thresh2 = 2 * thresh + 1; in FilterLoop24_C() local
617 if (NeedsFilter2_C(p, hstride, thresh2, ithresh)) { in FilterLoop24_C()
/external/iproute2/ip/
Dipntable.c107 __u32 thresh2; in ipntable_modify() local
112 if (get_u32(&thresh2, *argv, 0)) in ipntable_modify()
115 addattr32(&req.n, sizeof(req), NDTA_THRESH2, thresh2); in ipntable_modify()
416 __u32 thresh2 = rta_getattr_u32(tb[NDTA_THRESH2]); in print_ntable() local
418 fprintf(fp, "thresh2 %u ", thresh2); in print_ntable()
/external/blktrace/iowatcher/
Dplot.h141 …_line_graph(struct plot *plot, struct graph_line_data *gld, char *color, int thresh1, int thresh2);
Dplot.c785 …g_line_graph(struct plot *plot, struct graph_line_data *gld, char *color, int thresh1, int thresh2) in svg_line_graph() argument
800 if (thresh1 && thresh2) in svg_line_graph()
818 if (!thresh1 && !thresh2) { in svg_line_graph()
829 } else if (avg > thresh1 || avg > thresh2) { in svg_line_graph()