FFmpeg
|
Struct containing chromaticity x and y values for the standard CIE 1931 chromaticity definition. More...
#include <csp.h>
Data Fields | |
AVRational | x |
AVRational | y |
Struct containing chromaticity x and y values for the standard CIE 1931 chromaticity definition.
AVRational AVCIExy::x |
Definition at line 57 of file csp.h.
Referenced by av_csp_primaries_desc_from_id(), av_csp_primaries_id_from_desc(), ff_fill_rgb2xyz_table(), ff_icc_profile_sanitize(), fill_whitepoint_conv_table(), get_cie_xy(), put_cie_xy(), and XYZ_xy().
AVRational AVCIExy::y |
Definition at line 57 of file csp.h.
Referenced by av_csp_primaries_id_from_desc(), ff_fill_rgb2xyz_table(), ff_icc_profile_sanitize(), fill_whitepoint_conv_table(), get_cie_xy(), put_cie_xy(), and XYZ_xy().