|
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 fill_rgb2yuv_table(), get_luma_coefficients(), tonemap(), and tonemap_opencl_init().
| double LumaCoefficients::cg |
Definition at line 29 of file colorspace.h.
Referenced by fill_rgb2yuv_table(), tonemap(), and tonemap_opencl_init().
| double LumaCoefficients::cb |
Definition at line 29 of file colorspace.h.
Referenced by fill_rgb2yuv_table(), tonemap(), and tonemap_opencl_init().
1.8.6