FFmpeg
|
Data Fields | |
const AVClass * | class |
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] |
AVFrame * | out |
int(* | filter_slice )(AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) |
Definition at line 29 of file vf_chromanr.c.
const AVClass* ChromaNRContext::class |
Definition at line 30 of file vf_chromanr.c.
float ChromaNRContext::threshold |
Definition at line 32 of file vf_chromanr.c.
float ChromaNRContext::threshold_y |
Definition at line 33 of file vf_chromanr.c.
float ChromaNRContext::threshold_u |
Definition at line 34 of file vf_chromanr.c.
float ChromaNRContext::threshold_v |
Definition at line 35 of file vf_chromanr.c.
int ChromaNRContext::distance |
Definition at line 36 of file vf_chromanr.c.
int ChromaNRContext::thres |
Definition at line 37 of file vf_chromanr.c.
int ChromaNRContext::thres_y |
Definition at line 38 of file vf_chromanr.c.
int ChromaNRContext::thres_u |
Definition at line 39 of file vf_chromanr.c.
int ChromaNRContext::thres_v |
Definition at line 40 of file vf_chromanr.c.
int ChromaNRContext::sizew |
Definition at line 41 of file vf_chromanr.c.
int ChromaNRContext::sizeh |
Definition at line 42 of file vf_chromanr.c.
int ChromaNRContext::stepw |
Definition at line 43 of file vf_chromanr.c.
int ChromaNRContext::steph |
Definition at line 44 of file vf_chromanr.c.
int ChromaNRContext::depth |
Definition at line 45 of file vf_chromanr.c.
int ChromaNRContext::chroma_w |
Definition at line 46 of file vf_chromanr.c.
int ChromaNRContext::chroma_h |
Definition at line 47 of file vf_chromanr.c.
int ChromaNRContext::nb_planes |
Definition at line 48 of file vf_chromanr.c.
int ChromaNRContext::linesize[4] |
Definition at line 49 of file vf_chromanr.c.
int ChromaNRContext::planeheight[4] |
Definition at line 50 of file vf_chromanr.c.
int ChromaNRContext::planewidth[4] |
Definition at line 51 of file vf_chromanr.c.
AVFrame* ChromaNRContext::out |
Definition at line 53 of file vf_chromanr.c.
int(* ChromaNRContext::filter_slice) (AVFilterContext *ctx, void *arg, int jobnr, int nb_jobs) |
Definition at line 54 of file vf_chromanr.c.