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

Encoder context. More...

Data Fields

AVCodecContextavctx
 
AVFrame pic
 
AVLFG rnd
 
uint8_tprev
 
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 36 of file msvideo1enc.c.

Field Documentation

AVCodecContext* Msvideo1EncContext::avctx

Definition at line 37 of file msvideo1enc.c.

Referenced by encode_init().

AVFrame Msvideo1EncContext::pic

Definition at line 38 of file msvideo1enc.c.

Referenced by encode_frame(), and encode_init().

AVLFG Msvideo1EncContext::rnd

Definition at line 39 of file msvideo1enc.c.

Referenced by encode_frame(), and encode_init().

uint8_t* Msvideo1EncContext::prev

Definition at line 40 of file msvideo1enc.c.

Referenced by encode_end(), and encode_frame().

int Msvideo1EncContext::block[16 *3]

Definition at line 42 of file msvideo1enc.c.

Referenced by encode_frame().

int Msvideo1EncContext::block2[16 *3]

Definition at line 43 of file msvideo1enc.c.

Referenced by encode_frame().

int Msvideo1EncContext::codebook[8 *3]

Definition at line 44 of file msvideo1enc.c.

Referenced by encode_frame().

int Msvideo1EncContext::codebook2[8 *3]

Definition at line 45 of file msvideo1enc.c.

Referenced by encode_frame().

int Msvideo1EncContext::output[16 *3]

Definition at line 46 of file msvideo1enc.c.

Referenced by encode_frame().

int Msvideo1EncContext::output2[16 *3]

Definition at line 47 of file msvideo1enc.c.

Referenced by encode_frame().

int Msvideo1EncContext::avg[3]

Definition at line 48 of file msvideo1enc.c.

Referenced by encode_frame().

int Msvideo1EncContext::bestpos

Definition at line 49 of file msvideo1enc.c.

int Msvideo1EncContext::keyint

Definition at line 50 of file msvideo1enc.c.

Referenced by encode_frame(), and encode_init().


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