|
FFmpeg
|
Sony PlayStation MDEC (Motion DECoder) This is very similar to intra-only MPEG-1. More...
#include "avcodec.h"#include "dsputil.h"#include "mpegvideo.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, DCTELEM *block, int n) |
| static int | decode_mb (MDECContext *a, DCTELEM block[6][64]) |
| static void | idct_put (MDECContext *a, int mb_x, int mb_y) |
| static int | decode_frame (AVCodecContext *avctx, void *data, int *got_frame, AVPacket *avpkt) |
| static av_cold void | mdec_common_init (AVCodecContext *avctx) |
| 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 55 of file mdec.c.
Referenced by decode_mb().
|
inlinestatic |
Definition at line 122 of file mdec.c.
Referenced by decode_frame().
|
inlinestatic |
Definition at line 136 of file mdec.c.
Referenced by decode_frame().
|
static |
|
static |
Definition at line 214 of file mdec.c.
Referenced by decode_init().
|
static |
|
static |
|
static |
| AVCodec ff_mdec_decoder |
1.8.2