FFmpeg
Data Fields
UnsharpFilterParam Struct Reference

#include <unsharp.h>

Data Fields

int msize_x
 matrix width More...
 
int msize_y
 matrix height More...
 
int amount
 effect amount More...
 
int steps_x
 horizontal step count More...
 
int steps_y
 vertical step count More...
 
int scalebits
 bits to shift pixel More...
 
int32_t halfscale
 amount to add to pixel More...
 
uint32_t * sr
 finite state machine storage within a row More...
 
uint32_t ** sc
 finite state machine storage across rows More...
 

Detailed Description

Definition at line 32 of file unsharp.h.

Field Documentation

◆ msize_x

int UnsharpFilterParam::msize_x

matrix width

Definition at line 33 of file unsharp.h.

◆ msize_y

int UnsharpFilterParam::msize_y

matrix height

Definition at line 34 of file unsharp.h.

◆ amount

int UnsharpFilterParam::amount

effect amount

Definition at line 35 of file unsharp.h.

◆ steps_x

int UnsharpFilterParam::steps_x

horizontal step count

Definition at line 36 of file unsharp.h.

◆ steps_y

int UnsharpFilterParam::steps_y

vertical step count

Definition at line 37 of file unsharp.h.

◆ scalebits

int UnsharpFilterParam::scalebits

bits to shift pixel

Definition at line 38 of file unsharp.h.

◆ halfscale

int32_t UnsharpFilterParam::halfscale

amount to add to pixel

Definition at line 39 of file unsharp.h.

◆ sr

uint32_t* UnsharpFilterParam::sr

finite state machine storage within a row

Definition at line 40 of file unsharp.h.

◆ sc

uint32_t** UnsharpFilterParam::sc

finite state machine storage across rows

Definition at line 41 of file unsharp.h.


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