Searched defs:WebPAnimEncoder (Results 1 – 2 of 2) sorted by relevance
49 struct WebPAnimEncoder { struct52 const WebPAnimEncoderOptions options_; // Global encoding options. argument54 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, then61 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 …]
427 typedef struct WebPAnimEncoder WebPAnimEncoder; // Main opaque object. typedef