Searched defs:NeedsFilter (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/libwebp/dsp/
H A Ddec_neon.c440 static uint8x16_t NeedsFilter(const uint8x16_t p1, const uint8x16_t p0, function
516 const uint8x16_t mask = NeedsFilter(p1, p0, q0, q1, thresh);
526 const uint8x16_t mask = NeedsFilter(p1, p0, q0, q1, thresh);
680 const uint8x16_t mask1 = NeedsFilter(p1, p0, q0, q1, thresh);
H A Ddec_sse2.c386 static WEBP_INLINE void NeedsFilter(const __m128i* const p1, function
418 NeedsFilter(p1, p0, q0, q1, thresh, &mask);
746 NeedsFilter(p1, p0, q0, q1, thresh, &filter_mask);
/external/webp/src/dsp/
H A Ddec_neon.c440 static uint8x16_t NeedsFilter(const uint8x16_t p1, const uint8x16_t p0, function
516 const uint8x16_t mask = NeedsFilter(p1, p0, q0, q1, thresh);
526 const uint8x16_t mask = NeedsFilter(p1, p0, q0, q1, thresh);
680 const uint8x16_t mask1 = NeedsFilter(p1, p0, q0, q1, thresh);
H A Ddec_sse2.c386 static WEBP_INLINE void NeedsFilter(const __m128i* const p1, function
418 NeedsFilter(p1, p0, q0, q1, thresh, &mask);
746 NeedsFilter(p1, p0, q0, q1, thresh, &filter_mask);

Completed in 443 milliseconds