☰
PatchDictionary
class
PatchDictionary
Static Methods
PatchDictionary
Methods
AddOneRow
Clear
Decode
GetPatchesForRow
GetReferences
HasAny
SetPassesSharedState
Class
libjxl
::
jxl
::
PatchDictionary
class
PatchDictionary
{ ... };
Static Methods
PatchDictionary
()
Methods
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