Lines Matching defs:thresh
522 static WEBP_INLINE int Hev(const uint8_t* p, int step, int thresh) { in Hev()
552 static void SimpleVFilter16_C(uint8_t* p, int stride, int thresh) { in SimpleVFilter16_C()
562 static void SimpleHFilter16_C(uint8_t* p, int stride, int thresh) { in SimpleHFilter16_C()
572 static void SimpleVFilter16i_C(uint8_t* p, int stride, int thresh) { in SimpleVFilter16i_C()
580 static void SimpleHFilter16i_C(uint8_t* p, int stride, int thresh) { in SimpleHFilter16i_C()
595 int thresh, int ithresh, in FilterLoop26_C()
612 int thresh, int ithresh, in FilterLoop24_C()
631 int thresh, int ithresh, int hev_thresh) { in VFilter16_C()
636 int thresh, int ithresh, int hev_thresh) { in HFilter16_C()
642 int thresh, int ithresh, int hev_thresh) { in VFilter16i_C()
653 int thresh, int ithresh, int hev_thresh) { in HFilter16i_C()
665 int thresh, int ithresh, int hev_thresh) { in VFilter8_C()
673 int thresh, int ithresh, int hev_thresh) { in HFilter8_C()
681 int thresh, int ithresh, int hev_thresh) { in VFilter8i_C()
689 int thresh, int ithresh, int hev_thresh) { in HFilter8i_C()