Lines Matching refs:hev_thresh

94                                      int thresh, int ithresh, int hev_thresh) {  in FilterLoop26()  argument
98 if (hev(p, hstride, hev_thresh)) { in FilterLoop26()
110 int thresh, int ithresh, int hev_thresh) { in FilterLoop24() argument
114 if (hev(p, hstride, hev_thresh)) { in FilterLoop24()
126 int thresh, int ithresh, int hev_thresh) { in VFilter16() argument
127 FilterLoop26(p, stride, 1, 16, thresh, ithresh, hev_thresh); in VFilter16()
131 int thresh, int ithresh, int hev_thresh) { in HFilter16() argument
132 FilterLoop26(p, 1, stride, 16, thresh, ithresh, hev_thresh); in HFilter16()
137 int thresh, int ithresh, int hev_thresh) { in VFilter8() argument
138 FilterLoop26(u, stride, 1, 8, thresh, ithresh, hev_thresh); in VFilter8()
139 FilterLoop26(v, stride, 1, 8, thresh, ithresh, hev_thresh); in VFilter8()
143 int thresh, int ithresh, int hev_thresh) { in HFilter8() argument
144 FilterLoop26(u, 1, stride, 8, thresh, ithresh, hev_thresh); in HFilter8()
145 FilterLoop26(v, 1, stride, 8, thresh, ithresh, hev_thresh); in HFilter8()
149 int thresh, int ithresh, int hev_thresh) { in VFilter8i() argument
150 FilterLoop24(u + 4 * stride, stride, 1, 8, thresh, ithresh, hev_thresh); in VFilter8i()
151 FilterLoop24(v + 4 * stride, stride, 1, 8, thresh, ithresh, hev_thresh); in VFilter8i()
155 int thresh, int ithresh, int hev_thresh) { in HFilter8i() argument
156 FilterLoop24(u + 4, 1, stride, 8, thresh, ithresh, hev_thresh); in HFilter8i()
157 FilterLoop24(v + 4, 1, stride, 8, thresh, ithresh, hev_thresh); in HFilter8i()
162 int thresh, int ithresh, int hev_thresh) { in VFilter16i() argument
166 FilterLoop24(p, stride, 1, 16, thresh, ithresh, hev_thresh); in VFilter16i()
171 int thresh, int ithresh, int hev_thresh) { in HFilter16i() argument
175 FilterLoop24(p, 1, stride, 16, thresh, ithresh, hev_thresh); in HFilter16i()