FFmpeg
Data Fields
ColorMapContext Struct Reference

Data Fields

const AVClassclass
 
int w
 
int h
 
int size
 
int nb_maps
 
int changed [2]
 
float source [MAX_SIZE][4]
 
float ttarget [MAX_SIZE][4]
 
float target [MAX_SIZE][4]
 
float icoeff [4][4]
 
float coeff [MAX_SIZE][4]
 
int target_type
 
int kernel_type
 
float(* kernel )(const float *x, const float *y)
 
FFFrameSync fs
 
double A [(MAX_SIZE+4) *(MAX_SIZE+4)]
 
double b [MAX_SIZE+4]
 
int pivot [MAX_SIZE+4]
 

Detailed Description

Definition at line 43 of file vf_colormap.c.

Field Documentation

◆ class

const AVClass* ColorMapContext::class

Definition at line 44 of file vf_colormap.c.

◆ w

int ColorMapContext::w

Definition at line 45 of file vf_colormap.c.

◆ h

int ColorMapContext::h

Definition at line 45 of file vf_colormap.c.

◆ size

int ColorMapContext::size

Definition at line 46 of file vf_colormap.c.

◆ nb_maps

int ColorMapContext::nb_maps

Definition at line 47 of file vf_colormap.c.

◆ changed

int ColorMapContext::changed[2]

Definition at line 48 of file vf_colormap.c.

◆ source

float ColorMapContext::source[MAX_SIZE][4]

Definition at line 50 of file vf_colormap.c.

◆ ttarget

float ColorMapContext::ttarget[MAX_SIZE][4]

Definition at line 51 of file vf_colormap.c.

◆ target

float ColorMapContext::target[MAX_SIZE][4]

Definition at line 52 of file vf_colormap.c.

◆ icoeff

float ColorMapContext::icoeff[4][4]

Definition at line 53 of file vf_colormap.c.

◆ coeff

float ColorMapContext::coeff[MAX_SIZE][4]

Definition at line 54 of file vf_colormap.c.

◆ target_type

int ColorMapContext::target_type

Definition at line 56 of file vf_colormap.c.

◆ kernel_type

int ColorMapContext::kernel_type

Definition at line 57 of file vf_colormap.c.

◆ kernel

float(* ColorMapContext::kernel) (const float *x, const float *y)

Definition at line 58 of file vf_colormap.c.

◆ fs

FFFrameSync ColorMapContext::fs

Definition at line 60 of file vf_colormap.c.

◆ A

double ColorMapContext::A[(MAX_SIZE+4) *(MAX_SIZE+4)]

Definition at line 62 of file vf_colormap.c.

◆ b

double ColorMapContext::b[MAX_SIZE+4]

Definition at line 63 of file vf_colormap.c.

◆ pivot

int ColorMapContext::pivot[MAX_SIZE+4]

Definition at line 64 of file vf_colormap.c.


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