Lines Matching refs:hev_thresh
596 int thresh, int ithresh, int hev_thresh) { in FilterLoop26() argument
599 if (hev(p, hstride, hev_thresh)) { in FilterLoop26()
611 int thresh, int ithresh, int hev_thresh) { in FilterLoop24() argument
614 if (hev(p, hstride, hev_thresh)) { in FilterLoop24()
626 int thresh, int ithresh, int hev_thresh) { in VFilter16() argument
627 FilterLoop26(p, stride, 1, 16, thresh, ithresh, hev_thresh); in VFilter16()
631 int thresh, int ithresh, int hev_thresh) { in HFilter16() argument
632 FilterLoop26(p, 1, stride, 16, thresh, ithresh, hev_thresh); in HFilter16()
637 int thresh, int ithresh, int hev_thresh) { in VFilter16i() argument
641 FilterLoop24(p, stride, 1, 16, thresh, ithresh, hev_thresh); in VFilter16i()
646 int thresh, int ithresh, int hev_thresh) { in HFilter16i() argument
650 FilterLoop24(p, 1, stride, 16, thresh, ithresh, hev_thresh); in HFilter16i()
656 int thresh, int ithresh, int hev_thresh) { in VFilter8() argument
657 FilterLoop26(u, stride, 1, 8, thresh, ithresh, hev_thresh); in VFilter8()
658 FilterLoop26(v, stride, 1, 8, thresh, ithresh, hev_thresh); in VFilter8()
662 int thresh, int ithresh, int hev_thresh) { in HFilter8() argument
663 FilterLoop26(u, 1, stride, 8, thresh, ithresh, hev_thresh); in HFilter8()
664 FilterLoop26(v, 1, stride, 8, thresh, ithresh, hev_thresh); in HFilter8()
668 int thresh, int ithresh, int hev_thresh) { in VFilter8i() argument
669 FilterLoop24(u + 4 * stride, stride, 1, 8, thresh, ithresh, hev_thresh); in VFilter8i()
670 FilterLoop24(v + 4 * stride, stride, 1, 8, thresh, ithresh, hev_thresh); in VFilter8i()
674 int thresh, int ithresh, int hev_thresh) { in HFilter8i() argument
675 FilterLoop24(u + 4, 1, stride, 8, thresh, ithresh, hev_thresh); in HFilter8i()
676 FilterLoop24(v + 4, 1, stride, 8, thresh, ithresh, hev_thresh); in HFilter8i()