FFmpeg
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]
 
int coeff_bits
 
int coeff_shift
 
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 starty)
 
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 75 of file mlp.h.

Field Documentation

◆ order

uint8_t FilterParams::order

number of taps in filter

Definition at line 76 of file mlp.h.

Referenced by compare_filter_params(), copy_filter_params(), determine_bits(), filter_channel(), read_channel_params(), and read_restart_header().

◆ shift

uint8_t FilterParams::shift

Right shift to apply to output of filter.

Definition at line 77 of file mlp.h.

Referenced by compare_filter_params(), copy_filter_params(), filter_channel(), read_channel_params(), and read_restart_header().

◆ state

int32_t FilterParams::state[MAX_FIR_ORDER]

Definition at line 79 of file mlp.h.

Referenced by filter_channel().

◆ coeff_bits

int FilterParams::coeff_bits

Definition at line 81 of file mlp.h.

Referenced by copy_filter_params().

◆ coeff_shift

int FilterParams::coeff_shift

Definition at line 82 of file mlp.h.

Referenced by copy_filter_params().

◆ mode

enum BlendMode FilterParams::mode

Definition at line 73 of file blend.h.

Referenced by config_params(), and ff_blend_init_x86().

◆ opacity

double FilterParams::opacity

Definition at line 74 of file blend.h.

Referenced by checkasm_check_blend(), config_params(), and ff_blend_init_x86().

◆ e

AVExpr* FilterParams::e

Definition at line 75 of file blend.h.

Referenced by config_params().

◆ expr_str

char* FilterParams::expr_str

Definition at line 76 of file blend.h.

Referenced by config_params().

◆ blend

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, int starty)

Definition at line 77 of file blend.h.

Referenced by config_params(), and ff_blend_init_x86().

◆ strength

int FilterParams::strength

Definition at line 38 of file vf_noise.h.

Referenced by init().

◆ flags

unsigned FilterParams::flags

Definition at line 39 of file vf_noise.h.

Referenced by init(), and noise().

◆ lfg

AVLFG FilterParams::lfg

Definition at line 40 of file vf_noise.h.

Referenced by init_noise().

◆ seed

int FilterParams::seed

Definition at line 41 of file vf_noise.h.

Referenced by init().

◆ noise

int8_t* FilterParams::noise

Definition at line 42 of file vf_noise.h.

Referenced by noise(), and uninit().

◆ prev_shift

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

Definition at line 43 of file vf_noise.h.

Referenced by noise().

◆ rand_shift

int FilterParams::rand_shift[MAX_RES]

Definition at line 44 of file vf_noise.h.

Referenced by noise().

◆ rand_shift_init

int FilterParams::rand_shift_init

Definition at line 45 of file vf_noise.h.


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