FFmpeg
Data Fields
VqaContext Struct Reference

Data Fields

AVFrameframe
 
AVCodecContextavctx
 
GetByteContext gb
 
uint32_t palette [PALETTE_COUNT]
 
int width
 
int height
 
int vector_width
 
int vector_height
 
int vqa_version
 
unsigned char * codebook
 
int codebook_size
 
unsigned char * next_codebook_buffer
 
int next_codebook_buffer_index
 
unsigned char * decode_buffer
 
int decode_buffer_size
 
int partial_countdown
 
int partial_count
 

Detailed Description

Definition at line 101 of file vqavideo.c.

Field Documentation

◆ frame

AVFrame* VqaContext::frame

Definition at line 102 of file vqavideo.c.

◆ avctx

AVCodecContext* VqaContext::avctx

Definition at line 103 of file vqavideo.c.

◆ gb

GetByteContext VqaContext::gb

Definition at line 104 of file vqavideo.c.

◆ palette

uint32_t VqaContext::palette[PALETTE_COUNT]

Definition at line 106 of file vqavideo.c.

◆ width

int VqaContext::width

Definition at line 108 of file vqavideo.c.

◆ height

int VqaContext::height

Definition at line 109 of file vqavideo.c.

◆ vector_width

int VqaContext::vector_width

Definition at line 110 of file vqavideo.c.

◆ vector_height

int VqaContext::vector_height

Definition at line 111 of file vqavideo.c.

◆ vqa_version

int VqaContext::vqa_version

Definition at line 112 of file vqavideo.c.

◆ codebook

unsigned char* VqaContext::codebook

Definition at line 114 of file vqavideo.c.

◆ codebook_size

int VqaContext::codebook_size

Definition at line 115 of file vqavideo.c.

◆ next_codebook_buffer

unsigned char* VqaContext::next_codebook_buffer

Definition at line 116 of file vqavideo.c.

◆ next_codebook_buffer_index

int VqaContext::next_codebook_buffer_index

Definition at line 117 of file vqavideo.c.

◆ decode_buffer

unsigned char* VqaContext::decode_buffer

Definition at line 119 of file vqavideo.c.

◆ decode_buffer_size

int VqaContext::decode_buffer_size

Definition at line 120 of file vqavideo.c.

◆ partial_countdown

int VqaContext::partial_countdown

Definition at line 123 of file vqavideo.c.

◆ partial_count

int VqaContext::partial_count

Definition at line 124 of file vqavideo.c.


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