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

Data Fields

const AVClassclass
 
const AVPixFmtDescriptordesc
 
int filter
 
int block
 
int planes
 
float alpha
 
float beta
 
float gamma
 
float delta
 
int ath
 
int bth
 
int gth
 
int dth
 
int max
 
int depth
 
int bpc
 
int nb_planes
 
int planewidth [4]
 
int planeheight [4]
 
void(* deblockh )(uint8_t *dst, ptrdiff_t dst_linesize, int block, int ath, int bth, int gth, int dth, int max)
 
void(* deblockv )(uint8_t *dst, ptrdiff_t dst_linesize, int block, int ath, int bth, int gth, int dth, int max)
 

Detailed Description

Definition at line 36 of file vf_deblock.c.

Field Documentation

const AVClass* DeblockContext::class

Definition at line 37 of file vf_deblock.c.

const AVPixFmtDescriptor* DeblockContext::desc

Definition at line 38 of file vf_deblock.c.

Referenced by config_output().

int DeblockContext::filter

Definition at line 39 of file vf_deblock.c.

Referenced by config_output().

int DeblockContext::block

Definition at line 40 of file vf_deblock.c.

Referenced by filter_frame().

int DeblockContext::planes

Definition at line 41 of file vf_deblock.c.

Referenced by filter_frame().

float DeblockContext::alpha

Definition at line 42 of file vf_deblock.c.

Referenced by config_output().

float DeblockContext::beta

Definition at line 43 of file vf_deblock.c.

Referenced by config_output().

float DeblockContext::gamma

Definition at line 44 of file vf_deblock.c.

Referenced by config_output().

float DeblockContext::delta

Definition at line 45 of file vf_deblock.c.

Referenced by config_output().

int DeblockContext::ath

Definition at line 47 of file vf_deblock.c.

Referenced by config_output(), and filter_frame().

int DeblockContext::bth

Definition at line 48 of file vf_deblock.c.

Referenced by config_output(), and filter_frame().

int DeblockContext::gth

Definition at line 49 of file vf_deblock.c.

Referenced by config_output(), and filter_frame().

int DeblockContext::dth

Definition at line 50 of file vf_deblock.c.

Referenced by config_output(), and filter_frame().

int DeblockContext::max

Definition at line 51 of file vf_deblock.c.

Referenced by config_output(), and filter_frame().

int DeblockContext::depth

Definition at line 52 of file vf_deblock.c.

Referenced by config_output().

int DeblockContext::bpc

Definition at line 53 of file vf_deblock.c.

Referenced by config_output(), and filter_frame().

int DeblockContext::nb_planes

Definition at line 54 of file vf_deblock.c.

Referenced by config_output(), and filter_frame().

int DeblockContext::planewidth[4]

Definition at line 55 of file vf_deblock.c.

Referenced by config_output(), and filter_frame().

int DeblockContext::planeheight[4]

Definition at line 56 of file vf_deblock.c.

Referenced by config_output(), and filter_frame().

void(* DeblockContext::deblockh)(uint8_t *dst, ptrdiff_t dst_linesize, int block, int ath, int bth, int gth, int dth, int max)

Definition at line 58 of file vf_deblock.c.

Referenced by config_output(), and filter_frame().

void(* DeblockContext::deblockv)(uint8_t *dst, ptrdiff_t dst_linesize, int block, int ath, int bth, int gth, int dth, int max)

Definition at line 60 of file vf_deblock.c.

Referenced by config_output(), and filter_frame().


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