Home
last modified time | relevance | path

Searched refs:VP8kabs0 (Results 1 – 3 of 3) sorted by relevance

/external/webp/src/dsp/
Ddec.c508 return (VP8kabs0[p1 - p0] > thresh) || (VP8kabs0[q1 - q0] > thresh); in hev()
513 return ((4 * VP8kabs0[p0 - q0] + VP8kabs0[p1 - q1]) <= t); in needs_filter()
521 if ((4 * VP8kabs0[p0 - q0] + VP8kabs0[p1 - q1]) > t) return 0; in needs_filter2()
522 return VP8kabs0[p3 - p2] <= it && VP8kabs0[p2 - p1] <= it && in needs_filter2()
523 VP8kabs0[p1 - p0] <= it && VP8kabs0[q3 - q2] <= it && in needs_filter2()
524 VP8kabs0[q2 - q1] <= it && VP8kabs0[q1 - q0] <= it; in needs_filter2()
Ddec_clip_tables.c345 const uint8_t* const VP8kabs0 = &abs0[255]; variable
Ddsp.h309 extern const uint8_t* const VP8kabs0; // abs(x) for x in [-255,255]