/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)) {
|
/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)) {
|