Searched refs:NeedsFilter_C (Results 1 – 2 of 2) sorted by relevance
/third_party/flutter/skia/third_party/externals/libwebp/src/dsp/ |
D | dec.c | 530 static WEBP_INLINE int NeedsFilter_C(const uint8_t* p, int step, int t) { in NeedsFilter_C() function 557 if (NeedsFilter_C(p + i, stride, thresh2)) { in SimpleVFilter16_C() 567 if (NeedsFilter_C(p + i * stride, 1, thresh2)) { in SimpleHFilter16_C()
|
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
D | dec.c | 530 static WEBP_INLINE int NeedsFilter_C(const uint8_t* p, int step, int t) { in NeedsFilter_C() function 557 if (NeedsFilter_C(p + i, stride, thresh2)) { in SimpleVFilter16_C() 567 if (NeedsFilter_C(p + i * stride, 1, thresh2)) { in SimpleHFilter16_C()
|