FFmpeg
Data Fields
JXLSymbolDistribution Struct Reference

Data Fields

JXLHybridUintConf config
 
int log_bucket_size
 
int alphabet_size
 
int log_alphabet_size
 
VLC vlc
 
uint32_t default_symbol
 
uint32_t freq [258]
 
uint16_t cutoffs [258]
 
uint16_t symbols [258]
 
uint16_t offsets [258]
 
int uniq_pos
 

Detailed Description

Definition at line 62 of file jpegxl_parser.c.

Field Documentation

◆ config

JXLHybridUintConf JXLSymbolDistribution::config

Definition at line 63 of file jpegxl_parser.c.

Referenced by decode_hybrid_varlen_uint(), and read_distribution_bundle().

◆ log_bucket_size

int JXLSymbolDistribution::log_bucket_size

Definition at line 64 of file jpegxl_parser.c.

Referenced by gen_alias_map(), and read_ans_symbol().

◆ alphabet_size

int JXLSymbolDistribution::alphabet_size

◆ log_alphabet_size

int JXLSymbolDistribution::log_alphabet_size

Definition at line 68 of file jpegxl_parser.c.

Referenced by read_distribution_bundle(), and read_simple_vlc_prefix().

◆ vlc

VLC JXLSymbolDistribution::vlc

◆ default_symbol

uint32_t JXLSymbolDistribution::default_symbol

Definition at line 73 of file jpegxl_parser.c.

Referenced by read_prefix_symbol(), read_simple_vlc_prefix(), and read_vlc_prefix().

◆ freq

uint32_t JXLSymbolDistribution::freq[258]

Definition at line 80 of file jpegxl_parser.c.

Referenced by gen_alias_map(), populate_distribution(), and read_ans_symbol().

◆ cutoffs

uint16_t JXLSymbolDistribution::cutoffs[258]

Definition at line 82 of file jpegxl_parser.c.

Referenced by gen_alias_map(), and read_ans_symbol().

◆ symbols

uint16_t JXLSymbolDistribution::symbols[258]

Definition at line 84 of file jpegxl_parser.c.

Referenced by gen_alias_map(), and read_ans_symbol().

◆ offsets

uint16_t JXLSymbolDistribution::offsets[258]

Definition at line 86 of file jpegxl_parser.c.

Referenced by gen_alias_map(), and read_ans_symbol().

◆ uniq_pos

int JXLSymbolDistribution::uniq_pos

Definition at line 89 of file jpegxl_parser.c.

Referenced by gen_alias_map(), and populate_distribution().


The documentation for this struct was generated from the following file: