FFmpeg  4.0
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
 
int has_iccp
 
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 188 of file webp.c.

Field Documentation

◆ v

VP8Context WebPContext::v

Definition at line 189 of file webp.c.

Referenced by vp8_lossy_decode_frame().

◆ gb

GetBitContext WebPContext::gb

◆ alpha_frame

AVFrame* WebPContext::alpha_frame

Definition at line 191 of file webp.c.

Referenced by vp8_lossy_decode_alpha().

◆ avctx

AVCodecContext* WebPContext::avctx

◆ initialized

int WebPContext::initialized

Definition at line 193 of file webp.c.

Referenced by vp8_lossy_decode_frame(), and webp_decode_close().

◆ has_alpha

int WebPContext::has_alpha

Definition at line 194 of file webp.c.

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

◆ alpha_compression

enum AlphaCompression WebPContext::alpha_compression

Definition at line 195 of file webp.c.

Referenced by vp8_lossy_decode_alpha(), and webp_decode_frame().

◆ alpha_filter

enum AlphaFilter WebPContext::alpha_filter

Definition at line 196 of file webp.c.

Referenced by vp8_lossy_decode_alpha(), and webp_decode_frame().

◆ alpha_data

uint8_t* WebPContext::alpha_data

Definition at line 197 of file webp.c.

Referenced by vp8_lossy_decode_frame(), and webp_decode_frame().

◆ alpha_data_size

int WebPContext::alpha_data_size

Definition at line 198 of file webp.c.

Referenced by vp8_lossy_decode_frame(), and webp_decode_frame().

◆ has_exif

int WebPContext::has_exif

Definition at line 199 of file webp.c.

Referenced by webp_decode_frame().

◆ has_iccp

int WebPContext::has_iccp

Definition at line 200 of file webp.c.

Referenced by webp_decode_frame().

◆ width

int WebPContext::width

◆ height

int WebPContext::height

◆ lossless

int WebPContext::lossless

Definition at line 203 of file webp.c.

Referenced by vp8_lossless_decode_frame(), and vp8_lossy_decode_frame().

◆ nb_transforms

int WebPContext::nb_transforms

Definition at line 205 of file webp.c.

Referenced by vp8_lossless_decode_frame().

◆ transforms

enum TransformType WebPContext::transforms[4]

Definition at line 206 of file webp.c.

Referenced by vp8_lossless_decode_frame().

◆ reduced_width

int WebPContext::reduced_width

◆ nb_huffman_groups

int WebPContext::nb_huffman_groups

Definition at line 208 of file webp.c.

Referenced by decode_entropy_coded_image(), and decode_entropy_image().

◆ image

ImageContext WebPContext::image[IMAGE_ROLE_NB]

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