Home | History | Annotate | Download | only in dsp

Lines Matching refs:hev_thresh

596                                      int thresh, int ithresh, int hev_thresh) {
599 if (hev(p, hstride, hev_thresh)) {
611 int thresh, int ithresh, int hev_thresh) {
614 if (hev(p, hstride, hev_thresh)) {
626 int thresh, int ithresh, int hev_thresh) {
627 FilterLoop26(p, stride, 1, 16, thresh, ithresh, hev_thresh);
631 int thresh, int ithresh, int hev_thresh) {
632 FilterLoop26(p, 1, stride, 16, thresh, ithresh, hev_thresh);
637 int thresh, int ithresh, int hev_thresh) {
641 FilterLoop24(p, stride, 1, 16, thresh, ithresh, hev_thresh);
646 int thresh, int ithresh, int hev_thresh) {
650 FilterLoop24(p, 1, stride, 16, thresh, ithresh, hev_thresh);
656 int thresh, int ithresh, int hev_thresh) {
657 FilterLoop26(u, stride, 1, 8, thresh, ithresh, hev_thresh);
658 FilterLoop26(v, stride, 1, 8, thresh, ithresh, hev_thresh);
662 int thresh, int ithresh, int hev_thresh) {
663 FilterLoop26(u, 1, stride, 8, thresh, ithresh, hev_thresh);
664 FilterLoop26(v, 1, stride, 8, thresh, ithresh, hev_thresh);
668 int thresh, int ithresh, int hev_thresh) {
669 FilterLoop24(u + 4 * stride, stride, 1, 8, thresh, ithresh, hev_thresh);
670 FilterLoop24(v + 4 * stride, stride, 1, 8, thresh, ithresh, hev_thresh);
674 int thresh, int ithresh, int hev_thresh) {
675 FilterLoop24(u + 4, 1, stride, 8, thresh, ithresh, hev_thresh);
676 FilterLoop24(v + 4, 1, stride, 8, thresh, ithresh, hev_thresh);