FFmpeg
Data Fields
JXLEntropyDecoder Struct Reference

Data Fields

int64_t state
 
uint32_t num_to_copy
 
uint32_t copy_pos
 
uint32_t num_decoded
 
uint32_t * window
 
JXLDistributionBundle bundle
 
void * logctx
 

Detailed Description

Definition at line 114 of file jpegxl_parser.c.

Field Documentation

◆ state

int64_t JXLEntropyDecoder::state

Definition at line 117 of file jpegxl_parser.c.

Referenced by entropy_decoder_init(), read_ans_symbol(), and read_dist_clustering().

◆ num_to_copy

uint32_t JXLEntropyDecoder::num_to_copy

Definition at line 120 of file jpegxl_parser.c.

Referenced by decode_hybrid_varlen_uint(), and read_dist_clustering().

◆ copy_pos

uint32_t JXLEntropyDecoder::copy_pos

Definition at line 121 of file jpegxl_parser.c.

Referenced by decode_hybrid_varlen_uint().

◆ num_decoded

uint32_t JXLEntropyDecoder::num_decoded

Definition at line 122 of file jpegxl_parser.c.

Referenced by decode_hybrid_varlen_uint().

◆ window

uint32_t* JXLEntropyDecoder::window

◆ bundle

JXLDistributionBundle JXLEntropyDecoder::bundle

◆ logctx

void* JXLEntropyDecoder::logctx

Definition at line 133 of file jpegxl_parser.c.

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


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