|
FFmpeg
|
filter data More...
#include <mlp.h>
Public Attributes | |
| 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] |
| int | coeff_bits |
| int | coeff_shift |
| enum BlendMode | mode |
| double | opacity |
| AVExpr * | e |
| 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 |
filter data
1.8.12