Searched refs:last_pix (Results 1 – 2 of 2) sorted by relevance
267 uint32_t last_pix = ~argb[0]; // so we're sure that last_pix != argb[0] in WebPGetColorPalette() local274 if (argb[x] == last_pix) { in WebPGetColorPalette()277 last_pix = argb[x]; in WebPGetColorPalette()278 key = VP8LHashPix(last_pix, COLOR_HASH_RIGHT_SHIFT); in WebPGetColorPalette()281 colors[key] = last_pix; in WebPGetColorPalette()288 } else if (colors[key] == last_pix) { in WebPGetColorPalette()
481 uint16_t last_pix, *last_line; in subimage_with_fill_template() local504 last_pix = dst[j - 1]; in subimage_with_fill_template()506 last_pix = dst[j - 1] << 6; /* alpha 10b to 16b */ in subimage_with_fill_template()509 dst[j] = last_pix; in subimage_with_fill_template()