FFmpeg
|
Go to the source code of this file.
Data Structures | |
struct | QpegContext |
Functions | |
static void | qpeg_decode_intra (QpegContext *qctx, uint8_t *dst, int stride, int width, int height) |
static void av_noinline | qpeg_decode_inter (QpegContext *qctx, uint8_t *dst, int stride, int width, int height, int delta, const uint8_t *ctable, uint8_t *refdata) |
static int | decode_frame (AVCodecContext *avctx, void *data, int *got_frame, AVPacket *avpkt) |
static void | decode_flush (AVCodecContext *avctx) |
static av_cold int | decode_end (AVCodecContext *avctx) |
static av_cold int | decode_init (AVCodecContext *avctx) |
Variables | |
static const int | qpeg_table_h [16] |
static const int | qpeg_table_w [16] |
AVCodec | ff_qpeg_decoder |
QPEG codec.
Definition in file qpeg.c.
|
static |
Definition at line 38 of file qpeg.c.
Referenced by decode_frame().
|
static |
Definition at line 124 of file qpeg.c.
Referenced by decode_frame().
|
static |
|
static |
Definition at line 318 of file qpeg.c.
Referenced by decode_init().
|
static |
Definition at line 330 of file qpeg.c.
Referenced by decode_init().
|
static |
|
static |
Definition at line 118 of file qpeg.c.
Referenced by qpeg_decode_inter().
|
static |
Definition at line 120 of file qpeg.c.
Referenced by qpeg_decode_inter().
AVCodec ff_qpeg_decoder |