Searched refs:t_3 (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libwebp/dsp/
H A Ddec_sse2.c333 const __m128i t_3 = _mm_subs_epu8(t_1, h); // abs(p1 - p0) - hev_tresh local
336 *not_hev = _mm_or_si128(t_3, t_4);
/external/webp/src/dsp/
H A Ddec_sse2.c333 const __m128i t_3 = _mm_subs_epu8(t_1, h); // abs(p1 - p0) - hev_tresh local
336 *not_hev = _mm_or_si128(t_3, t_4);

Completed in 208 milliseconds