Lines Matching refs:ithresh
690 int ithresh, int thresh) { in NeedsFilter2_NEON() argument
691 const uint8x16_t ithresh_v = vdupq_n_u8((uint8_t)ithresh); in NeedsFilter2_NEON()
838 int thresh, int ithresh, int hev_thresh) { in VFilter16_NEON() argument
843 ithresh, thresh); in VFilter16_NEON()
855 int thresh, int ithresh, int hev_thresh) { in HFilter16_NEON() argument
860 ithresh, thresh); in HFilter16_NEON()
873 int thresh, int ithresh, int hev_thresh) { in VFilter16i_NEON() argument
883 NeedsFilter2_NEON(p3, p2, p1, p0, q0, q1, q2, q3, ithresh, thresh); in VFilter16i_NEON()
897 int thresh, int ithresh, int hev_thresh) { in HFilter16i_NEON() argument
907 NeedsFilter2_NEON(p3, p2, p1, p0, q0, q1, q2, q3, ithresh, thresh); in HFilter16i_NEON()
920 int thresh, int ithresh, int hev_thresh) { in VFilter8_NEON() argument
925 ithresh, thresh); in VFilter8_NEON()
936 int thresh, int ithresh, int hev_thresh) { in VFilter8i_NEON() argument
943 ithresh, thresh); in VFilter8i_NEON()
953 int thresh, int ithresh, int hev_thresh) { in HFilter8_NEON() argument
958 ithresh, thresh); in HFilter8_NEON()
968 int thresh, int ithresh, int hev_thresh) { in HFilter8i_NEON() argument
975 ithresh, thresh); in HFilter8i_NEON()