Lines Matching defs:thresh
442 int thresh) { in NeedsFilter()
525 static void SimpleVFilter16(uint8_t* p, int stride, int thresh) { in SimpleVFilter16()
535 static void SimpleHFilter16(uint8_t* p, int stride, int thresh) { in SimpleHFilter16()
558 #define NEEDS_FILTER(p1, p0, q0, q1, thresh, mask) \ argument
586 #define DO_FILTER2(p1, p0, q0, q1, thresh) \ argument
595 static void SimpleVFilter16(uint8_t* p, int stride, int thresh) { in SimpleVFilter16()
616 static void SimpleHFilter16(uint8_t* p, int stride, int thresh) { in SimpleHFilter16()
644 static void SimpleVFilter16i(uint8_t* p, int stride, int thresh) { in SimpleVFilter16i()
652 static void SimpleHFilter16i(uint8_t* p, int stride, int thresh) { in SimpleHFilter16i()
678 int ithresh, int thresh) { in NeedsFilter2()
826 int thresh, int ithresh, int hev_thresh) { in VFilter16()
843 int thresh, int ithresh, int hev_thresh) { in HFilter16()
861 int thresh, int ithresh, int hev_thresh) { in VFilter16i()
885 int thresh, int ithresh, int hev_thresh) { in HFilter16i()
908 int thresh, int ithresh, int hev_thresh) { in VFilter8()
924 int thresh, int ithresh, int hev_thresh) { in VFilter8i()
941 int thresh, int ithresh, int hev_thresh) { in HFilter8()
956 int thresh, int ithresh, int hev_thresh) { in HFilter8i()