FFmpeg  4.0
Data Fields
ImageContext Struct Reference

Data Fields

enum ImageRole role
 
AVFrameframe
 
int color_cache_bits
 
uint32_t * color_cache
 
int nb_huffman_groups
 
HuffReaderhuffman_groups
 
int size_reduction
 
int is_alpha_primary
 

Detailed Description

Definition at line 177 of file webp.c.

Field Documentation

◆ role

enum ImageRole ImageContext::role

Definition at line 178 of file webp.c.

Referenced by decode_entropy_coded_image(), and image_ctx_free().

◆ frame

AVFrame* ImageContext::frame

◆ color_cache_bits

int ImageContext::color_cache_bits

Definition at line 180 of file webp.c.

Referenced by color_cache_put(), and decode_entropy_coded_image().

◆ color_cache

uint32_t* ImageContext::color_cache

Definition at line 181 of file webp.c.

Referenced by color_cache_put(), decode_entropy_coded_image(), and image_ctx_free().

◆ nb_huffman_groups

int ImageContext::nb_huffman_groups

Definition at line 182 of file webp.c.

Referenced by decode_entropy_coded_image(), and image_ctx_free().

◆ huffman_groups

HuffReader* ImageContext::huffman_groups

Definition at line 183 of file webp.c.

Referenced by decode_entropy_coded_image(), get_huffman_group(), and image_ctx_free().

◆ size_reduction

int ImageContext::size_reduction

◆ is_alpha_primary

int ImageContext::is_alpha_primary

Definition at line 185 of file webp.c.

Referenced by decode_entropy_coded_image(), image_ctx_free(), and vp8_lossless_decode_frame().


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