Module stats

Module stats 

Source
Expand description

API to collect various statistics from JXL encoder.

Structs§

JxlEncoderStats
Opaque structure that holds the encoder statistics.

Enums§

JxlEncoderStatsKey
Data type for querying JxlEncoderStats object

Functions§

JxlEncoderStatsCreate
Creates an instance of JxlEncoderStats and initializes it.
JxlEncoderStatsDestroy
Deinitializes and frees JxlEncoderStats instance.
JxlEncoderStatsGet
Returns the value of the statistics corresponding to the given key.
JxlEncoderStatsMerge
Updates the values of the given stats object with that of an other.