Home | History | Annotate | Download | only in dsp

Lines Matching full:hev_thresh

589                                      int thresh, int ithresh, int hev_thresh) {
592 if (hev(p, hstride, hev_thresh)) {
604 int thresh, int ithresh, int hev_thresh) {
607 if (hev(p, hstride, hev_thresh)) {
619 int thresh, int ithresh, int hev_thresh) {
620 FilterLoop26(p, stride, 1, 16, thresh, ithresh, hev_thresh);
624 int thresh, int ithresh, int hev_thresh) {
625 FilterLoop26(p, 1, stride, 16, thresh, ithresh, hev_thresh);
630 int thresh, int ithresh, int hev_thresh) {
634 FilterLoop24(p, stride, 1, 16, thresh, ithresh, hev_thresh);
639 int thresh, int ithresh, int hev_thresh) {
643 FilterLoop24(p, 1, stride, 16, thresh, ithresh, hev_thresh);
649 int thresh, int ithresh, int hev_thresh) {
650 FilterLoop26(u, stride, 1, 8, thresh, ithresh, hev_thresh);
651 FilterLoop26(v, stride, 1, 8, thresh, ithresh, hev_thresh);
655 int thresh, int ithresh, int hev_thresh) {
656 FilterLoop26(u, 1, stride, 8, thresh, ithresh, hev_thresh);
657 FilterLoop26(v, 1, stride, 8, thresh, ithresh, hev_thresh);
661 int thresh, int ithresh, int hev_thresh) {
662 FilterLoop24(u + 4 * stride, stride, 1, 8, thresh, ithresh, hev_thresh);
663 FilterLoop24(v + 4 * stride, stride, 1, 8, thresh, ithresh, hev_thresh);
667 int thresh, int ithresh, int hev_thresh) {
668 FilterLoop24(u + 4, 1, stride, 8, thresh, ithresh, hev_thresh);
669 FilterLoop24(v + 4, 1, stride, 8, thresh, ithresh, hev_thresh);