FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
WebPContext Struct Reference

Data Fields

VP8Context v
 
GetBitContext gb
 
AVFramealpha_frame
 
AVCodecContextavctx
 
int initialized
 
int has_alpha
 
enum AlphaCompression alpha_compression
 
enum AlphaFilter alpha_filter
 
uint8_talpha_data
 
int alpha_data_size
 
int has_exif
 
AVDictionaryexif_metadata
 
int width
 
int height
 
int lossless
 
int nb_transforms
 
enum TransformType transforms [4]
 
int reduced_width
 
int nb_huffman_groups
 
ImageContext image [IMAGE_ROLE_NB]
 

Detailed Description

Definition at line 187 of file webp.c.

Field Documentation

VP8Context WebPContext::v

Definition at line 188 of file webp.c.

GetBitContext WebPContext::gb
AVFrame* WebPContext::alpha_frame

Definition at line 190 of file webp.c.

Referenced by vp8_lossy_decode_alpha().

AVCodecContext* WebPContext::avctx
int WebPContext::initialized

Definition at line 192 of file webp.c.

Referenced by vp8_lossy_decode_frame(), and webp_decode_close().

int WebPContext::has_alpha

Definition at line 193 of file webp.c.

Referenced by vp8_lossless_decode_frame(), vp8_lossy_decode_frame(), and webp_decode_frame().

enum AlphaCompression WebPContext::alpha_compression

Definition at line 194 of file webp.c.

Referenced by vp8_lossy_decode_alpha(), and webp_decode_frame().

enum AlphaFilter WebPContext::alpha_filter

Definition at line 195 of file webp.c.

Referenced by vp8_lossy_decode_alpha(), and webp_decode_frame().

uint8_t* WebPContext::alpha_data

Definition at line 196 of file webp.c.

Referenced by vp8_lossy_decode_frame(), and webp_decode_frame().

int WebPContext::alpha_data_size

Definition at line 197 of file webp.c.

Referenced by vp8_lossy_decode_frame(), and webp_decode_frame().

int WebPContext::has_exif

Definition at line 198 of file webp.c.

Referenced by webp_decode_frame().

AVDictionary* WebPContext::exif_metadata

Definition at line 199 of file webp.c.

Referenced by webp_decode_frame().

int WebPContext::width
int WebPContext::height
int WebPContext::lossless

Definition at line 202 of file webp.c.

Referenced by vp8_lossless_decode_frame(), and vp8_lossy_decode_frame().

int WebPContext::nb_transforms

Definition at line 204 of file webp.c.

Referenced by vp8_lossless_decode_frame().

enum TransformType WebPContext::transforms[4]

Definition at line 205 of file webp.c.

Referenced by vp8_lossless_decode_frame().

int WebPContext::reduced_width
int WebPContext::nb_huffman_groups

Definition at line 207 of file webp.c.

Referenced by decode_entropy_coded_image(), and decode_entropy_image().

ImageContext WebPContext::image[IMAGE_ROLE_NB]

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