// 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.
// Per-block side information for EPF detail preservation.
ImageB epf_sharpness;
ColorCorrelationMap cmap;
ImageFeatures image_features;
// Memory area for storing coefficient orders. // `coeff_order_size` is the size used by *one* set of coefficient orders (at // most kMaxCoeffOrderSize). A set of coefficient orders is present for each // pass.
size_t coeff_order_size = 0;
std::vector<coeff_order_t> coeff_orders;
// Decoder-side DC and quantized DC.
ImageB quant_dc;
Image3F dc_storage; const Image3F* JXL_RESTRICT dc = &dc_storage;
BlockCtxMap block_ctx_map;
Image3F dc_frames[4];
std::array<ReferceFrame, 4> reference_frames;
// Number of pre-clustered set of histograms (with the same ctx map), per // pass. Encoded as num_histograms_ - 1.
size_t num_histograms = 0;
};
// Initialized the state information that is shared between encoder and decoder.
Status InitializePassesSharedState(const FrameHeader& frame_header,
PassesSharedState* JXL_RESTRICT shared, bool encoder = false);
} // namespace jxl
#endif// LIB_JXL_PASSES_STATE_H_
Messung V0.5
¤ Dauer der Verarbeitung: 0.0 Sekunden
(vorverarbeitet)
¤
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.