Go to the source code of this file.
#define BITSTREAM_READER_LE |
static int xan_decode_chroma |
( |
AVCodecContext * |
avctx, |
|
|
unsigned |
chroma_off |
|
) |
| |
|
static |
static int xan_unpack |
( |
XanContext * |
s, |
|
|
uint8_t * |
dest, |
|
|
const int |
dest_len |
|
) |
| |
|
static |
static int xan_unpack_luma |
( |
XanContext * |
s, |
|
|
uint8_t * |
dst, |
|
|
const int |
dst_size |
|
) |
| |
|
static |
Initial value:= {
.name = "xan_wc4",
}
static int decode(MimicContext *ctx, int quality, int num_coeffs, int is_iframe)
static int init(AVCodecParserContext *s)
#define CODEC_CAP_DR1
Codec uses get_buffer() for allocating buffers and supports custom allocators.
static int xan_decode_frame(AVCodecContext *avctx, void *data, int *data_size, AVPacket *avpkt)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static av_cold int xan_decode_end(AVCodecContext *avctx)
static void close(AVCodecParserContext *s)
static av_cold int xan_decode_init(AVCodecContext *avctx)
struct XanContext XanContext
Definition at line 420 of file xxan.c.