Lines Matching refs:hev_thresh

277                                        int hev_thresh, __m128i* const not_hev) {  in GetNotHEV_SSE2()  argument
282 const __m128i h = _mm_set1_epi8(hev_thresh); in GetNotHEV_SSE2()
381 int hev_thresh) { in DoFilter4_SSE2() argument
391 GetNotHEV_SSE2(p1, p0, q0, q1, hev_thresh, &not_hev); in DoFilter4_SSE2()
428 int hev_thresh) { in DoFilter6_SSE2() argument
434 GetNotHEV_SSE2(p1, p0, q0, q1, hev_thresh, &not_hev); in DoFilter6_SSE2()
690 int thresh, int ithresh, int hev_thresh) { in VFilter16_SSE2() argument
704 DoFilter6_SSE2(&p2, &p1, &p0, &q0, &q1, &q2, &mask, hev_thresh); in VFilter16_SSE2()
716 int thresh, int ithresh, int hev_thresh) { in HFilter16_SSE2() argument
728 DoFilter6_SSE2(&p2, &p1, &p0, &q0, &q1, &q2, &mask, hev_thresh); in HFilter16_SSE2()
736 int thresh, int ithresh, int hev_thresh) { in VFilter16i_SSE2() argument
754 DoFilter4_SSE2(&p1, &p0, &p3, &p2, &mask, hev_thresh); in VFilter16i_SSE2()
769 int thresh, int ithresh, int hev_thresh) { in HFilter16i_SSE2() argument
786 DoFilter4_SSE2(&p1, &p0, &p3, &p2, &mask, hev_thresh); in HFilter16i_SSE2()
798 int thresh, int ithresh, int hev_thresh) { in VFilter8_SSE2() argument
811 DoFilter6_SSE2(&p2, &p1, &p0, &q0, &q1, &q2, &mask, hev_thresh); in VFilter8_SSE2()
823 int thresh, int ithresh, int hev_thresh) { in HFilter8_SSE2() argument
836 DoFilter6_SSE2(&p2, &p1, &p0, &q0, &q1, &q2, &mask, hev_thresh); in HFilter8_SSE2()
843 int thresh, int ithresh, int hev_thresh) { in VFilter8i_SSE2() argument
859 DoFilter4_SSE2(&p1, &p0, &q0, &q1, &mask, hev_thresh); in VFilter8i_SSE2()
869 int thresh, int ithresh, int hev_thresh) { in HFilter8i_SSE2() argument
881 DoFilter4_SSE2(&p1, &p0, &q0, &q1, &mask, hev_thresh); in HFilter8i_SSE2()