• Home
  • Raw
  • Download

Lines Matching refs:ithresh

591                                 int thresh, int ithresh, int hev_thresh) {  in FilterLoop26()  argument
593 if (needs_filter2(p, hstride, thresh, ithresh)) { in FilterLoop26()
605 int thresh, int ithresh, int hev_thresh) { in FilterLoop24() argument
607 if (needs_filter2(p, hstride, thresh, ithresh)) { in FilterLoop24()
620 int thresh, int ithresh, int hev_thresh) { in VFilter16() argument
621 FilterLoop26(p, stride, 1, 16, thresh, ithresh, hev_thresh); in VFilter16()
625 int thresh, int ithresh, int hev_thresh) { in HFilter16() argument
626 FilterLoop26(p, 1, stride, 16, thresh, ithresh, hev_thresh); in HFilter16()
631 int thresh, int ithresh, int hev_thresh) { in VFilter16i() argument
635 FilterLoop24(p, stride, 1, 16, thresh, ithresh, hev_thresh); in VFilter16i()
640 int thresh, int ithresh, int hev_thresh) { in HFilter16i() argument
644 FilterLoop24(p, 1, stride, 16, thresh, ithresh, hev_thresh); in HFilter16i()
650 int thresh, int ithresh, int hev_thresh) { in VFilter8() argument
651 FilterLoop26(u, stride, 1, 8, thresh, ithresh, hev_thresh); in VFilter8()
652 FilterLoop26(v, stride, 1, 8, thresh, ithresh, hev_thresh); in VFilter8()
656 int thresh, int ithresh, int hev_thresh) { in HFilter8() argument
657 FilterLoop26(u, 1, stride, 8, thresh, ithresh, hev_thresh); in HFilter8()
658 FilterLoop26(v, 1, stride, 8, thresh, ithresh, hev_thresh); in HFilter8()
662 int thresh, int ithresh, int hev_thresh) { in VFilter8i() argument
663 FilterLoop24(u + 4 * stride, stride, 1, 8, thresh, ithresh, hev_thresh); in VFilter8i()
664 FilterLoop24(v + 4 * stride, stride, 1, 8, thresh, ithresh, hev_thresh); in VFilter8i()
668 int thresh, int ithresh, int hev_thresh) { in HFilter8i() argument
669 FilterLoop24(u + 4, 1, stride, 8, thresh, ithresh, hev_thresh); in HFilter8i()
670 FilterLoop24(v + 4, 1, stride, 8, thresh, ithresh, hev_thresh); in HFilter8i()