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

/external/webp/src/enc/
H A Dfilter.c80 static inline int needs_filter(const uint8_t* p, int step, int thresh) { function
101 if (needs_filter(p + i, stride, thresh)) {
110 if (needs_filter(p + i * stride, 1, thresh)) {
/external/webp/src/dec/
H A Ddsp.c535 static inline int needs_filter(const uint8_t* p, int step, int thresh) { function
556 if (needs_filter(p + i, stride, thresh)) {
565 if (needs_filter(p + i * stride, 1, thresh)) {

Completed in 100 milliseconds