FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
FICContext Struct Reference

Data Fields

AVCodecContextavctx
 
AVFrameframe
 
DSPContext dsp
 
ScanTable scantable
 
FICThreadContextslice_data
 
int slice_data_size
 
const uint8_tqmat
 
enum AVPictureType cur_frame_type
 
int aligned_width
 
int aligned_height
 
int num_slices
 
int slice_h
 

Detailed Description

Definition at line 39 of file fic.c.

Field Documentation

AVCodecContext* FICContext::avctx

Definition at line 40 of file fic.c.

Referenced by fic_decode_init().

AVFrame* FICContext::frame
DSPContext FICContext::dsp

Definition at line 43 of file fic.c.

Referenced by fic_decode_block(), and fic_decode_init().

ScanTable FICContext::scantable

Definition at line 44 of file fic.c.

Referenced by fic_decode_block(), and fic_decode_init().

FICThreadContext* FICContext::slice_data

Definition at line 46 of file fic.c.

Referenced by fic_decode_close(), and fic_decode_frame().

int FICContext::slice_data_size

Definition at line 47 of file fic.c.

Referenced by fic_decode_frame().

const uint8_t* FICContext::qmat

Definition at line 49 of file fic.c.

Referenced by fic_decode_block(), and fic_decode_frame().

enum AVPictureType FICContext::cur_frame_type

Definition at line 51 of file fic.c.

int FICContext::aligned_width

Definition at line 53 of file fic.c.

Referenced by fic_decode_init(), and fic_decode_slice().

int FICContext::aligned_height

Definition at line 53 of file fic.c.

Referenced by fic_decode_frame(), and fic_decode_init().

int FICContext::num_slices

Definition at line 54 of file fic.c.

int FICContext::slice_h

Definition at line 54 of file fic.c.

Referenced by fic_decode_frame().


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