Home
last modified time | relevance | path

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

/external/webp/src/dsp/
Ddec_sse2.c285 const __m128i t_max_h = _mm_subs_epu8(t_max, h); in GetNotHEV_SSE2() local
286 *not_hev = _mm_cmpeq_epi8(t_max_h, zero); // not_hev <= t1 && not_hev <= t2 in GetNotHEV_SSE2()