HomeSort by relevance Sort by last modified time
    Searched full:last_pix (Results 1 - 1 of 1) sorted by null

  /external/webp/src/enc/
vp8l.c 57 uint32_t last_pix = ~argb[0]; // so we're sure that last_pix != argb[0] local
61 if (argb[x] == last_pix) {
64 last_pix = argb[x];
65 key = (kHashMul * last_pix) >> PALETTE_KEY_RIGHT_SHIFT;
68 colors[key] = last_pix;
75 } else if (colors[key] == last_pix) {
109 uint32_t last_pix = argb[0]; // so we're sure that pix_diff == 0 local
122 const uint32_t pix_diff = VP8LSubPixels(pix, last_pix);
127 last_pix = pix
    [all...]

Completed in 101 milliseconds