/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 */ \
|