Home | History | Annotate | Download | only in dsp

Lines Matching refs:hev_thresh

327                                   int hev_thresh, __m128i* const not_hev) {
332 const __m128i h = _mm_set1_epi8(hev_thresh);
430 const __m128i* const mask, int hev_thresh) {
438 GetNotHEV(p1, p0, q0, q1, hev_thresh, &not_hev);
476 const __m128i* const mask, int hev_thresh) {
482 GetNotHEV(p1, p0, q0, q1, hev_thresh, &not_hev);
752 int thresh, int ithresh, int hev_thresh) {
766 DoFilter6(&p2, &p1, &p0, &q0, &q1, &q2, &mask, hev_thresh);
778 int thresh, int ithresh, int hev_thresh) {
790 DoFilter6(&p2, &p1, &p0, &q0, &q1, &q2, &mask, hev_thresh);
798 int thresh, int ithresh, int hev_thresh) {
816 DoFilter4(&p1, &p0, &p3, &p2, &mask, hev_thresh);
831 int thresh, int ithresh, int hev_thresh) {
848 DoFilter4(&p1, &p0, &p3, &p2, &mask, hev_thresh);
860 int thresh, int ithresh, int hev_thresh) {
873 DoFilter6(&p2, &p1, &p0, &q0, &q1, &q2, &mask, hev_thresh);
885 int thresh, int ithresh, int hev_thresh) {
898 DoFilter6(&p2, &p1, &p0, &q0, &q1, &q2, &mask, hev_thresh);
905 int thresh, int ithresh, int hev_thresh) {
921 DoFilter4(&p1, &p0, &q0, &q1, &mask, hev_thresh);
931 int thresh, int ithresh, int hev_thresh) {
943 DoFilter4(&p1, &p0, &q0, &q1, &mask, hev_thresh);