FFmpeg
Data Fields
ZmbvContext Struct Reference

Data Fields

AVCodecContextavctx
 
int bpp
 
int alloc_bpp
 
unsigned int decomp_size
 
uint8_t * decomp_buf
 
uint8_t pal [768]
 
uint8_t * prev
 
uint8_t * cur
 
int width
 
int height
 
int fmt
 
int comp
 
int flags
 
int stride
 
int bw
 
int bh
 
int bx
 
int by
 
int decomp_len
 
int got_keyframe
 
FFZStream zstream
 
int(* decode_xor )(struct ZmbvContext *c)
 

Detailed Description

Definition at line 58 of file zmbv.c.

Field Documentation

◆ avctx

AVCodecContext* ZmbvContext::avctx

Definition at line 59 of file zmbv.c.

Referenced by decode_end(), decode_frame(), and decode_init().

◆ bpp

int ZmbvContext::bpp

Definition at line 61 of file zmbv.c.

◆ alloc_bpp

int ZmbvContext::alloc_bpp

Definition at line 62 of file zmbv.c.

◆ decomp_size

unsigned int ZmbvContext::decomp_size

Definition at line 63 of file zmbv.c.

◆ decomp_buf

uint8_t* ZmbvContext::decomp_buf

Definition at line 64 of file zmbv.c.

◆ pal

uint8_t ZmbvContext::pal[768]

Definition at line 65 of file zmbv.c.

◆ prev

uint8_t* ZmbvContext::prev

Definition at line 66 of file zmbv.c.

Referenced by zmbv_decode_xor_16(), zmbv_decode_xor_32(), and zmbv_decode_xor_8().

◆ cur

uint8_t * ZmbvContext::cur

Definition at line 66 of file zmbv.c.

◆ width

int ZmbvContext::width

Definition at line 67 of file zmbv.c.

◆ height

int ZmbvContext::height

Definition at line 67 of file zmbv.c.

◆ fmt

int ZmbvContext::fmt

Definition at line 68 of file zmbv.c.

◆ comp

int ZmbvContext::comp

Definition at line 69 of file zmbv.c.

◆ flags

int ZmbvContext::flags

Definition at line 70 of file zmbv.c.

◆ stride

int ZmbvContext::stride

Definition at line 71 of file zmbv.c.

◆ bw

int ZmbvContext::bw

Definition at line 72 of file zmbv.c.

◆ bh

int ZmbvContext::bh

Definition at line 72 of file zmbv.c.

◆ bx

int ZmbvContext::bx

Definition at line 72 of file zmbv.c.

◆ by

int ZmbvContext::by

Definition at line 72 of file zmbv.c.

◆ decomp_len

int ZmbvContext::decomp_len

Definition at line 73 of file zmbv.c.

Referenced by decode_frame().

◆ got_keyframe

int ZmbvContext::got_keyframe

Definition at line 74 of file zmbv.c.

◆ zstream

FFZStream ZmbvContext::zstream

Definition at line 75 of file zmbv.c.

Referenced by decode_frame().

◆ decode_xor

int(* ZmbvContext::decode_xor) (struct ZmbvContext *c)

Definition at line 76 of file zmbv.c.


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