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

  /external/webp/src/dsp/
dec.c 508 return (VP8kabs0[p1 - p0] > thresh) || (VP8kabs0[q1 - q0] > thresh);
513 return ((4 * VP8kabs0[p0 - q0] + VP8kabs0[p1 - q1]) <= t);
521 if ((4 * VP8kabs0[p0 - q0] + VP8kabs0[p1 - q1]) > t) return 0;
522 return VP8kabs0[p3 - p2] <= it && VP8kabs0[p2 - p1] <= it &&
523 VP8kabs0[p1 - p0] <= it && VP8kabs0[q3 - q2] <= it &
    [all...]
dsp.h 313 extern const uint8_t* const VP8kabs0; // abs(x) for x in [-255,255]
dec_clip_tables.c 345 const uint8_t* const VP8kabs0 = &abs0[255];

Completed in 87 milliseconds