FFmpeg
|
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 |
AVExpr * | e |
char * | expr_str |
void(* | blend )(const uint8_t *top, int top_linesize, const uint8_t *bottom, int bottom_linesize, uint8_t *dst, int dst_linesize, int width, int start, int end, 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 |
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 72 of file vf_blend.c.
Referenced by config_output().
double FilterParams::opacity |
Definition at line 73 of file vf_blend.c.
Referenced by config_output().
AVExpr* FilterParams::e |
Definition at line 74 of file vf_blend.c.
Referenced by config_output(), and uninit().
char* FilterParams::expr_str |
Definition at line 75 of file vf_blend.c.
Referenced by config_output().
void(* FilterParams::blend)(const uint8_t *top, int top_linesize, const uint8_t *bottom, int bottom_linesize, uint8_t *dst, int dst_linesize, int width, int start, int end, struct FilterParams *param, double *values) |
Definition at line 76 of file vf_blend.c.
Referenced by config_output(), and DEFINE_BLEND8().
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().