Home
last modified time | relevance | path

Searched refs:ff_opencl_print_const_matrix_3x3 (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavfilter/
Dvf_tonemap_opencl.c202 ff_opencl_print_const_matrix_3x3(&header, "rgb2rgb", rgb2rgb); in tonemap_opencl_init()
222 ff_opencl_print_const_matrix_3x3(&header, "yuv_matrix", rgb2yuv); in tonemap_opencl_init()
226 ff_opencl_print_const_matrix_3x3(&header, "rgb_matrix", yuv2rgb); in tonemap_opencl_init()
Dopencl.h295 void ff_opencl_print_const_matrix_3x3(AVBPrint *buf, const char *name_str,
Dopencl.c341 void ff_opencl_print_const_matrix_3x3(AVBPrint *buf, const char *name_str, in ff_opencl_print_const_matrix_3x3() function