FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
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 176 of file webp.c.

Field Documentation

enum ImageRole ImageContext::role

Definition at line 177 of file webp.c.

Referenced by decode_entropy_coded_image(), and image_ctx_free().

AVFrame* ImageContext::frame
int ImageContext::color_cache_bits

Definition at line 179 of file webp.c.

Referenced by color_cache_put(), and decode_entropy_coded_image().

uint32_t* ImageContext::color_cache

Definition at line 180 of file webp.c.

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

int ImageContext::nb_huffman_groups

Definition at line 181 of file webp.c.

Referenced by decode_entropy_coded_image(), and image_ctx_free().

HuffReader* ImageContext::huffman_groups

Definition at line 182 of file webp.c.

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

int ImageContext::size_reduction
int ImageContext::is_alpha_primary

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