// 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.
#ifndef LIB_JXL_EPF_H_ #define LIB_JXL_EPF_H_
// Fast SIMD "in-loop" edge preserving filter (adaptive, nonlinear).
// Fills the `state->filter_weights.sigma` image with the precomputed sigma // values in the area inside `block_rect`. Accesses the AC strategy, quant field // and epf_sharpness fields in the corresponding positions.
Status ComputeSigma(const LoopFilter& lf, const Rect& block_rect,
PassesDecoderState* state);
} // namespace jxl
#endif// LIB_JXL_EPF_H_
Messung V0.5
¤ Dauer der Verarbeitung: 0.1 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.