Home
last modified time | relevance | path

Searched defs:ConvolutionContext (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavfilter/
Dconvolution.h32 typedef struct ConvolutionContext { struct
33 const AVClass *class;
35 char *matrix_str[4];
36 float rdiv[4];
37 float bias[4];
61 } ConvolutionContext; argument