Expand description
HTJ2K block entropy coding (encoder and decoder).
This module provides the HTJ2K (JPEG 2000 Part 15) block coder, which is the core entropy coding engine. It includes:
- VLC/UVLC lookup table generation
- VLC source tables
- 32-bit and 64-bit block encoders
- 32-bit and 64-bit block decoders
- SIMD dispatch stubs
Structs§
- Coded
CbHeader - Header information for a coded code-block.