FFmpeg
|
Sony PlayStation MDEC (Motion DECoder) This is very similar to intra-only MPEG-1. More...
Go to the source code of this file.
Data Structures | |
struct | MDECContext |
Functions | |
static int | mdec_decode_block_intra (MDECContext *a, int16_t *block, int n) |
static int | decode_mb (MDECContext *a, int16_t block[6][64]) |
static void | idct_put (MDECContext *a, AVFrame *frame, int mb_x, int mb_y) |
static int | decode_frame (AVCodecContext *avctx, void *data, int *got_frame, AVPacket *avpkt) |
static av_cold int | decode_init (AVCodecContext *avctx) |
static av_cold int | decode_init_thread_copy (AVCodecContext *avctx) |
static av_cold int | decode_end (AVCodecContext *avctx) |
Variables | |
AVCodec | ff_mdec_decoder |
Sony PlayStation MDEC (Motion DECoder) This is very similar to intra-only MPEG-1.
Definition in file mdec.c.
|
inlinestatic |
Definition at line 54 of file mdec.c.
Referenced by decode_mb().
|
inlinestatic |
Definition at line 121 of file mdec.c.
Referenced by decode_frame().
|
inlinestatic |
Definition at line 138 of file mdec.c.
Referenced by decode_frame().
|
static |
|
static |
|
static |
|
static |
AVCodec ff_mdec_decoder |