Lines Matching refs:hev_thresh
665 int hev_thresh) { in NeedsHev() argument
666 const uint8x16_t hev_thresh_v = vdupq_n_u8((uint8_t)hev_thresh); in NeedsHev()
826 int thresh, int ithresh, int hev_thresh) { in VFilter16() argument
832 const uint8x16_t hev_mask = NeedsHev(p1, p0, q0, q1, hev_thresh); in VFilter16()
843 int thresh, int ithresh, int hev_thresh) { in HFilter16() argument
849 const uint8x16_t hev_mask = NeedsHev(p1, p0, q0, q1, hev_thresh); in HFilter16()
861 int thresh, int ithresh, int hev_thresh) { in VFilter16i() argument
872 const uint8x16_t hev_mask = NeedsHev(p1, p0, q0, q1, hev_thresh); in VFilter16i()
885 int thresh, int ithresh, int hev_thresh) { in HFilter16i() argument
896 const uint8x16_t hev_mask = NeedsHev(p1, p0, q0, q1, hev_thresh); in HFilter16i()
908 int thresh, int ithresh, int hev_thresh) { in VFilter8() argument
914 const uint8x16_t hev_mask = NeedsHev(p1, p0, q0, q1, hev_thresh); in VFilter8()
924 int thresh, int ithresh, int hev_thresh) { in VFilter8i() argument
932 const uint8x16_t hev_mask = NeedsHev(p1, p0, q0, q1, hev_thresh); in VFilter8i()
941 int thresh, int ithresh, int hev_thresh) { in HFilter8() argument
947 const uint8x16_t hev_mask = NeedsHev(p1, p0, q0, q1, hev_thresh); in HFilter8()
956 int thresh, int ithresh, int hev_thresh) { in HFilter8i() argument
964 const uint8x16_t hev_mask = NeedsHev(p1, p0, q0, q1, hev_thresh); in HFilter8i()