Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/mux/
A Danim_encode.c574 params->rect_ll_.x_offset_ = 0; in GetSubRects()
575 params->rect_ll_.y_offset_ = 0; in GetSubRects()
576 params->rect_ll_.width_ = curr_canvas->width; in GetSubRects()
577 params->rect_ll_.height_ = curr_canvas->height; in GetSubRects()
580 &params->rect_ll_, &params->sub_frame_ll_)) { in GetSubRects()
584 params->rect_lossy_ = params->rect_ll_; // seed with lossless rect. in GetSubRects()
898 error_code = EncodeCandidate(&params->sub_frame_ll_, &params->rect_ll_, in GenerateCandidates()
1117 if ((consider_lossless && IsEmptyRect(&dispose_none_params.rect_ll_)) || in SetFrame()
1139 assert(!IsEmptyRect(&dispose_bg_params.rect_ll_)); in SetFrame()
1146 RectArea(&dispose_bg_params.rect_ll_) < in SetFrame()
[all …]

Completed in 6 milliseconds