Searched refs:is_first_frame (Results 1 – 1 of 1) sorted by relevance
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/mux/ |
A D | anim_encode.c | 540 int is_first_frame, int empty_rect_allowed, in GetSubRect() argument 544 if (!is_key_frame || is_first_frame) { // Optimize frame rectangle. in GetSubRect() 571 int is_first_frame, float quality, in GetSubRects() argument 578 if (!GetSubRect(prev_canvas, curr_canvas, is_key_frame, is_first_frame, in GetSubRects() 585 return GetSubRect(prev_canvas, curr_canvas, is_key_frame, is_first_frame, in GetSubRects() 1071 const int is_first_frame = enc->is_first_frame_; in SetFrame() local 1075 const int empty_rect_allowed_none = !is_first_frame; in SetFrame() 1111 if (!GetSubRects(prev_canvas, curr_canvas, is_key_frame, is_first_frame, in SetFrame() 1134 is_first_frame, config_lossy.quality, in SetFrame()
|
Completed in 6 milliseconds