Home
last modified time | relevance | path

Searched defs:thresh2 (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/webp/src/dsp/
H A Ddec_mips32.c95 const int thresh2 = 2 * thresh + 1; in FilterLoop26() local
111 const int thresh2 = 2 * thresh + 1; in FilterLoop24() local
184 const int thresh2 = 2 * thresh + 1; in SimpleVFilter16() local
194 const int thresh2 = 2 * thresh + 1; in SimpleHFilter16() local
H A Ddec_mips_dsp_r2.c161 const int thresh2 = 2 * thresh + 1; in FilterLoop26() local
303 const int thresh2 = 2 * thresh + 1; in FilterLoop24() local
485 const int thresh2 = 2 * thresh + 1; in SimpleVFilter16() local
554 const int thresh2 = 2 * thresh + 1; in SimpleHFilter16() local
H A Ddec.c554 const int thresh2 = 2 * thresh + 1; in SimpleVFilter16_C() local
564 const int thresh2 = 2 * thresh + 1; in SimpleHFilter16_C() local
597 const int thresh2 = 2 * thresh + 1; in FilterLoop26_C() local
614 const int thresh2 = 2 * thresh + 1; in FilterLoop24_C() local
/aosp_15_r20/external/iproute2/ip/
H A Dipntable.c107 __u32 thresh2; in ipntable_modify() local
416 __u32 thresh2 = rta_getattr_u32(tb[NDTA_THRESH2]); in print_ntable() local
/aosp_15_r20/external/blktrace/iowatcher/
H A Dplot.c785 …g_line_graph(struct plot *plot, struct graph_line_data *gld, char *color, int thresh1, int thresh2) in svg_line_graph()