libavcodec/mdec.c File Reference
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"
Go to the source code of this file.
Detailed Description
Sony PlayStation MDEC (Motion DECoder) This is very similar to intra-only MPEG-1.
Definition in file mdec.c.
Function Documentation
static void idct_put |
( |
MDECContext * |
a, |
|
|
int |
mb_x, |
|
|
int |
mb_y | |
|
) |
| | [inline, static] |
static av_cold void mdec_common_init |
( |
AVCodecContext * |
avctx |
) |
[static] |
static int mdec_decode_block_intra |
( |
MDECContext * |
a, |
|
|
DCTELEM * |
block, |
|
|
int |
n | |
|
) |
| | [inline, static] |
Variable Documentation
Initial value:
{
"mdec",
AVMEDIA_TYPE_VIDEO,
CODEC_ID_MDEC,
sizeof(MDECContext),
decode_init,
NULL,
decode_end,
decode_frame,
CODEC_CAP_DR1,
.long_name= NULL_IF_CONFIG_SMALL("Sony PlayStation MDEC (Motion DECoder)"),
}
Definition at line 251 of file mdec.c.