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

filter data More...

#include <mlp.h>

Data Fields

uint8_t order
 number of taps in filter More...
 
uint8_t shift
 Right shift to apply to output of filter. More...
 
int32_t state [MAX_FIR_ORDER]
 
enum BlendMode mode
 
double opacity
 
AVExpre
 
char * expr_str
 
void(* blend )(const uint8_t *top, ptrdiff_t top_linesize, const uint8_t *bottom, ptrdiff_t bottom_linesize, uint8_t *dst, ptrdiff_t dst_linesize, ptrdiff_t width, ptrdiff_t height, struct FilterParams *param, double *values)
 
int strength
 
unsigned flags
 
AVLFG lfg
 
int seed
 
int8_t * noise
 
int8_t * prev_shift [MAX_RES][3]
 
int rand_shift [MAX_RES]
 
int rand_shift_init
 

Detailed Description

filter data

Definition at line 74 of file mlp.h.

Field Documentation

uint8_t FilterParams::order

number of taps in filter

Definition at line 75 of file mlp.h.

Referenced by filter_channel(), read_channel_params(), read_filter_params(), and read_restart_header().

uint8_t FilterParams::shift

Right shift to apply to output of filter.

Definition at line 76 of file mlp.h.

Referenced by filter_channel(), read_channel_params(), read_filter_params(), and read_restart_header().

int32_t FilterParams::state[MAX_FIR_ORDER]

Definition at line 78 of file mlp.h.

Referenced by filter_channel(), and read_filter_params().

enum BlendMode FilterParams::mode

Definition at line 63 of file blend.h.

Referenced by config_output(), and ff_blend_init().

double FilterParams::opacity
AVExpr* FilterParams::e

Definition at line 65 of file blend.h.

Referenced by config_output(), and uninit().

char* FilterParams::expr_str

Definition at line 66 of file blend.h.

Referenced by config_output().

void(* FilterParams::blend)(const uint8_t *top, ptrdiff_t top_linesize, const uint8_t *bottom, ptrdiff_t bottom_linesize, uint8_t *dst, ptrdiff_t dst_linesize, ptrdiff_t width, ptrdiff_t height, struct FilterParams *param, double *values)

Definition at line 67 of file blend.h.

Referenced by config_output(), DEFINE_BLEND8(), and ff_blend_init().

int FilterParams::strength

Definition at line 38 of file vf_noise.h.

Referenced by filter_frame(), init(), and init_noise().

unsigned FilterParams::flags

Definition at line 39 of file vf_noise.h.

Referenced by filter_frame(), init(), init_noise(), and noise().

AVLFG FilterParams::lfg

Definition at line 40 of file vf_noise.h.

Referenced by filter_frame(), and init_noise().

int FilterParams::seed

Definition at line 41 of file vf_noise.h.

Referenced by init(), and init_noise().

int8_t* FilterParams::noise

Definition at line 42 of file vf_noise.h.

Referenced by init_noise(), noise(), and uninit().

int8_t* FilterParams::prev_shift[MAX_RES][3]

Definition at line 43 of file vf_noise.h.

Referenced by init_noise(), and noise().

int FilterParams::rand_shift[MAX_RES]

Definition at line 44 of file vf_noise.h.

Referenced by filter_frame(), and noise().

int FilterParams::rand_shift_init

Definition at line 45 of file vf_noise.h.

Referenced by filter_frame().


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