Searched refs:VP8kabs0 (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/libwebp/dsp/
H A Ddec.c518 return (VP8kabs0[p1 - p0] > thresh) || (VP8kabs0[q1 - q0] > thresh);
523 return ((4 * VP8kabs0[p0 - q0] + VP8kabs0[p1 - q1]) <= t);
531 if ((4 * VP8kabs0[p0 - q0] + VP8kabs0[p1 - q1]) > t) return 0;
532 return VP8kabs0[p3 - p2] <= it && VP8kabs0[p2 - p1] <= it &&
533 VP8kabs0[p1 - p0] <= it && VP8kabs0[q
[all...]
H A Ddsp.h154 extern const uint8_t* const VP8kabs0; // abs(x) for x in [-255,255]
H A Ddec_clip_tables.c345 const uint8_t* const VP8kabs0 = &abs0[255]; variable
/external/webp/src/dsp/
H A Ddec.c518 return (VP8kabs0[p1 - p0] > thresh) || (VP8kabs0[q1 - q0] > thresh);
523 return ((4 * VP8kabs0[p0 - q0] + VP8kabs0[p1 - q1]) <= t);
531 if ((4 * VP8kabs0[p0 - q0] + VP8kabs0[p1 - q1]) > t) return 0;
532 return VP8kabs0[p3 - p2] <= it && VP8kabs0[p2 - p1] <= it &&
533 VP8kabs0[p1 - p0] <= it && VP8kabs0[q
[all...]
H A Ddsp.h154 extern const uint8_t* const VP8kabs0; // abs(x) for x in [-255,255]
H A Ddec_clip_tables.c345 const uint8_t* const VP8kabs0 = &abs0[255]; variable

Completed in 2451 milliseconds