Class libjxl :: jxl :: PatchDictionary
class PatchDictionary
{ ... };
auto AddOneRow(float *const * inout, size_t y, size_t x0, size_t xsize) const -> void
auto Clear() -> void
auto Decode(BitReader* br, size_t xsize, size_t ysize, bool* uses_extra_channels) -> Status
auto GetPatchesForRow(size_t y) const -> std::vector<size_t>
auto GetReferences() const -> int
auto HasAny() const -> bool
auto SetPassesSharedState(const jxl::PassesSharedState* shared) -> void