Home | History | Annotate | Download | only in dsp

Lines Matching refs:hev_thresh

91                                      int thresh, int ithresh, int hev_thresh) {
94 if (hev(p, hstride, hev_thresh)) {
106 int thresh, int ithresh, int hev_thresh) {
109 if (hev(p, hstride, hev_thresh)) {
121 int thresh, int ithresh, int hev_thresh) {
122 FilterLoop26(p, stride, 1, 16, thresh, ithresh, hev_thresh);
126 int thresh, int ithresh, int hev_thresh) {
127 FilterLoop26(p, 1, stride, 16, thresh, ithresh, hev_thresh);
132 int thresh, int ithresh, int hev_thresh) {
133 FilterLoop26(u, stride, 1, 8, thresh, ithresh, hev_thresh);
134 FilterLoop26(v, stride, 1, 8, thresh, ithresh, hev_thresh);
138 int thresh, int ithresh, int hev_thresh) {
139 FilterLoop26(u, 1, stride, 8, thresh, ithresh, hev_thresh);
140 FilterLoop26(v, 1, stride, 8, thresh, ithresh, hev_thresh);
144 int thresh, int ithresh, int hev_thresh) {
145 FilterLoop24(u + 4 * stride, stride, 1, 8, thresh, ithresh, hev_thresh);
146 FilterLoop24(v + 4 * stride, stride, 1, 8, thresh, ithresh, hev_thresh);
150 int thresh, int ithresh, int hev_thresh) {
151 FilterLoop24(u + 4, 1, stride, 8, thresh, ithresh, hev_thresh);
152 FilterLoop24(v + 4, 1, stride, 8, thresh, ithresh, hev_thresh);
157 int thresh, int ithresh, int hev_thresh) {
161 FilterLoop24(p, stride, 1, 16, thresh, ithresh, hev_thresh);
166 int thresh, int ithresh, int hev_thresh) {
170 FilterLoop24(p, 1, stride, 16, thresh, ithresh, hev_thresh);