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

Data Fields

AVCodecContextavctx
 
HuffYUVDSPContext hdsp
 
int size
 
uint8_tval
 This array first holds the lengths of vlc symbols and then their value.
 

Detailed Description

Definition at line 35 of file vble.c.

Field Documentation

AVCodecContext* VBLEContext::avctx

Definition at line 36 of file vble.c.

Referenced by vble_decode_frame(), and vble_decode_init().

HuffYUVDSPContext VBLEContext::hdsp

Definition at line 37 of file vble.c.

Referenced by vble_decode_init(), and vble_restore_plane().

int VBLEContext::size

Definition at line 39 of file vble.c.

Referenced by vble_decode_init(), and vble_unpack().

uint8_t* VBLEContext::val

This array first holds the lengths of vlc symbols and then their value.

Definition at line 40 of file vble.c.

Referenced by vble_decode_close(), vble_decode_init(), vble_restore_plane(), and vble_unpack().


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