XanContext Struct Reference

Data Fields

AVCodecContextavctx
AVFrame last_frame
AVFrame current_frame
const unsigned char * buf
int size
unsigned char * buffer1
int buffer1_size
unsigned char * buffer2
int buffer2_size
unsigned * palettes
int palettes_count
int cur_palette
int frame_size
AVFrame pic
uint8_t * y_buffer
uint8_t * scratch_buffer
int buffer_size
GetByteContext gb

Detailed Description

Definition at line 53 of file xan.c.

Field Documentation

const unsigned char* XanContext::buf

Definition at line 59 of file xan.c.

Referenced by xan_decode_frame(), and xan_wc3_decode_frame().

unsigned char* XanContext::buffer1

Definition at line 63 of file xan.c.

Referenced by xan_decode_end(), xan_decode_init(), and xan_wc3_decode_frame().

int XanContext::buffer1_size

Definition at line 64 of file xan.c.

Referenced by xan_decode_init(), and xan_wc3_decode_frame().

unsigned char* XanContext::buffer2

Definition at line 65 of file xan.c.

Referenced by xan_decode_end(), xan_decode_init(), and xan_wc3_decode_frame().

int XanContext::buffer2_size

Definition at line 66 of file xan.c.

Referenced by xan_decode_init(), and xan_wc3_decode_frame().

int XanContext::buffer_size
int XanContext::cur_palette

Definition at line 70 of file xan.c.

Referenced by xan_decode_frame().

AVFrame XanContext::current_frame
int XanContext::frame_size

Definition at line 72 of file xan.c.

Referenced by xan_decode_frame(), and xan_decode_init().

AVFrame XanContext::last_frame

Definition at line 56 of file xan.c.

Referenced by xan_decode_end(), xan_decode_frame(), and xan_wc3_copy_pixel_run().

unsigned* XanContext::palettes

Definition at line 68 of file xan.c.

Referenced by xan_decode_end(), and xan_decode_frame().

int XanContext::palettes_count

Definition at line 69 of file xan.c.

Referenced by xan_decode_frame().

uint8_t* XanContext::scratch_buffer
int XanContext::size

Definition at line 60 of file xan.c.

Referenced by xan_decode_frame(), and xan_wc3_decode_frame().

uint8_t* XanContext::y_buffer

The documentation for this struct was generated from the following files: