FFmpeg
Data Fields
KerndeintContext Struct Reference

Data Fields

const AVClassclass
 
int frame
 frame count, starting from 0 More...
 
int thresh
 
int map
 
int order
 
int sharp
 
int twoway
 
int vsub
 
int is_packed_rgb
 
uint8_t * tmp_data [4]
 temporary plane data buffer More...
 
int tmp_linesize [4]
 temporary plane byte linesize More...
 
int tmp_bwidth [4]
 temporary plane byte width More...
 

Detailed Description

Definition at line 39 of file vf_kerndeint.c.

Field Documentation

◆ class

const AVClass* KerndeintContext::class

Definition at line 40 of file vf_kerndeint.c.

◆ frame

int KerndeintContext::frame

frame count, starting from 0

Definition at line 41 of file vf_kerndeint.c.

Referenced by filter_frame().

◆ thresh

int KerndeintContext::thresh

Definition at line 42 of file vf_kerndeint.c.

Referenced by filter_frame().

◆ map

int KerndeintContext::map

Definition at line 42 of file vf_kerndeint.c.

Referenced by filter_frame().

◆ order

int KerndeintContext::order

Definition at line 42 of file vf_kerndeint.c.

Referenced by filter_frame().

◆ sharp

int KerndeintContext::sharp

Definition at line 42 of file vf_kerndeint.c.

Referenced by filter_frame().

◆ twoway

int KerndeintContext::twoway

Definition at line 42 of file vf_kerndeint.c.

Referenced by filter_frame().

◆ vsub

int KerndeintContext::vsub

Definition at line 43 of file vf_kerndeint.c.

Referenced by config_props(), and filter_frame().

◆ is_packed_rgb

int KerndeintContext::is_packed_rgb

Definition at line 44 of file vf_kerndeint.c.

Referenced by config_props(), and filter_frame().

◆ tmp_data

uint8_t* KerndeintContext::tmp_data[4]

temporary plane data buffer

Definition at line 45 of file vf_kerndeint.c.

Referenced by config_props(), filter_frame(), and uninit().

◆ tmp_linesize

int KerndeintContext::tmp_linesize[4]

temporary plane byte linesize

Definition at line 46 of file vf_kerndeint.c.

Referenced by config_props(), and filter_frame().

◆ tmp_bwidth

int KerndeintContext::tmp_bwidth[4]

temporary plane byte width

Definition at line 47 of file vf_kerndeint.c.

Referenced by config_props(), and filter_frame().


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