FFmpeg
Data Fields
Msvideo1EncContext Struct Reference

Encoder context. More...

Data Fields

AVCodecContextavctx
 
struct ELBGContextelbg
 
AVLFG rnd
 
uint8_t * prev
 
int block [16 *3]
 
int block2 [16 *3]
 
int codebook [8 *3]
 
int codebook2 [8 *3]
 
int output [16 *3]
 
int output2 [16 *3]
 
int avg [3]
 
int bestpos
 
int keyint
 

Detailed Description

Encoder context.

Definition at line 37 of file msvideo1enc.c.

Field Documentation

◆ avctx

AVCodecContext* Msvideo1EncContext::avctx

Definition at line 38 of file msvideo1enc.c.

◆ elbg

struct ELBGContext* Msvideo1EncContext::elbg

Definition at line 39 of file msvideo1enc.c.

◆ rnd

AVLFG Msvideo1EncContext::rnd

Definition at line 40 of file msvideo1enc.c.

◆ prev

uint8_t* Msvideo1EncContext::prev

Definition at line 41 of file msvideo1enc.c.

◆ block

int Msvideo1EncContext::block[16 *3]

Definition at line 43 of file msvideo1enc.c.

◆ block2

int Msvideo1EncContext::block2[16 *3]

Definition at line 44 of file msvideo1enc.c.

◆ codebook

int Msvideo1EncContext::codebook[8 *3]

Definition at line 45 of file msvideo1enc.c.

◆ codebook2

int Msvideo1EncContext::codebook2[8 *3]

Definition at line 46 of file msvideo1enc.c.

◆ output

int Msvideo1EncContext::output[16 *3]

Definition at line 47 of file msvideo1enc.c.

◆ output2

int Msvideo1EncContext::output2[16 *3]

Definition at line 48 of file msvideo1enc.c.

◆ avg

int Msvideo1EncContext::avg[3]

Definition at line 49 of file msvideo1enc.c.

◆ bestpos

int Msvideo1EncContext::bestpos

Definition at line 50 of file msvideo1enc.c.

◆ keyint

int Msvideo1EncContext::keyint

Definition at line 51 of file msvideo1enc.c.


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