Searched defs:WebPAnimEncoder (Results 1 – 4 of 4) sorted by relevance
48 struct WebPAnimEncoder { struct51 const WebPAnimEncoderOptions options_; // Global encoding options. argument53 FrameRectangle prev_rect_; // Previous WebP frame rectangle.54 WebPConfig last_config_; // Cached in case a re-encode is needed.55 WebPConfig last_config_reversed_; // If 'last_config_' uses lossless, then60 WebPPicture* curr_canvas_; // Only pointer; we don't own memory.63 WebPPicture curr_canvas_copy_; // Possibly modified current canvas.64 int curr_canvas_copy_modified_; // True if pixels in 'curr_canvas_copy_'67 WebPPicture prev_canvas_; // Previous canvas.68 WebPPicture prev_canvas_disposed_; // Previous canvas disposed to background.[all …]
417 typedef struct WebPAnimEncoder WebPAnimEncoder; // Main opaque object. typedef