|
FFmpeg
|
#include <colorspace.h>
Data Fields | |
| double | xr |
| double | yr |
| double | xg |
| double | yg |
| double | xb |
| double | yb |
Definition at line 32 of file colorspace.h.
| double PrimaryCoefficients::xr |
Definition at line 33 of file colorspace.h.
Referenced by ff_fill_rgb2xyz_table(), and get_color_primaries().
| double PrimaryCoefficients::yr |
Definition at line 33 of file colorspace.h.
Referenced by ff_fill_rgb2xyz_table().
| double PrimaryCoefficients::xg |
Definition at line 33 of file colorspace.h.
Referenced by ff_fill_rgb2xyz_table().
| double PrimaryCoefficients::yg |
Definition at line 33 of file colorspace.h.
Referenced by ff_fill_rgb2xyz_table().
| double PrimaryCoefficients::xb |
Definition at line 33 of file colorspace.h.
Referenced by ff_fill_rgb2xyz_table().
| double PrimaryCoefficients::yb |
Definition at line 33 of file colorspace.h.
Referenced by ff_fill_rgb2xyz_table().
1.8.6