Home | History | Annotate | Download | only in dsp

Lines Matching refs:hstride

595                                      int hstride, int vstride, int size,
598 if (needs_filter2(p, hstride, thresh, ithresh)) {
599 if (hev(p, hstride, hev_thresh)) {
600 do_filter2(p, hstride);
602 do_filter6(p, hstride);
610 int hstride, int vstride, int size,
613 if (needs_filter2(p, hstride, thresh, ithresh)) {
614 if (hev(p, hstride, hev_thresh)) {
615 do_filter2(p, hstride);
617 do_filter4(p, hstride);