Home
last modified time | relevance | path

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

/external/webp/src/utils/
Dutils.h156 WEBP_EXTERN void WebPCopyPixels(const struct WebPPicture* const src,
Dutils.c237 void WebPCopyPixels(const WebPPicture* const src, WebPPicture* const dst) { in WebPCopyPixels() function
/external/webp/src/mux/
Danim_encode.c831 WebPCopyPixels(enc->curr_canvas_, &enc->curr_canvas_copy_); in CopyCurrentCanvas()
1129 WebPCopyPixels(prev_canvas, prev_canvas_disposed); in SetFrame()
1275 WebPCopyPixels(enc->curr_canvas_, &enc->prev_canvas_); in CacheFrame()