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

  /external/chromium_org/third_party/libwebp/dsp/
dec_mips32.c 33 p[-step] = VP8kclip1[p0 + a2];
34 p[ 0] = VP8kclip1[q0 - a1];
44 p[-2 * step] = VP8kclip1[p1 + a3];
45 p[- step] = VP8kclip1[p0 + a2];
46 p[ 0] = VP8kclip1[q0 - a1];
47 p[ step] = VP8kclip1[q1 - a3];
58 p[-3 * step] = VP8kclip1[p2 + a3];
59 p[-2 * step] = VP8kclip1[p1 + a2];
60 p[- step] = VP8kclip1[p0 + a1];
61 p[ 0] = VP8kclip1[q0 - a1]
    [all...]
dec.c 165 const uint8_t* const clip0 = VP8kclip1 - top[-1];
482 p[-step] = VP8kclip1[p0 + a2];
483 p[ 0] = VP8kclip1[q0 - a1];
493 p[-2*step] = VP8kclip1[p1 + a3];
494 p[- step] = VP8kclip1[p0 + a2];
495 p[ 0] = VP8kclip1[q0 - a1];
496 p[ step] = VP8kclip1[q1 - a3];
508 p[-3*step] = VP8kclip1[p2 + a3];
509 p[-2*step] = VP8kclip1[p1 + a2];
510 p[- step] = VP8kclip1[p0 + a1]
    [all...]
dsp.h 153 extern const uint8_t* const VP8kclip1; // clips [-255,511] to [0,255]
dec_clip_tables.c 344 const uint8_t* const VP8kclip1 = &clip1[255];

Completed in 2138 milliseconds