libavcodec/dxa.c File Reference

DXA Video decoder. More...

#include <stdio.h>
#include <stdlib.h>
#include "libavutil/intreadwrite.h"
#include "avcodec.h"
#include <zlib.h>

Go to the source code of this file.

Data Structures

struct  DxaDecContext

Functions

static int decode_13 (AVCodecContext *avctx, DxaDecContext *c, uint8_t *dst, uint8_t *src, uint8_t *ref)
static int decode_frame (AVCodecContext *avctx, void *data, int *data_size, AVPacket *avpkt)
static av_cold int decode_init (AVCodecContext *avctx)
static av_cold int decode_end (AVCodecContext *avctx)

Variables

static const int shift1 [6] = { 0, 8, 8, 8, 4, 4 }
static const int shift2 [6] = { 0, 0, 8, 4, 0, 4 }
AVCodec ff_dxa_decoder


Detailed Description

DXA Video decoder.

Definition in file dxa.c.


Function Documentation

static int decode_13 ( AVCodecContext avctx,
DxaDecContext c,
uint8_t *  dst,
uint8_t *  src,
uint8_t *  ref 
) [static]

Definition at line 50 of file dxa.c.

Referenced by decode_frame().

static av_cold int decode_end ( AVCodecContext avctx  )  [static]

Definition at line 310 of file dxa.c.

static int decode_frame ( AVCodecContext avctx,
void *  data,
int *  data_size,
AVPacket avpkt 
) [static]

Definition at line 191 of file dxa.c.

static av_cold int decode_init ( AVCodecContext avctx  )  [static]

Definition at line 291 of file dxa.c.


Variable Documentation

Initial value:

 {
    "dxa",
    AVMEDIA_TYPE_VIDEO,
    CODEC_ID_DXA,
    sizeof(DxaDecContext),
    decode_init,
    NULL,
    decode_end,
    decode_frame,
    CODEC_CAP_DR1,
    .long_name = NULL_IF_CONFIG_SMALL("Feeble Files/ScummVM DXA"),
}

Definition at line 323 of file dxa.c.

const int shift1[6] = { 0, 8, 8, 8, 4, 4 } [static]

Definition at line 47 of file dxa.c.

Referenced by decode_13().

const int shift2[6] = { 0, 0, 8, 4, 0, 4 } [static]

Definition at line 48 of file dxa.c.

Referenced by decode_13(), gmc(), and lineNoiseAvg_MMX().


Generated on Fri Oct 26 02:38:16 2012 for FFmpeg by  doxygen 1.5.8