Go to the source code of this file.
|
static av_cold int | sga_decode_init (AVCodecContext *avctx) |
|
static int | decode_palette (GetByteContext *gb, uint32_t *pal) |
|
static int | decode_index_palmap (SGAVideoContext *s, AVFrame *frame) |
|
static int | decode_index_tilemap (SGAVideoContext *s, AVFrame *frame) |
|
static int | decode_index (SGAVideoContext *s, AVFrame *frame) |
|
static int | lzss_decompress (AVCodecContext *avctx, GetByteContext *gb, uint8_t *dst, int dst_size, int shift, int plus) |
|
static int | decode_palmapdata (AVCodecContext *avctx) |
|
static int | decode_tiledata (AVCodecContext *avctx) |
|
static int | sga_decode_frame (AVCodecContext *avctx, AVFrame *frame, int *got_frame, AVPacket *avpkt) |
|
static av_cold int | sga_decode_end (AVCodecContext *avctx) |
|
◆ PALDATA_FOLLOWS_TILEDATA
#define PALDATA_FOLLOWS_TILEDATA 4 |
Definition at line 29 of file sga.c.
◆ HAVE_COMPRESSED_TILEMAP
#define HAVE_COMPRESSED_TILEMAP 32 |
Definition at line 30 of file sga.c.
◆ HAVE_TILEMAP
Definition at line 31 of file sga.c.
◆ sga_decode_init()
Definition at line 62 of file sga.c.
◆ decode_palette()
◆ decode_index_palmap()
◆ decode_index_tilemap()
◆ decode_index()
◆ lzss_decompress()
◆ decode_palmapdata()
◆ decode_tiledata()
◆ sga_decode_frame()
◆ sga_decode_end()
◆ ff_sga_decoder
Initial value:
Definition at line 530 of file sga.c.