Go to the documentation of this file.
21 #ifndef AVFILTER_UNSHARP_H
22 #define AVFILTER_UNSHARP_H
30 #define MIN_MATRIX_SIZE 3
31 #define MAX_MATRIX_SIZE 63
37 cl_mem cl_chroma_mask;
39 int out_plane_size[8];
44 size_t cl_outbuf_size;
46 } UnsharpOpenclContext;