FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
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_ttmp_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 38 of file vf_kerndeint.c.

Field Documentation

const AVClass* KerndeintContext::class

Definition at line 39 of file vf_kerndeint.c.

int KerndeintContext::frame

frame count, starting from 0

Definition at line 40 of file vf_kerndeint.c.

Referenced by filter_frame().

int KerndeintContext::thresh

Definition at line 41 of file vf_kerndeint.c.

Referenced by filter_frame().

int KerndeintContext::map

Definition at line 41 of file vf_kerndeint.c.

Referenced by filter_frame().

int KerndeintContext::order

Definition at line 41 of file vf_kerndeint.c.

Referenced by filter_frame().

int KerndeintContext::sharp

Definition at line 41 of file vf_kerndeint.c.

Referenced by filter_frame().

int KerndeintContext::twoway

Definition at line 41 of file vf_kerndeint.c.

Referenced by filter_frame().

int KerndeintContext::vsub

Definition at line 42 of file vf_kerndeint.c.

Referenced by config_props(), and filter_frame().

int KerndeintContext::is_packed_rgb

Definition at line 43 of file vf_kerndeint.c.

Referenced by config_props(), and filter_frame().

uint8_t* KerndeintContext::tmp_data[4]

temporary plane data buffer

Definition at line 44 of file vf_kerndeint.c.

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

int KerndeintContext::tmp_linesize[4]

temporary plane byte linesize

Definition at line 45 of file vf_kerndeint.c.

Referenced by config_props(), and filter_frame().

int KerndeintContext::tmp_bwidth[4]

temporary plane byte width

Definition at line 46 of file vf_kerndeint.c.

Referenced by config_props(), and filter_frame().


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