FFmpeg
|
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 |
Definition at line 35 of file vf_neighbor_opencl.c.
OpenCLFilterContext NeighborOpenCLContext::ocf |
Definition at line 36 of file vf_neighbor_opencl.c.
Referenced by neighbor_opencl_init(), and neighbor_opencl_make_filter_params().
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 |
Definition at line 39 of file vf_neighbor_opencl.c.
Referenced by neighbor_opencl_filter_frame(), neighbor_opencl_init(), and neighbor_opencl_uninit().
cl_command_queue NeighborOpenCLContext::command_queue |
Definition at line 40 of file vf_neighbor_opencl.c.
Referenced by neighbor_opencl_filter_frame(), neighbor_opencl_init(), and neighbor_opencl_uninit().
char* NeighborOpenCLContext::matrix_str[4] |
Definition at line 42 of file vf_neighbor_opencl.c.
cl_float NeighborOpenCLContext::threshold[4] |
Definition at line 44 of file vf_neighbor_opencl.c.
Referenced by neighbor_opencl_filter_frame(), and neighbor_opencl_make_filter_params().
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 |
Definition at line 46 of file vf_neighbor_opencl.c.
Referenced by neighbor_opencl_filter_frame(), neighbor_opencl_make_filter_params(), and neighbor_opencl_uninit().