Searched defs:ConvolutionContext (Results 1 – 1 of 1) sorted by relevance
32 typedef struct ConvolutionContext { struct33 const AVClass *class;35 char *matrix_str[4];36 float rdiv[4];37 float bias[4];61 } ConvolutionContext; argument