Lines Matching defs:thresh
530 static inline int hev(const uint8_t* p, int step, int thresh) { in hev()
535 static inline int needs_filter(const uint8_t* p, int step, int thresh) { in needs_filter()
553 static void SimpleVFilter16(uint8_t* p, int stride, int thresh) { in SimpleVFilter16()
562 static void SimpleHFilter16(uint8_t* p, int stride, int thresh) { in SimpleHFilter16()
571 static void SimpleVFilter16i(uint8_t* p, int stride, int thresh) { in SimpleVFilter16i()
579 static void SimpleHFilter16i(uint8_t* p, int stride, int thresh) { in SimpleHFilter16i()
591 int thresh, int ithresh, int hev_thresh) { in FilterLoop26()
605 int thresh, int ithresh, int hev_thresh) { in FilterLoop24()
620 int thresh, int ithresh, int hev_thresh) { in VFilter16()
625 int thresh, int ithresh, int hev_thresh) { in HFilter16()
631 int thresh, int ithresh, int hev_thresh) { in VFilter16i()
640 int thresh, int ithresh, int hev_thresh) { in HFilter16i()
650 int thresh, int ithresh, int hev_thresh) { in VFilter8()
656 int thresh, int ithresh, int hev_thresh) { in HFilter8()
662 int thresh, int ithresh, int hev_thresh) { in VFilter8i()
668 int thresh, int ithresh, int hev_thresh) { in HFilter8i()