| FFmpeg
    | 
#include <vf_noise.h>
| Data Fields | |
| const AVClass * | class | 
| int | nb_planes | 
| int | bytewidth [4] | 
| int | height [4] | 
| FilterParams | all | 
| FilterParams | param [4] | 
| void(* | line_noise )(uint8_t *dst, const uint8_t *src, const int8_t *noise, int len, int shift) | 
| void(* | line_noise_avg )(uint8_t *dst, const uint8_t *src, int len, const int8_t *const *shift) | 
Definition at line 48 of file vf_noise.h.
| const AVClass* NoiseContext::class | 
Definition at line 49 of file vf_noise.h.
| int NoiseContext::nb_planes | 
Definition at line 50 of file vf_noise.h.
Referenced by config_input(), and filter_slice().
| int NoiseContext::bytewidth[4] | 
Definition at line 51 of file vf_noise.h.
Referenced by config_input(), and filter_slice().
| int NoiseContext::height[4] | 
Definition at line 52 of file vf_noise.h.
Referenced by config_input(), filter_frame(), and filter_slice().
| FilterParams NoiseContext::all | 
Definition at line 53 of file vf_noise.h.
Referenced by init().
| FilterParams NoiseContext::param[4] | 
Definition at line 54 of file vf_noise.h.
Referenced by filter_frame(), init(), init_noise(), noise(), and uninit().
| void(* NoiseContext::line_noise)(uint8_t *dst, const uint8_t *src, const int8_t *noise, int len, int shift) | 
Definition at line 55 of file vf_noise.h.
Referenced by ff_noise_init_x86(), init(), and noise().
| void(* NoiseContext::line_noise_avg)(uint8_t *dst, const uint8_t *src, int len, const int8_t *const *shift) | 
Definition at line 56 of file vf_noise.h.
Referenced by ff_noise_init_x86(), init(), and noise().
 1.8.6
 1.8.6