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

#include <unsharp.h>

Data Fields

int msize_x
 matrix width
 
int msize_y
 matrix height
 
int amount
 effect amount
 
int steps_x
 horizontal step count
 
int steps_y
 vertical step count
 
int scalebits
 bits to shift pixel
 
int32_t halfscale
 amount to add to pixel
 
uint32_t * sc [MAX_MATRIX_SIZE-1]
 finite state machine storage
 

Detailed Description

Definition at line 56 of file unsharp.h.

Field Documentation

int UnsharpFilterParam::msize_x

matrix width

Definition at line 57 of file unsharp.h.

Referenced by init_filter_param(), and set_filter_param().

int UnsharpFilterParam::msize_y

matrix height

Definition at line 58 of file unsharp.h.

Referenced by init_filter_param(), and set_filter_param().

int UnsharpFilterParam::amount

effect amount

Definition at line 59 of file unsharp.h.

Referenced by apply_unsharp(), ff_opencl_apply_unsharp(), init_filter_param(), and set_filter_param().

int UnsharpFilterParam::steps_x
int UnsharpFilterParam::steps_y
int UnsharpFilterParam::scalebits

bits to shift pixel

Definition at line 62 of file unsharp.h.

Referenced by apply_unsharp(), ff_opencl_apply_unsharp(), and set_filter_param().

int32_t UnsharpFilterParam::halfscale

amount to add to pixel

Definition at line 63 of file unsharp.h.

Referenced by apply_unsharp(), ff_opencl_apply_unsharp(), and set_filter_param().

uint32_t* UnsharpFilterParam::sc[MAX_MATRIX_SIZE-1]

finite state machine storage

Definition at line 64 of file unsharp.h.

Referenced by apply_unsharp(), free_filter_param(), and init_filter_param().


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