Lines Matching defs:thresh
69 static WEBP_INLINE int hev(const uint8_t* p, int step, int thresh) { in hev()
94 int thresh, int ithresh, int hev_thresh) { in FilterLoop26()
110 int thresh, int ithresh, int hev_thresh) { in FilterLoop24()
126 int thresh, int ithresh, int hev_thresh) { in VFilter16()
131 int thresh, int ithresh, int hev_thresh) { in HFilter16()
137 int thresh, int ithresh, int hev_thresh) { in VFilter8()
143 int thresh, int ithresh, int hev_thresh) { in HFilter8()
149 int thresh, int ithresh, int hev_thresh) { in VFilter8i()
155 int thresh, int ithresh, int hev_thresh) { in HFilter8i()
162 int thresh, int ithresh, int hev_thresh) { in VFilter16i()
171 int thresh, int ithresh, int hev_thresh) { in HFilter16i()
182 static void SimpleVFilter16(uint8_t* p, int stride, int thresh) { in SimpleVFilter16()
192 static void SimpleHFilter16(uint8_t* p, int stride, int thresh) { in SimpleHFilter16()
202 static void SimpleVFilter16i(uint8_t* p, int stride, int thresh) { in SimpleVFilter16i()
210 static void SimpleHFilter16i(uint8_t* p, int stride, int thresh) { in SimpleHFilter16i()