FFmpeg
Data Fields
MSS3Context Struct Reference

Data Fields

AVCodecContextavctx
 
AVFramepic
 
int got_error
 
RangeCoder coder
 
BlockTypeContext btype [3]
 
FillBlockCoder fill_coder [3]
 
ImageBlockCoder image_coder [3]
 
DCTBlockCoder dct_coder [3]
 
HaarBlockCoder haar_coder [3]
 
int dctblock [64]
 
int hblock [16 *16]
 

Detailed Description

Definition at line 109 of file mss3.c.

Field Documentation

◆ avctx

AVCodecContext* MSS3Context::avctx

Definition at line 110 of file mss3.c.

◆ pic

AVFrame* MSS3Context::pic

Definition at line 111 of file mss3.c.

◆ got_error

int MSS3Context::got_error

Definition at line 113 of file mss3.c.

◆ coder

RangeCoder MSS3Context::coder

Definition at line 114 of file mss3.c.

◆ btype

BlockTypeContext MSS3Context::btype[3]

Definition at line 115 of file mss3.c.

◆ fill_coder

FillBlockCoder MSS3Context::fill_coder[3]

Definition at line 116 of file mss3.c.

◆ image_coder

ImageBlockCoder MSS3Context::image_coder[3]

Definition at line 117 of file mss3.c.

◆ dct_coder

DCTBlockCoder MSS3Context::dct_coder[3]

Definition at line 118 of file mss3.c.

◆ haar_coder

HaarBlockCoder MSS3Context::haar_coder[3]

Definition at line 119 of file mss3.c.

◆ dctblock

int MSS3Context::dctblock[64]

Definition at line 121 of file mss3.c.

◆ hblock

int MSS3Context::hblock[16 *16]

Definition at line 122 of file mss3.c.


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