FFmpeg
Data Fields
EntropyContext Struct Reference

Data Fields

const AVClassclass
 
int mode
 
int nb_planes
 
int planeheight [4]
 
int planewidth [4]
 
int depth
 
int is_rgb
 
uint8_t rgba_map [4]
 
char planenames [4]
 
int64_t * histogram
 

Detailed Description

Definition at line 28 of file vf_entropy.c.

Field Documentation

◆ class

const AVClass* EntropyContext::class

Definition at line 29 of file vf_entropy.c.

◆ mode

int EntropyContext::mode

Definition at line 31 of file vf_entropy.c.

◆ nb_planes

int EntropyContext::nb_planes

Definition at line 33 of file vf_entropy.c.

◆ planeheight

int EntropyContext::planeheight[4]

Definition at line 34 of file vf_entropy.c.

◆ planewidth

int EntropyContext::planewidth[4]

Definition at line 35 of file vf_entropy.c.

◆ depth

int EntropyContext::depth

Definition at line 36 of file vf_entropy.c.

◆ is_rgb

int EntropyContext::is_rgb

Definition at line 37 of file vf_entropy.c.

◆ rgba_map

uint8_t EntropyContext::rgba_map[4]

Definition at line 38 of file vf_entropy.c.

◆ planenames

char EntropyContext::planenames[4]

Definition at line 39 of file vf_entropy.c.

◆ histogram

int64_t* EntropyContext::histogram

Definition at line 40 of file vf_entropy.c.


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