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

/external/chromium_org/third_party/libwebp/dsp/
H A Ddec_sse2.c391 const __m128i m_thresh = _mm_set1_epi8(thresh); local
401 const __m128i t7 = _mm_subs_epu8(t6, m_thresh); // mask <= m_thresh
/external/webp/src/dsp/
H A Ddec_sse2.c391 const __m128i m_thresh = _mm_set1_epi8(thresh); local
401 const __m128i t7 = _mm_subs_epu8(t6, m_thresh); // mask <= m_thresh

Completed in 575 milliseconds