// Copyright (c) the JPEG XL Project Authors. All rights reserved. // // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file.
class GroupBorderAssigner { public: // Prepare the GroupBorderAssigner to handle a given frame. void Init(const FrameDimensions& frame_dim); // Marks a group as done, and returns the (at most 3) rects to run // FinalizeImageRect on. `block_rect` must be the rect corresponding // to the given `group_id`, measured in blocks. void GroupDone(size_t group_id, size_t padx, size_t pady,
Rect* rects_to_finalize, size_t* num_to_finalize); // Marks a group as not-done, for running re-paints. void ClearDone(size_t group_id);
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.