#include "avcodec.h"
#include "bytestream.h"
#include "internal.h"
Go to the source code of this file.
|
static av_cold int | decode_end (AVCodecContext *avctx) |
|
static av_cold int | decode_init (AVCodecContext *avctx) |
|
static int | copy_block (AVCodecContext *avctx, uint8_t *to, uint8_t *from, int offset, int height, int stride) |
|
static void | draw_n_color (uint8_t *out, int stride, int width, int height, int bpp, uint8_t cols[4], uint8_t grps[4], uint32_t col) |
|
static int | decode_frame (AVCodecContext *avctx, void *data, int *got_frame, AVPacket *avpkt) |
|
◆ WIDTH
Definition at line 43 of file c93.c.
◆ HEIGHT
Definition at line 44 of file c93.c.
◆ C93_HAS_PALETTE
#define C93_HAS_PALETTE 0x01 |
Definition at line 46 of file c93.c.
◆ C93_FIRST_FRAME
#define C93_FIRST_FRAME 0x02 |
Definition at line 47 of file c93.c.
◆ C93BlockType
Enumerator |
---|
C93_8X8_FROM_PREV | |
C93_4X4_FROM_PREV | |
C93_4X4_FROM_CURR | |
C93_8X8_2COLOR | |
C93_4X4_2COLOR | |
C93_4X4_4COLOR_GRP | |
C93_4X4_4COLOR | |
C93_NOOP | |
C93_8X8_INTRA | |
Definition at line 31 of file c93.c.
◆ decode_end()
◆ decode_init()
Definition at line 59 of file c93.c.
◆ copy_block()
◆ draw_n_color()
◆ decode_frame()
◆ ff_c93_decoder
Initial value:
Definition at line 262 of file c93.c.