HomeSort by relevance Sort by last modified time
    Searched full:m_thresh (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libwebp/dsp/
dec_sse2.c 391 const __m128i m_thresh = _mm_set1_epi8(thresh); local
401 const __m128i t7 = _mm_subs_epu8(t6, m_thresh); // mask <= m_thresh
    [all...]
  /external/webp/src/dsp/
dec_sse2.c 391 const __m128i m_thresh = _mm_set1_epi8(thresh); local
401 const __m128i t7 = _mm_subs_epu8(t6, m_thresh); // mask <= m_thresh
    [all...]

Completed in 762 milliseconds