Searched refs:ff_opencl_print_const_matrix_3x3 (Results 1 – 3 of 3) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
D | vf_tonemap_opencl.c | 202 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()
|
D | opencl.h | 295 void ff_opencl_print_const_matrix_3x3(AVBPrint *buf, const char *name_str,
|
D | opencl.c | 341 void ff_opencl_print_const_matrix_3x3(AVBPrint *buf, const char *name_str, in ff_opencl_print_const_matrix_3x3() function
|