FFmpeg
Data Fields
ChromaNRContext Struct Reference

Data Fields

const AVClassclass
 
float threshold
 
float threshold_y
 
float threshold_u
 
float threshold_v
 
int distance
 
int thres
 
int thres_y
 
int thres_u
 
int thres_v
 
int sizew
 
int sizeh
 
int stepw
 
int steph
 
int depth
 
int chroma_w
 
int chroma_h
 
int nb_planes
 
int linesize [4]
 
int planeheight [4]
 
int planewidth [4]
 
AVFrameout
 
int(* filter_slice )(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs)
 

Detailed Description

Definition at line 29 of file vf_chromanr.c.

Field Documentation

◆ class

const AVClass* ChromaNRContext::class

Definition at line 30 of file vf_chromanr.c.

◆ threshold

float ChromaNRContext::threshold

Definition at line 32 of file vf_chromanr.c.

◆ threshold_y

float ChromaNRContext::threshold_y

Definition at line 33 of file vf_chromanr.c.

◆ threshold_u

float ChromaNRContext::threshold_u

Definition at line 34 of file vf_chromanr.c.

◆ threshold_v

float ChromaNRContext::threshold_v

Definition at line 35 of file vf_chromanr.c.

◆ distance

int ChromaNRContext::distance

Definition at line 36 of file vf_chromanr.c.

◆ thres

int ChromaNRContext::thres

Definition at line 37 of file vf_chromanr.c.

◆ thres_y

int ChromaNRContext::thres_y

Definition at line 38 of file vf_chromanr.c.

◆ thres_u

int ChromaNRContext::thres_u

Definition at line 39 of file vf_chromanr.c.

◆ thres_v

int ChromaNRContext::thres_v

Definition at line 40 of file vf_chromanr.c.

◆ sizew

int ChromaNRContext::sizew

Definition at line 41 of file vf_chromanr.c.

◆ sizeh

int ChromaNRContext::sizeh

Definition at line 42 of file vf_chromanr.c.

◆ stepw

int ChromaNRContext::stepw

Definition at line 43 of file vf_chromanr.c.

◆ steph

int ChromaNRContext::steph

Definition at line 44 of file vf_chromanr.c.

◆ depth

int ChromaNRContext::depth

Definition at line 45 of file vf_chromanr.c.

◆ chroma_w

int ChromaNRContext::chroma_w

Definition at line 46 of file vf_chromanr.c.

◆ chroma_h

int ChromaNRContext::chroma_h

Definition at line 47 of file vf_chromanr.c.

◆ nb_planes

int ChromaNRContext::nb_planes

Definition at line 48 of file vf_chromanr.c.

◆ linesize

int ChromaNRContext::linesize[4]

Definition at line 49 of file vf_chromanr.c.

◆ planeheight

int ChromaNRContext::planeheight[4]

Definition at line 50 of file vf_chromanr.c.

◆ planewidth

int ChromaNRContext::planewidth[4]

Definition at line 51 of file vf_chromanr.c.

◆ out

AVFrame* ChromaNRContext::out

Definition at line 53 of file vf_chromanr.c.

◆ filter_slice

int(* ChromaNRContext::filter_slice) (AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs)

Definition at line 54 of file vf_chromanr.c.


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