RV30 decoder.
More...
#include "avcodec.h"
#include "dsputil.h"
#include "mpegvideo.h"
#include "golomb.h"
#include "rv34.h"
#include "rv30data.h"
Go to the source code of this file.
Detailed Description
RV30 decoder.
Definition in file rv30.c.
Function Documentation
static av_cold int rv30_decode_init |
( |
AVCodecContext * |
avctx |
) |
[static] |
Initialize decoder.
Definition at line 244 of file rv30.c.
Decode 4x4 intra types array.
Definition at line 70 of file rv30.c.
Decode macroblock information.
Definition at line 98 of file rv30.c.
static void rv30_weak_loop_filter |
( |
uint8_t * |
src, |
|
|
const int |
step, |
|
|
const int |
stride, |
|
|
const int |
lim | |
|
) |
| | [inline, static] |
Variable Documentation
Initial value: {
"rv30",
AVMEDIA_TYPE_VIDEO,
CODEC_ID_RV30,
sizeof(RV34DecContext),
rv30_decode_init,
NULL,
ff_rv34_decode_end,
ff_rv34_decode_frame,
CODEC_CAP_DR1 | CODEC_CAP_DELAY,
.flush = ff_mpeg_flush,
.long_name = NULL_IF_CONFIG_SMALL("RealVideo 3.0"),
.pix_fmts= ff_pixfmt_list_420,
}
Definition at line 269 of file rv30.c.