FFmpeg
|
Sony PlayStation MDEC (Motion DECoder) This is very similar to intra-only MPEG-1. More...
#include "avcodec.h"
#include "blockdsp.h"
#include "bswapdsp.h"
#include "idctdsp.h"
#include "mpeg12.h"
#include "thread.h"
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_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 59 of file mdec.c.
Referenced by decode_mb().
|
inlinestatic |
Definition at line 132 of file mdec.c.
Referenced by decode_frame().
|
inlinestatic |
Definition at line 149 of file mdec.c.
Referenced by decode_frame().
|
static |
|
static |
|
static |
AVCodec ff_mdec_decoder |