|
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_id_from_desc(), ff_fill_rgb2xyz_table(), ff_fmt_from_frame(), ff_icc_profile_read_primaries(), generate_ext_v2(), parse_ext_v2(), and test_point_gamut().
| AVCIExy AVPrimaryCoefficients::g |
Definition at line 65 of file csp.h.
Referenced by av_csp_primaries_id_from_desc(), ff_fill_rgb2xyz_table(), ff_fmt_from_frame(), ff_icc_profile_read_primaries(), generate_ext_v2(), parse_ext_v2(), and test_point_gamut().
| AVCIExy AVPrimaryCoefficients::b |
Definition at line 65 of file csp.h.
Referenced by av_csp_primaries_id_from_desc(), ff_fill_rgb2xyz_table(), ff_fmt_from_frame(), ff_icc_profile_read_primaries(), generate_ext_v2(), parse_ext_v2(), and test_point_gamut().
1.8.17