FFmpeg
|
filter data More...
#include <mlp.h>
Data Fields | |
uint8_t | order |
number of taps in filter | |
uint8_t | shift |
Right shift to apply to output of filter. | |
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] |
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 68 of file vf_blend.c.
Referenced by init().
double FilterParams::opacity |
Definition at line 69 of file vf_blend.c.
Referenced by init().
AVExpr* FilterParams::e |
Definition at line 70 of file vf_blend.c.
char* FilterParams::expr_str |
Definition at line 71 of file vf_blend.c.
Referenced by init().
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 72 of file vf_blend.c.
Referenced by filter_slice(), and init().
int FilterParams::strength |
Definition at line 48 of file vf_noise.c.
Referenced by init(), and init_noise().
unsigned FilterParams::flags |
Definition at line 49 of file vf_noise.c.
Referenced by init(), init_noise(), and noise().
AVLFG FilterParams::lfg |
Definition at line 50 of file vf_noise.c.
Referenced by init_noise(), and noise().
int FilterParams::seed |
Definition at line 51 of file vf_noise.c.
Referenced by init(), and init_noise().
int8_t* FilterParams::noise |
Definition at line 52 of file vf_noise.c.
Referenced by init_noise(), noise(), and uninit().
int8_t* FilterParams::prev_shift[MAX_RES][3] |
Definition at line 53 of file vf_noise.c.
Referenced by init_noise(), and noise().