FFmpeg
|
Struct defining the red, green, and blue primary locations in terms of CIE 1931 chromaticity x and y. More...
#include <csp.h>
Data Fields | |
AVCIExy | r |
AVCIExy | g |
AVCIExy | b |
Struct defining the red, green, and blue primary locations in terms of CIE 1931 chromaticity x and y.
AVCIExy AVPrimaryCoefficients::r |
Definition at line 65 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_read_primaries(), generate_ext_v2(), and parse_ext_v2().
AVCIExy AVPrimaryCoefficients::g |
Definition at line 65 of file csp.h.
Referenced by av_csp_primaries_id_from_desc(), ff_fill_rgb2xyz_table(), ff_icc_profile_read_primaries(), generate_ext_v2(), and parse_ext_v2().
AVCIExy AVPrimaryCoefficients::b |
Definition at line 65 of file csp.h.
Referenced by av_csp_primaries_id_from_desc(), ff_fill_rgb2xyz_table(), ff_icc_profile_read_primaries(), generate_ext_v2(), and parse_ext_v2().