Home | History | Annotate | Download | only in dsp

Lines Matching refs:hstride

93                                      int hstride, int vstride, int size,
97 if (needs_filter2(p, hstride, thresh2, ithresh)) {
98 if (hev(p, hstride, hev_thresh)) {
99 do_filter2(p, hstride);
101 do_filter6(p, hstride);
109 int hstride, int vstride, int size,
113 if (needs_filter2(p, hstride, thresh2, ithresh)) {
114 if (hev(p, hstride, hev_thresh)) {
115 do_filter2(p, hstride);
117 do_filter4(p, hstride);