FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
ConvolutionOpenCLContext Struct Reference

Data Fields

OpenCLFilterContext ocf
 
int initialised
 
cl_kernel kernel
 
cl_command_queue command_queue
 
char * matrix_str [4]
 
cl_mem matrix [4]
 
cl_int matrix_sizes [4]
 
cl_int dims [4]
 
cl_float rdivs [4]
 
cl_float biases [4]
 
cl_int planes
 
cl_float scale
 
cl_float delta
 

Detailed Description

Definition at line 35 of file vf_convolution_opencl.c.

Field Documentation

OpenCLFilterContext ConvolutionOpenCLContext::ocf
int ConvolutionOpenCLContext::initialised
cl_kernel ConvolutionOpenCLContext::kernel
cl_command_queue ConvolutionOpenCLContext::command_queue
char* ConvolutionOpenCLContext::matrix_str[4]

Definition at line 42 of file vf_convolution_opencl.c.

Referenced by convolution_opencl_make_filter_params().

cl_mem ConvolutionOpenCLContext::matrix[4]
cl_int ConvolutionOpenCLContext::matrix_sizes[4]

Definition at line 45 of file vf_convolution_opencl.c.

Referenced by convolution_opencl_make_filter_params().

cl_int ConvolutionOpenCLContext::dims[4]
cl_float ConvolutionOpenCLContext::rdivs[4]

Definition at line 47 of file vf_convolution_opencl.c.

Referenced by convolution_opencl_filter_frame().

cl_float ConvolutionOpenCLContext::biases[4]
cl_int ConvolutionOpenCLContext::planes

Definition at line 50 of file vf_convolution_opencl.c.

Referenced by convolution_opencl_filter_frame().

cl_float ConvolutionOpenCLContext::scale

Definition at line 51 of file vf_convolution_opencl.c.

Referenced by convolution_opencl_filter_frame().

cl_float ConvolutionOpenCLContext::delta

Definition at line 52 of file vf_convolution_opencl.c.

Referenced by convolution_opencl_filter_frame().


The documentation for this struct was generated from the following file: