Home
last modified time | relevance | path

Searched refs:needs_filter (Results 1 – 2 of 2) sorted by relevance

/external/webp/src/dsp/
Ddec_mips32.c71 static WEBP_INLINE int needs_filter(const uint8_t* p, int step, int thresh) { in needs_filter() function
180 if (needs_filter(p + i, stride, thresh)) { in SimpleVFilter16()
189 if (needs_filter(p + i * stride, 1, thresh)) { in SimpleHFilter16()
Ddec.c521 static WEBP_INLINE int needs_filter(const uint8_t* p, int step, int t) { in needs_filter() function
544 if (needs_filter(p + i, stride, thresh2)) { in SimpleVFilter16()
554 if (needs_filter(p + i * stride, 1, thresh2)) { in SimpleHFilter16()