Home | History | Annotate | Download | only in dsp

Lines Matching refs:hev_thresh

581                                      int thresh, int ithresh, int hev_thresh) {
585 if (hev(p, hstride, hev_thresh)) {
597 int thresh, int ithresh, int hev_thresh) {
601 if (hev(p, hstride, hev_thresh)) {
613 int thresh, int ithresh, int hev_thresh) {
614 FilterLoop26(p, stride, 1, 16, thresh, ithresh, hev_thresh);
618 int thresh, int ithresh, int hev_thresh) {
619 FilterLoop26(p, 1, stride, 16, thresh, ithresh, hev_thresh);
624 int thresh, int ithresh, int hev_thresh) {
628 FilterLoop24(p, stride, 1, 16, thresh, ithresh, hev_thresh);
633 int thresh, int ithresh, int hev_thresh) {
637 FilterLoop24(p, 1, stride, 16, thresh, ithresh, hev_thresh);
643 int thresh, int ithresh, int hev_thresh) {
644 FilterLoop26(u, stride, 1, 8, thresh, ithresh, hev_thresh);
645 FilterLoop26(v, stride, 1, 8, thresh, ithresh, hev_thresh);
649 int thresh, int ithresh, int hev_thresh) {
650 FilterLoop26(u, 1, stride, 8, thresh, ithresh, hev_thresh);
651 FilterLoop26(v, 1, stride, 8, thresh, ithresh, hev_thresh);
655 int thresh, int ithresh, int hev_thresh) {
656 FilterLoop24(u + 4 * stride, stride, 1, 8, thresh, ithresh, hev_thresh);
657 FilterLoop24(v + 4 * stride, stride, 1, 8, thresh, ithresh, hev_thresh);
661 int thresh, int ithresh, int hev_thresh) {
662 FilterLoop24(u + 4, 1, stride, 8, thresh, ithresh, hev_thresh);
663 FilterLoop24(v + 4, 1, stride, 8, thresh, ithresh, hev_thresh);