Home
last modified time | relevance | path

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

/external/webp/src/utils/
Dutils.c259 uint32_t last_pix = ~argb[0]; // so we're sure that last_pix != argb[0] in WebPGetColorPalette() local
266 if (argb[x] == last_pix) { in WebPGetColorPalette()
269 last_pix = argb[x]; in WebPGetColorPalette()
270 key = VP8LHashPix(last_pix, COLOR_HASH_RIGHT_SHIFT); in WebPGetColorPalette()
273 colors[key] = last_pix; in WebPGetColorPalette()
280 } else if (colors[key] == last_pix) { in WebPGetColorPalette()