Home
last modified time | relevance | path

Searched refs:not_hev (Results 1 – 1 of 1) sorted by relevance

/external/webp/src/dsp/
Ddec_sse2.c277 int hev_thresh, __m128i* const not_hev) { in GetNotHEV_SSE2() argument
286 *not_hev = _mm_cmpeq_epi8(t_max_h, zero); // not_hev <= t1 && not_hev <= t2 in GetNotHEV_SSE2()
387 __m128i not_hev; in DoFilter4_SSE2() local
391 GetNotHEV_SSE2(p1, p0, q0, q1, hev_thresh, &not_hev); in DoFilter4_SSE2()
397 t1 = _mm_andnot_si128(not_hev, t1); // hev(p1 - q1) in DoFilter4_SSE2()
417 t3 = _mm_and_si128(not_hev, t3); // if !hev in DoFilter4_SSE2()
431 __m128i a, not_hev; in DoFilter6_SSE2() local
434 GetNotHEV_SSE2(p1, p0, q0, q1, hev_thresh, &not_hev); in DoFilter6_SSE2()
441 const __m128i m = _mm_andnot_si128(not_hev, *mask); in DoFilter6_SSE2()
450 const __m128i m = _mm_and_si128(not_hev, *mask); in DoFilter6_SSE2()