|
FFmpeg
|
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 |
Definition at line 115 of file jpegxl_parser.c.
| int64_t JXLEntropyDecoder::state |
Definition at line 118 of file jpegxl_parser.c.
Referenced by entropy_decoder_init(), read_ans_symbol(), and read_dist_clustering().
| uint32_t JXLEntropyDecoder::num_to_copy |
Definition at line 121 of file jpegxl_parser.c.
Referenced by decode_hybrid_varlen_uint(), and read_dist_clustering().
| uint32_t JXLEntropyDecoder::copy_pos |
Definition at line 122 of file jpegxl_parser.c.
Referenced by decode_hybrid_varlen_uint().
| uint32_t JXLEntropyDecoder::num_decoded |
Definition at line 123 of file jpegxl_parser.c.
Referenced by decode_hybrid_varlen_uint(), and read_dist_clustering().
| uint32_t* JXLEntropyDecoder::window |
Definition at line 128 of file jpegxl_parser.c.
Referenced by decode_hybrid_varlen_uint(), entropy_decoder_close(), and read_distribution_bundle().
| JXLDistributionBundle JXLEntropyDecoder::bundle |
Definition at line 131 of file jpegxl_parser.c.
Referenced by entropy_decoder_close(), entropy_decoder_init(), and entropy_decoder_read_symbol().
| void* JXLEntropyDecoder::logctx |
Definition at line 134 of file jpegxl_parser.c.
Referenced by entropy_decoder_init(), read_simple_vlc_prefix(), and read_vlc_prefix().
1.8.17