FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
opencl_allkernels.c File Reference
#include "opencl_allkernels.h"

Go to the source code of this file.

Macros

#define OPENCL_REGISTER_KERNEL_CODE(X, x)
 

Functions

void ff_opencl_register_filter_kernel_code_all (void)
 

Macro Definition Documentation

#define OPENCL_REGISTER_KERNEL_CODE (   X,
 
)
Value:
{ \
if (CONFIG_##X##_FILTER) { \
av_opencl_register_kernel_code(ff_kernel_##x##_opencl); \
} \
}

Definition at line 28 of file opencl_allkernels.c.

Referenced by ff_opencl_register_filter_kernel_code_all().

Function Documentation

void ff_opencl_register_filter_kernel_code_all ( void  )

Definition at line 35 of file opencl_allkernels.c.

Referenced by avfilter_register_all().