FFmpeg
|
Data Fields | |
GetByteContext | gb |
int | bpp |
int | key |
int | mv0 [128][2] |
int | mv1 [16][2] |
uint32_t | pal [256] |
AVFrame * | frame |
GetByteContext ArgoContext::gb |
Definition at line 36 of file argo.c.
Referenced by decode_alcd(), decode_avcf(), decode_frame(), decode_mad1(), decode_mad1_24(), decode_pal8(), and decode_rle().
int ArgoContext::bpp |
Definition at line 38 of file argo.c.
Referenced by decode_frame(), and decode_init().
int ArgoContext::key |
Definition at line 39 of file argo.c.
Referenced by decode_frame().
int ArgoContext::mv0[128][2] |
Definition at line 40 of file argo.c.
Referenced by decode_init(), and decode_mad1_24().
int ArgoContext::mv1[16][2] |
Definition at line 41 of file argo.c.
Referenced by decode_init(), and decode_mad1_24().
uint32_t ArgoContext::pal[256] |
Definition at line 42 of file argo.c.
Referenced by decode_frame().
AVFrame* ArgoContext::frame |
Definition at line 43 of file argo.c.
Referenced by decode_close(), decode_flush(), decode_frame(), and decode_init().