FFmpeg
|
Data Fields | |
GetBitContext | gb |
uint8_t * | bitstream |
int | max_framesize |
int | bitstream_size |
int | bitstream_index |
int | level |
int | rows |
int | cols |
int | wrapbuf_len |
int | block_len |
int | skip |
int * | block |
int * | wrapbuf |
int * | ampbuf |
int * | midbuf |
Definition at line 37 of file interplayacm.c.
GetBitContext InterplayACMContext::gb |
Definition at line 38 of file interplayacm.c.
Referenced by decode_block(), decode_frame(), fill_block(), k12(), k13(), k23(), k24(), k34(), k35(), k44(), k45(), linear(), t15(), t27(), and t37().
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 |
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().