// 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.
struct PassDefinition { // Side of the square of the coefficients that should be kept in each 8x8 // block. Must be greater than 1, and at most 8. Should be in non-decreasing // order.
size_t num_coefficients;
// How much to shift the encoded values by, with rounding.
size_t shift;
// If specified, this indicates that if the requested downsampling factor is // sufficiently high, then it is fine to stop decoding after this pass. // By default, passes are not marked as being suitable for any downsampling.
size_t suitable_for_downsampling_of_at_least;
};
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.