FFmpeg  4.0
Data Fields
UnsharpContext Struct Reference

#include <libavfilter/unsharp.h>

Data Fields

const AVClassclass
 
int lmsize_x
 
int lmsize_y
 
int cmsize_x
 
int cmsize_y
 
float lamount
 
float camount
 
UnsharpFilterParam luma
 luma parameters (width, height, amount) More...
 
UnsharpFilterParam chroma
 chroma parameters (width, height, amount) More...
 
int hsub
 
int vsub
 
int opencl
 
int(* apply_unsharp )(AVFilterContext *ctx, AVFrame *in, AVFrame *out)
 

Detailed Description

Definition at line 43 of file unsharp.h.

Field Documentation

◆ class

const AVClass* UnsharpContext::class

Definition at line 44 of file unsharp.h.

◆ lmsize_x

int UnsharpContext::lmsize_x

Definition at line 45 of file unsharp.h.

Referenced by init().

◆ lmsize_y

int UnsharpContext::lmsize_y

Definition at line 45 of file unsharp.h.

Referenced by init().

◆ cmsize_x

int UnsharpContext::cmsize_x

Definition at line 45 of file unsharp.h.

Referenced by init().

◆ cmsize_y

int UnsharpContext::cmsize_y

Definition at line 45 of file unsharp.h.

Referenced by init().

◆ lamount

float UnsharpContext::lamount

Definition at line 46 of file unsharp.h.

Referenced by init().

◆ camount

float UnsharpContext::camount

Definition at line 46 of file unsharp.h.

Referenced by init().

◆ luma

UnsharpFilterParam UnsharpContext::luma

luma parameters (width, height, amount)

Definition at line 47 of file unsharp.h.

Referenced by apply_unsharp_c(), config_props(), init(), and uninit().

◆ chroma

UnsharpFilterParam UnsharpContext::chroma

chroma parameters (width, height, amount)

Definition at line 48 of file unsharp.h.

Referenced by apply_unsharp_c(), config_props(), init(), and uninit().

◆ hsub

int UnsharpContext::hsub

Definition at line 49 of file unsharp.h.

Referenced by apply_unsharp_c(), and config_props().

◆ vsub

int UnsharpContext::vsub

Definition at line 49 of file unsharp.h.

Referenced by apply_unsharp_c(), and config_props().

◆ opencl

int UnsharpContext::opencl

Definition at line 50 of file unsharp.h.

◆ apply_unsharp

int(* UnsharpContext::apply_unsharp) (AVFilterContext *ctx, AVFrame *in, AVFrame *out)

Definition at line 51 of file unsharp.h.

Referenced by filter_frame(), and init().


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