Home
last modified time | relevance | path

Searched refs:CHROMATICITY_DERIVED_NCL (Results 1 – 12 of 12) sorted by relevance

/dports/multimedia/handbrake/zimg-release-3.0.1/test/colorspace/
H A Dcolorspace_test.cpp83 …{ MatrixCoefficients::CHROMATICITY_DERIVED_NCL, TransferCharacteristics::REC_709, ColorPrimaries::… in TEST()
90 …test_case({ MatrixCoefficients::CHROMATICITY_DERIVED_NCL, TransferCharacteristics::REC_709, ColorP… in TEST()
98 …test_case({ MatrixCoefficients::CHROMATICITY_DERIVED_NCL, TransferCharacteristics::REC_709, ColorP… in TEST()
103 …{ MatrixCoefficients::CHROMATICITY_DERIVED_NCL, TransferCharacteristics::REC_709, ColorPrimaries::… in TEST()
/dports/graphics/sekrit-twc-zimg/zimg-release-3.0.3/test/colorspace/
H A Dcolorspace_test.cpp83 …{ MatrixCoefficients::CHROMATICITY_DERIVED_NCL, TransferCharacteristics::REC_709, ColorPrimaries::… in TEST()
90 …test_case({ MatrixCoefficients::CHROMATICITY_DERIVED_NCL, TransferCharacteristics::REC_709, ColorP… in TEST()
98 …test_case({ MatrixCoefficients::CHROMATICITY_DERIVED_NCL, TransferCharacteristics::REC_709, ColorP… in TEST()
103 …{ MatrixCoefficients::CHROMATICITY_DERIVED_NCL, TransferCharacteristics::REC_709, ColorPrimaries::… in TEST()
/dports/multimedia/handbrake/zimg-release-3.0.1/src/zimg/colorspace/
H A Dgraph.cpp97 …!(csp.matrix == MatrixCoefficients::CHROMATICITY_DERIVED_NCL && csp.primaries == ColorPrimaries::U… in is_valid_csp()
132 MatrixCoefficients::CHROMATICITY_DERIVED_NCL, in get_neighboring_colorspaces()
144 add_edge(csp.to(MatrixCoefficients::CHROMATICITY_DERIVED_NCL), create_ncl_rgb_to_yuv_operation); in get_neighboring_colorspaces()
H A Doperation.cpp32 …Matrix3x3 m = in.matrix == MatrixCoefficients::CHROMATICITY_DERIVED_NCL ? ncl_yuv_to_rgb_matrix_fr… in create_ncl_yuv_to_rgb_operation()
43 …Matrix3x3 m = out.matrix == MatrixCoefficients::CHROMATICITY_DERIVED_NCL ? ncl_rgb_to_yuv_matrix_f… in create_ncl_rgb_to_yuv_operation()
H A Dcolorspace.h31 CHROMATICITY_DERIVED_NCL, enumerator
/dports/graphics/sekrit-twc-zimg/zimg-release-3.0.3/src/zimg/colorspace/
H A Dgraph.cpp97 …!(csp.matrix == MatrixCoefficients::CHROMATICITY_DERIVED_NCL && csp.primaries == ColorPrimaries::U… in is_valid_csp()
132 MatrixCoefficients::CHROMATICITY_DERIVED_NCL, in get_neighboring_colorspaces()
144 add_edge(csp.to(MatrixCoefficients::CHROMATICITY_DERIVED_NCL), create_ncl_rgb_to_yuv_operation); in get_neighboring_colorspaces()
H A Doperation.cpp32 …Matrix3x3 m = in.matrix == MatrixCoefficients::CHROMATICITY_DERIVED_NCL ? ncl_yuv_to_rgb_matrix_fr… in create_ncl_yuv_to_rgb_operation()
43 …Matrix3x3 m = out.matrix == MatrixCoefficients::CHROMATICITY_DERIVED_NCL ? ncl_rgb_to_yuv_matrix_f… in create_ncl_rgb_to_yuv_operation()
H A Dcolorspace.h31 CHROMATICITY_DERIVED_NCL, enumerator
/dports/multimedia/handbrake/zimg-release-3.0.1/src/testapp/
H A Dtable.cpp79 { "chroma_ncl", MatrixCoefficients::CHROMATICITY_DERIVED_NCL },
/dports/graphics/sekrit-twc-zimg/zimg-release-3.0.3/src/testapp/
H A Dtable.cpp79 { "chroma_ncl", MatrixCoefficients::CHROMATICITY_DERIVED_NCL },
/dports/multimedia/handbrake/zimg-release-3.0.1/src/zimg/api/
H A Dzimg.cpp258 { ZIMG_MATRIX_CHROMATICITY_DERIVED_NCL, MatrixCoefficients::CHROMATICITY_DERIVED_NCL }, in translate_matrix()
/dports/graphics/sekrit-twc-zimg/zimg-release-3.0.3/src/zimg/api/
H A Dzimg.cpp258 { ZIMG_MATRIX_CHROMATICITY_DERIVED_NCL, MatrixCoefficients::CHROMATICITY_DERIVED_NCL }, in translate_matrix()