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

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

Completed in 154 milliseconds