Libav
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 172 of file webp.c.

Field Documentation

§ role

enum ImageRole ImageContext::role

Definition at line 173 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 175 of file webp.c.

Referenced by color_cache_put(), and decode_entropy_coded_image().

§ color_cache

uint32_t* ImageContext::color_cache

Definition at line 176 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 177 of file webp.c.

Referenced by decode_entropy_coded_image(), and image_ctx_free().

§ huffman_groups

HuffReader* ImageContext::huffman_groups

Definition at line 178 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 180 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: