FFmpeg
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 34 of file vf_neighbor_opencl.c.

Field Documentation

◆ ocf

OpenCLFilterContext NeighborOpenCLContext::ocf

Definition at line 35 of file vf_neighbor_opencl.c.

◆ initialised

int NeighborOpenCLContext::initialised

Definition at line 37 of file vf_neighbor_opencl.c.

◆ kernel

cl_kernel NeighborOpenCLContext::kernel

Definition at line 38 of file vf_neighbor_opencl.c.

◆ command_queue

cl_command_queue NeighborOpenCLContext::command_queue

Definition at line 39 of file vf_neighbor_opencl.c.

◆ matrix_str

char* NeighborOpenCLContext::matrix_str[4]

Definition at line 41 of file vf_neighbor_opencl.c.

◆ threshold

cl_float NeighborOpenCLContext::threshold[4]

Definition at line 43 of file vf_neighbor_opencl.c.

◆ coordinates

cl_int NeighborOpenCLContext::coordinates

Definition at line 44 of file vf_neighbor_opencl.c.

◆ coord

cl_mem NeighborOpenCLContext::coord

Definition at line 45 of file vf_neighbor_opencl.c.


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