Home
last modified time | relevance | path

Searched defs:WebPAnimEncoder (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/webp/src/mux/
H A Danim_encode.c49 struct WebPAnimEncoder { struct
52 const WebPAnimEncoderOptions options_; // Global encoding options. argument
54 FrameRectangle prev_rect_; // Previous WebP frame rectangle.
55 WebPConfig last_config_; // Cached in case a re-encode is needed.
56 WebPConfig last_config_reversed_; // If 'last_config_' uses lossless, then
61 WebPPicture* curr_canvas_; // Only pointer; we don't own memory.
64 WebPPicture curr_canvas_copy_; // Possibly modified current canvas.
65 int curr_canvas_copy_modified_; // True if pixels in 'curr_canvas_copy_'
68 WebPPicture prev_canvas_; // Previous canvas.
69 WebPPicture prev_canvas_disposed_; // Previous canvas disposed to background.
[all …]
/aosp_15_r20/external/webp/src/webp/
H A Dmux.h427 typedef struct WebPAnimEncoder WebPAnimEncoder; // Main opaque object. typedef