HomeSort by relevance Sort by last modified time
    Searched refs:needs_filter (Results 1 - 4 of 4) sorted by null

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

Completed in 218 milliseconds