// 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.
// DC handling functions: encoding and decoding of DC to and from bitstream, and // related function to initialize the per-group decoder cache.
namespace jxl {
// Smooth DC in already-smooth areas, to counteract banding.
Status AdaptiveDCSmoothing(JxlMemoryManager* memory_manager, constfloat* dc_factors, Image3F* dc,
ThreadPool* pool);
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.