Go to the documentation of this file.
22 #ifndef AVFILTER_NOISE_H
23 #define AVFILTER_NOISE_H
28 #define MAX_NOISE 5120
29 #define MAX_SHIFT 1024
30 #define MAX_RES (MAX_NOISE-MAX_SHIFT)
32 #define NOISE_UNIFORM 1
33 #define NOISE_TEMPORAL 2
34 #define NOISE_AVERAGED 8
35 #define NOISE_PATTERN 16