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

Data Fields

OpenCLFilterContext ocf
 
int initialised
 
cl_kernel kernel
 
cl_command_queue command_queue
 
char * matrix_str [4]
 
cl_float threshold [4]
 
cl_int coordinates
 
cl_mem coord
 

Detailed Description

Definition at line 35 of file vf_neighbor_opencl.c.

Field Documentation

OpenCLFilterContext NeighborOpenCLContext::ocf
int NeighborOpenCLContext::initialised

Definition at line 38 of file vf_neighbor_opencl.c.

Referenced by neighbor_opencl_filter_frame(), and neighbor_opencl_init().

cl_kernel NeighborOpenCLContext::kernel
cl_command_queue NeighborOpenCLContext::command_queue
char* NeighborOpenCLContext::matrix_str[4]

Definition at line 42 of file vf_neighbor_opencl.c.

cl_float NeighborOpenCLContext::threshold[4]
cl_int NeighborOpenCLContext::coordinates

Definition at line 45 of file vf_neighbor_opencl.c.

Referenced by neighbor_opencl_make_filter_params().

cl_mem NeighborOpenCLContext::coord

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