|
FFmpeg
|
#include <colorspace.h>
Data Fields | |
| double | cr |
| double | cg |
| double | cb |
Definition at line 28 of file colorspace.h.
| double LumaCoefficients::cr |
Definition at line 29 of file colorspace.h.
Referenced by ff_fill_rgb2yuv_table(), ff_get_luma_coefficients(), and tonemap_opencl_init().
| double LumaCoefficients::cg |
Definition at line 29 of file colorspace.h.
Referenced by ff_fill_rgb2yuv_table(), and tonemap_opencl_init().
| double LumaCoefficients::cb |
Definition at line 29 of file colorspace.h.
Referenced by ff_fill_rgb2yuv_table(), and tonemap_opencl_init().
1.8.17