Home
last modified time | relevance | path

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

/external/webp/src/dsp/
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
Ddec_mips_dsp_r2.c163 const int thresh2 = 2 * thresh + 1; in FilterLoop26() local
305 const int thresh2 = 2 * thresh + 1; in FilterLoop24() local
489 const int thresh2 = 2 * thresh + 1; in SimpleVFilter16() local
558 const int thresh2 = 2 * thresh + 1; in SimpleHFilter16() local
Ddec.c531 const int thresh2 = 2 * thresh + 1; in SimpleVFilter16() local
541 const int thresh2 = 2 * thresh + 1; in SimpleHFilter16() local
571 const int thresh2 = 2 * thresh + 1; in FilterLoop26() local
587 const int thresh2 = 2 * thresh + 1; in FilterLoop24() local
/external/iproute2/ip/
Dipntable.c114 __u32 thresh2; in ipntable_modify() local
425 __u32 thresh2 = rta_getattr_u32(tb[NDTA_THRESH2]); in print_ntable() local
/external/opencv/cv/src/
Dcvpyrsegmentation.cpp1841 int thresh2 = cvRound( threshold2 ); in cvPyrSegmentation() local
/external/opencv/cxcore/include/
Dcxtypes.h814 float** thresh2; /* For non-uniform histograms. */ member
/external/opencv3/modules/core/include/opencv2/core/
Dtypes_c.h753 float** thresh2; /**< For non-uniform histograms. */ member