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

  /external/chromium_org/third_party/libwebp/enc/
filter.c 81 static WEBP_INLINE int needs_filter(const uint8_t* p, int step, int thresh) { function
103 if (needs_filter(p + i, stride, thresh)) {
112 if (needs_filter(p + i * stride, 1, thresh)) {
  /external/webp/src/enc/
filter.c 81 static WEBP_INLINE int needs_filter(const uint8_t* p, int step, int thresh) { function
103 if (needs_filter(p + i, stride, thresh)) {
112 if (needs_filter(p + i * stride, 1, thresh)) {
  /external/chromium_org/third_party/libwebp/dsp/
dec.c 538 static WEBP_INLINE int needs_filter(const uint8_t* p, int step, int thresh) { function
560 if (needs_filter(p + i, stride, thresh)) {
569 if (needs_filter(p + i * stride, 1, thresh)) {
dec_neon.c 36 #define NEEDS_FILTER(p1, p0, q0, q1, thresh, mask) \
65 NEEDS_FILTER(p1, p0, q0, q1, thresh, q9) /* filter mask in q9 */ \
  /external/webp/src/dsp/
dec.c 538 static WEBP_INLINE int needs_filter(const uint8_t* p, int step, int thresh) { function
560 if (needs_filter(p + i, stride, thresh)) {
569 if (needs_filter(p + i * stride, 1, thresh)) {
dec_neon.c 36 #define NEEDS_FILTER(p1, p0, q0, q1, thresh, mask) \
65 NEEDS_FILTER(p1, p0, q0, q1, thresh, q9) /* filter mask in q9 */ \

Completed in 349 milliseconds