Lines Matching defs:thresh
523 static WEBP_INLINE int Hev(const uint8_t* p, int step, int thresh) { in Hev()
553 static void SimpleVFilter16_C(uint8_t* p, int stride, int thresh) { in SimpleVFilter16_C()
563 static void SimpleHFilter16_C(uint8_t* p, int stride, int thresh) { in SimpleHFilter16_C()
573 static void SimpleVFilter16i_C(uint8_t* p, int stride, int thresh) { in SimpleVFilter16i_C()
581 static void SimpleHFilter16i_C(uint8_t* p, int stride, int thresh) { in SimpleHFilter16i_C()
596 int thresh, int ithresh, in FilterLoop26_C()
613 int thresh, int ithresh, in FilterLoop24_C()
632 int thresh, int ithresh, int hev_thresh) { in VFilter16_C()
637 int thresh, int ithresh, int hev_thresh) { in HFilter16_C()
643 int thresh, int ithresh, int hev_thresh) { in VFilter16i_C()
654 int thresh, int ithresh, int hev_thresh) { in HFilter16i_C()
666 int thresh, int ithresh, int hev_thresh) { in VFilter8_C()
674 int thresh, int ithresh, int hev_thresh) { in HFilter8_C()
682 int thresh, int ithresh, int hev_thresh) { in VFilter8i_C()
690 int thresh, int ithresh, int hev_thresh) { in HFilter8i_C()