Home
last modified time | relevance | path

Searched refs:ConvolveContext (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavfilter/
H A Dvf_convolve.c38 typedef struct ConvolveContext { struct
74 void (*get_input)(struct ConvolveContext *s, AVComplexFloat *fft_hdata,
77 void (*get_output)(struct ConvolveContext *s, AVComplexFloat *input, AVFrame *out,
82 } ConvolveContext; typedef
84 #define OFFSET(x) offsetof(ConvolveContext, x)
119 ConvolveContext *s = inlink->dst->priv; in config_input()
188 ConvolveContext *s = ctx->priv; in fft_horizontal()
207 static void get_zeropadded_input(ConvolveContext *s, in get_zeropadded_input()
297 static void get_input(ConvolveContext *s, AVComplexFloat *fft_hdata, in get_input()
374 ConvolveContext * in fft_vertical()
[all...]

Completed in 2 milliseconds