Searched refs:needs_filter (Results 1 – 4 of 4) sorted by relevance
/external/webp/src/dsp/ |
D | dec_mips32.c | 74 static WEBP_INLINE int needs_filter(const uint8_t* p, int step, int t) { in needs_filter() function 186 if (needs_filter(p + i, stride, thresh2)) { in SimpleVFilter16() 196 if (needs_filter(p + i * stride, 1, thresh2)) { in SimpleHFilter16()
|
D | dec.c | 510 static WEBP_INLINE int needs_filter(const uint8_t* p, int step, int t) { in needs_filter() function 533 if (needs_filter(p + i, stride, thresh2)) { in SimpleVFilter16() 543 if (needs_filter(p + i * stride, 1, thresh2)) { in SimpleHFilter16()
|
/external/opencv3/3rdparty/libwebp/enc/ |
D | filter.c | 81 static WEBP_INLINE int needs_filter(const uint8_t* p, int step, int thresh) { in needs_filter() function 103 if (needs_filter(p + i, stride, thresh)) { in SimpleVFilter16() 112 if (needs_filter(p + i * stride, 1, thresh)) { in SimpleHFilter16()
|
/external/opencv3/3rdparty/libwebp/dsp/ |
D | dec.c | 538 static WEBP_INLINE int needs_filter(const uint8_t* p, int step, int thresh) { in needs_filter() function 560 if (needs_filter(p + i, stride, thresh)) { in SimpleVFilter16() 569 if (needs_filter(p + i * stride, 1, thresh)) { in SimpleHFilter16()
|