Home | History | Annotate | Download | only in dsp

Lines Matching refs:hstride

569                                      int hstride, int vstride, int size,
573 if (needs_filter2(p, hstride, thresh2, ithresh)) {
574 if (hev(p, hstride, hev_thresh)) {
575 do_filter2(p, hstride);
577 do_filter6(p, hstride);
585 int hstride, int vstride, int size,
589 if (needs_filter2(p, hstride, thresh2, ithresh)) {
590 if (hev(p, hstride, hev_thresh)) {
591 do_filter2(p, hstride);
593 do_filter4(p, hstride);