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, AVFrame *p, 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 uint8_t | qpeg_table_h [16] |
static const uint8_t | qpeg_table_w [16] |
const FFCodec | ff_qpeg_decoder |
QPEG codec.
Definition in file qpeg.c.
|
static |
Definition at line 39 of file qpeg.c.
Referenced by decode_frame().
|
static |
Definition at line 128 of file qpeg.c.
Referenced by decode_frame().
|
static |
|
static |
Definition at line 324 of file qpeg.c.
Referenced by decode_init().
|
static |
|
static |
|
static |
Definition at line 122 of file qpeg.c.
Referenced by qpeg_decode_inter().
|
static |
Definition at line 124 of file qpeg.c.
Referenced by qpeg_decode_inter().
const FFCodec ff_qpeg_decoder |