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

Data Fields

GetBitContext gb
 
uint8_tbitstream
 
int max_framesize
 
int bitstream_size
 
int bitstream_index
 
int level
 
int rows
 
int cols
 
int wrapbuf_len
 
int block_len
 
int skip
 
intblock
 
intwrapbuf
 
intampbuf
 
intmidbuf
 

Detailed Description

Definition at line 37 of file interplayacm.c.

Field Documentation

GetBitContext InterplayACMContext::gb
uint8_t* InterplayACMContext::bitstream

Definition at line 39 of file interplayacm.c.

Referenced by decode_close(), decode_frame(), and decode_init().

int InterplayACMContext::max_framesize

Definition at line 40 of file interplayacm.c.

Referenced by decode_frame(), and decode_init().

int InterplayACMContext::bitstream_size

Definition at line 41 of file interplayacm.c.

Referenced by decode_close(), and decode_frame().

int InterplayACMContext::bitstream_index

Definition at line 42 of file interplayacm.c.

Referenced by decode_frame().

int InterplayACMContext::level

Definition at line 44 of file interplayacm.c.

Referenced by decode_frame(), decode_init(), and juggle_block().

int InterplayACMContext::rows

Definition at line 45 of file interplayacm.c.

Referenced by decode_init(), juggle_block(), k12(), k13(), k23(), k24(), k34(), k35(), k44(), k45(), linear(), t15(), t27(), t37(), and zero().

int InterplayACMContext::cols

Definition at line 46 of file interplayacm.c.

Referenced by decode_init(), fill_block(), and juggle_block().

int InterplayACMContext::wrapbuf_len

Definition at line 47 of file interplayacm.c.

Referenced by decode_init().

int InterplayACMContext::block_len

Definition at line 48 of file interplayacm.c.

Referenced by decode_frame(), and decode_init().

int InterplayACMContext::skip

Definition at line 49 of file interplayacm.c.

Referenced by decode_frame().

int* InterplayACMContext::block

Definition at line 51 of file interplayacm.c.

Referenced by decode_close(), decode_frame(), decode_init(), and juggle_block().

int* InterplayACMContext::wrapbuf

Definition at line 52 of file interplayacm.c.

Referenced by decode_close(), decode_init(), and juggle_block().

int* InterplayACMContext::ampbuf

Definition at line 53 of file interplayacm.c.

Referenced by decode_close(), and decode_init().

int* InterplayACMContext::midbuf

Definition at line 54 of file interplayacm.c.

Referenced by decode_block(), and decode_init().


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