Lines Matching defs:thresh
429 int thresh) { in NeedsFilter_NEON()
513 static void SimpleVFilter16_NEON(uint8_t* p, int stride, int thresh) { in SimpleVFilter16_NEON()
523 static void SimpleHFilter16_NEON(uint8_t* p, int stride, int thresh) { in SimpleHFilter16_NEON()
567 #define NEEDS_FILTER(p1, p0, q0, q1, thresh, mask) \ argument
595 #define DO_FILTER2(p1, p0, q0, q1, thresh) \ argument
604 static void SimpleVFilter16_NEON(uint8_t* p, int stride, int thresh) { in SimpleVFilter16_NEON()
625 static void SimpleHFilter16_NEON(uint8_t* p, int stride, int thresh) { in SimpleHFilter16_NEON()
656 static void SimpleVFilter16i_NEON(uint8_t* p, int stride, int thresh) { in SimpleVFilter16i_NEON()
664 static void SimpleHFilter16i_NEON(uint8_t* p, int stride, int thresh) { in SimpleHFilter16i_NEON()
690 int ithresh, int thresh) { in NeedsFilter2_NEON()
838 int thresh, int ithresh, int hev_thresh) { in VFilter16_NEON()
855 int thresh, int ithresh, int hev_thresh) { in HFilter16_NEON()
873 int thresh, int ithresh, int hev_thresh) { in VFilter16i_NEON()
897 int thresh, int ithresh, int hev_thresh) { in HFilter16i_NEON()
920 int thresh, int ithresh, int hev_thresh) { in VFilter8_NEON()
936 int thresh, int ithresh, int hev_thresh) { in VFilter8i_NEON()
953 int thresh, int ithresh, int hev_thresh) { in HFilter8_NEON()
968 int thresh, int ithresh, int hev_thresh) { in HFilter8i_NEON()