Home
last modified time | relevance | path

Searched refs:NoiseContext (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dnoise_bsf.c29 typedef struct NoiseContext { struct
34 } NoiseContext; argument
38 NoiseContext *s = ctx->priv_data; in noise()
70 #define OFFSET(x) offsetof(NoiseContext, x)
87 .priv_data_size = sizeof(NoiseContext),
/third_party/ffmpeg/libavfilter/
Dvf_noise.h48 typedef struct NoiseContext { struct
57 } NoiseContext; argument
62 void ff_noise_init_x86(NoiseContext *n);
Dvf_noise.c42 #define OFFSET(x) offsetof(NoiseContext, x)
70 static av_cold int init_noise(NoiseContext *n, int comp) in init_noise()
150 NoiseContext *n = inlink->dst->priv; in config_input()
192 int width, int start, int end, NoiseContext *n, int comp) in noise()
226 NoiseContext *s = ctx->priv; in filter_slice()
246 NoiseContext *n = ctx->priv; in filter_frame()
285 NoiseContext *n = ctx->priv; in init()
315 NoiseContext *n = ctx->priv; in uninit()
343 .priv_size = sizeof(NoiseContext),
/third_party/ffmpeg/libavfilter/x86/
Dvf_noise.c129 av_cold void ff_noise_init_x86(NoiseContext *n) in ff_noise_init_x86()