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/dsp/
dec_mips32.c 71 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)) {
dec.c 521 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/
dec_mips32.c 71 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)) {
dec.c 521 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 86 milliseconds