Lines Matching refs:ithresh
672 #define COMPLEX_FL_MASK(p1, p0, q0, q1, thresh, ithresh, mask) { \ argument
674 const __m128i it = _mm_set1_epi8(ithresh); \
683 int thresh, int ithresh, int hev_thresh) { in VFilter16SSE2() argument
696 COMPLEX_FL_MASK(p1, p0, q0, q1, thresh, ithresh, mask); in VFilter16SSE2()
709 int thresh, int ithresh, int hev_thresh) { in HFilter16SSE2() argument
720 COMPLEX_FL_MASK(p1, p0, q0, q1, thresh, ithresh, mask); in HFilter16SSE2()
729 int thresh, int ithresh, int hev_thresh) { in VFilter16iSSE2() argument
745 COMPLEX_FL_MASK(p1, p0, q0, q1, thresh, ithresh, mask); in VFilter16iSSE2()
757 int thresh, int ithresh, int hev_thresh) { in HFilter16iSSE2() argument
772 COMPLEX_FL_MASK(p1, p0, q0, q1, thresh, ithresh, mask); in HFilter16iSSE2()
784 int thresh, int ithresh, int hev_thresh) { in VFilter8SSE2() argument
796 COMPLEX_FL_MASK(p1, p0, q0, q1, thresh, ithresh, mask); in VFilter8SSE2()
809 int thresh, int ithresh, int hev_thresh) { in HFilter8SSE2() argument
821 COMPLEX_FL_MASK(p1, p0, q0, q1, thresh, ithresh, mask); in HFilter8SSE2()
829 int thresh, int ithresh, int hev_thresh) { in VFilter8iSSE2() argument
844 COMPLEX_FL_MASK(p1, p0, q0, q1, thresh, ithresh, mask); in VFilter8iSSE2()
855 int thresh, int ithresh, int hev_thresh) { in HFilter8iSSE2() argument
866 COMPLEX_FL_MASK(p1, p0, q0, q1, thresh, ithresh, mask); in HFilter8iSSE2()