HomeSort by relevance Sort by last modified time
    Searched refs:DoFilter2 (Results 1 - 3 of 3) sorted by null

  /external/opencv3/3rdparty/libwebp/dsp/
dec_sse2.c 348 static WEBP_INLINE void DoFilter2(const __m128i* p1, __m128i* p0, __m128i* q0,
606 DoFilter2(&p1, &p0, &q0, &q1, thresh);
619 DoFilter2(&p1, &p0, &q0, &q1, thresh);
    [all...]
  /external/webp/src/dsp/
dec_sse2.c 407 static WEBP_INLINE void DoFilter2(__m128i* const p1, __m128i* const p0,
645 DoFilter2(&p1, &p0, &q0, &q1, thresh);
658 DoFilter2(&p1, &p0, &q0, &q1, thresh);
    [all...]
dec_neon.c 512 static void DoFilter2(const uint8x16_t p1, const uint8x16_t p0,
530 DoFilter2(p1, p0, q0, q1, mask, &op0, &oq0);
540 DoFilter2(p1, p0, q0, q1, mask, &op0, &oq0);
725 // This is a fused version of DoFilter2() calling ApplyFilter2 directly
    [all...]

Completed in 115 milliseconds