Definition in file kmvc.c.
Go to the source code of this file.
Classes | |
| struct | KmvcContext |
| struct | BitBuf |
Functions | |
| static void | kmvc_decode_intra_8x8 (KmvcContext *ctx, uint8_t *src, int w, int h) |
| static void | kmvc_decode_inter_8x8 (KmvcContext *ctx, uint8_t *src, int w, int h) |
| static int | decode_frame (AVCodecContext *avctx, void *data, int *data_size, uint8_t *buf, int buf_size) |
| static int | decode_init (AVCodecContext *avctx) |
| static int | decode_end (AVCodecContext *avctx) |
Variables | |
| AVCodec | kmvc_decoder |
| static void kmvc_decode_intra_8x8 | ( | KmvcContext * | ctx, | |
| uint8_t * | src, | |||
| int | w, | |||
| int | h | |||
| ) | [static] |
| static void kmvc_decode_inter_8x8 | ( | KmvcContext * | ctx, | |
| uint8_t * | src, | |||
| int | w, | |||
| int | h | |||
| ) | [static] |
| static int decode_frame | ( | AVCodecContext * | avctx, | |
| void * | data, | |||
| int * | data_size, | |||
| uint8_t * | buf, | |||
| int | buf_size | |||
| ) | [static] |
| static int decode_init | ( | AVCodecContext * | avctx | ) | [static] |
| static int decode_end | ( | AVCodecContext * | avctx | ) | [static] |
Initial value:
{
"kmvc",
CODEC_TYPE_VIDEO,
CODEC_ID_KMVC,
sizeof(KmvcContext),
decode_init,
NULL,
decode_end,
decode_frame
}
1.5.5