kmvc.c File Reference


Detailed Description

Karl Morton's Video Codec decoder.

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


Function Documentation

static void kmvc_decode_intra_8x8 ( KmvcContext ctx,
uint8_t *  src,
int  w,
int  h 
) [static]

Definition at line 70 of file kmvc.c.

Referenced by decode_frame().

static void kmvc_decode_inter_8x8 ( KmvcContext ctx,
uint8_t *  src,
int  w,
int  h 
) [static]

Definition at line 145 of file kmvc.c.

Referenced by decode_frame().

static int decode_frame ( AVCodecContext avctx,
void *  data,
int *  data_size,
uint8_t *  buf,
int  buf_size 
) [static]

Definition at line 227 of file kmvc.c.

static int decode_init ( AVCodecContext avctx  )  [static]

Definition at line 341 of file kmvc.c.

static int decode_end ( AVCodecContext avctx  )  [static]

Definition at line 393 of file kmvc.c.


Variable Documentation

Initial value:

Definition at line 405 of file kmvc.c.


Generated on Sat Dec 18 05:15:53 2010 for MythTV by  doxygen 1.5.5