Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/libwebp/src/utils/
Dutils.c267 uint32_t last_pix = ~argb[0]; // so we're sure that last_pix != argb[0] in WebPGetColorPalette() local
274 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()
/third_party/ffmpeg/libavcodec/
Dproresenc_anatoliy.c481 uint16_t last_pix, *last_line; in subimage_with_fill_template() local
504 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()