Searched refs:last_pix (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libwebp/enc/
H A Dvp8l.c55 uint32_t last_pix = ~argb[0]; // so we're sure that last_pix != argb[0] local
59 if (argb[x] == last_pix) {
62 last_pix = argb[x];
63 key = (kHashMul * last_pix) >> PALETTE_KEY_RIGHT_SHIFT;
66 colors[key] = last_pix;
73 } else if (colors[key] == last_pix) {
107 uint32_t last_pix = argb[0]; // so we're sure that pix_diff == 0 local
115 const uint32_t pix_diff = VP8LSubPixels(pix, last_pix);
120 last_pix
906 uint32_t last_pix = palette[0]; local
[all...]
/external/webp/src/enc/
H A Dvp8l.c55 uint32_t last_pix = ~argb[0]; // so we're sure that last_pix != argb[0] local
59 if (argb[x] == last_pix) {
62 last_pix = argb[x];
63 key = (kHashMul * last_pix) >> PALETTE_KEY_RIGHT_SHIFT;
66 colors[key] = last_pix;
73 } else if (colors[key] == last_pix) {
107 uint32_t last_pix = argb[0]; // so we're sure that pix_diff == 0 local
115 const uint32_t pix_diff = VP8LSubPixels(pix, last_pix);
120 last_pix
906 uint32_t last_pix = palette[0]; local
[all...]

Completed in 59 milliseconds