Home | History | Annotate | Download | only in dsp

Lines Matching refs:hev_thresh

162                                      int thresh, int ithresh, int hev_thresh) {
212 "slt %[temp5], %[hev_thresh], %[temp5] \n\t"
225 " slt %[temp15], %[hev_thresh], %[temp15] \n\t"
292 [ithresh]"r"(ithresh),[vstride]"r"(vstride), [hev_thresh]"r"(hev_thresh),
300 int thresh, int ithresh, int hev_thresh) {
362 "slt %[p3], %[hev_thresh], %[p3] \n\t"
364 " slt %[q3], %[hev_thresh], %[q3] \n\t"
421 [hev_thresh]"r"(hev_thresh), [hstride]"r"(hstride),
429 int thresh, int ithresh, int hev_thresh) {
430 FilterLoop26(p, stride, 1, 16, thresh, ithresh, hev_thresh);
434 int thresh, int ithresh, int hev_thresh) {
435 FilterLoop26(p, 1, stride, 16, thresh, ithresh, hev_thresh);
440 int thresh, int ithresh, int hev_thresh) {
441 FilterLoop26(u, stride, 1, 8, thresh, ithresh, hev_thresh);
442 FilterLoop26(v, stride, 1, 8, thresh, ithresh, hev_thresh);
446 int thresh, int ithresh, int hev_thresh) {
447 FilterLoop26(u, 1, stride, 8, thresh, ithresh, hev_thresh);
448 FilterLoop26(v, 1, stride, 8, thresh, ithresh, hev_thresh);
453 int thresh, int ithresh, int hev_thresh) {
457 FilterLoop24(p, stride, 1, 16, thresh, ithresh, hev_thresh);
462 int thresh, int ithresh, int hev_thresh) {
466 FilterLoop24(p, 1, stride, 16, thresh, ithresh, hev_thresh);
471 int thresh, int ithresh, int hev_thresh) {
472 FilterLoop24(u + 4 * stride, stride, 1, 8, thresh, ithresh, hev_thresh);
473 FilterLoop24(v + 4 * stride, stride, 1, 8, thresh, ithresh, hev_thresh);
477 int thresh, int ithresh, int hev_thresh) {
478 FilterLoop24(u + 4, 1, stride, 8, thresh, ithresh, hev_thresh);
479 FilterLoop24(v + 4, 1, stride, 8, thresh, ithresh, hev_thresh);