Home
last modified time | relevance | path

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

/dports/multimedia/handbrake/zimg-release-3.0.1/src/zimg/colorspace/
H A Dgraph.cpp55 return{ MatrixCoefficients::UNSPECIFIED, MatrixCoefficients::REC_2100_ICTCP }; in all_matrix()
75 return csp.matrix == MatrixCoefficients::REC_2100_ICTCP && in is_valid_ictcp()
99 !(csp.matrix == MatrixCoefficients::REC_2100_ICTCP && !is_valid_ictcp(csp)) && in is_valid_csp()
135 MatrixCoefficients::REC_2100_ICTCP, in get_neighboring_colorspaces()
175 add_edge(csp.to(MatrixCoefficients::REC_2100_ICTCP), create_lms_to_ictcp_operation); in get_neighboring_colorspaces()
184 } else if (csp.matrix == MatrixCoefficients::REC_2100_ICTCP) { in get_neighboring_colorspaces()
H A Doperation.cpp51 …zassert_d(in.matrix == MatrixCoefficients::REC_2100_ICTCP && out.matrix == MatrixCoefficients::REC… in create_ictcp_to_lms_operation()
60 …atrixCoefficients::REC_2100_LMS && out.matrix == MatrixCoefficients::REC_2100_ICTCP, "wrong matrix… in create_lms_to_ictcp_operation()
H A Dcolorspace.h34 REC_2100_ICTCP, enumerator
/dports/graphics/sekrit-twc-zimg/zimg-release-3.0.3/src/zimg/colorspace/
H A Dgraph.cpp55 return{ MatrixCoefficients::UNSPECIFIED, MatrixCoefficients::REC_2100_ICTCP }; in all_matrix()
75 return csp.matrix == MatrixCoefficients::REC_2100_ICTCP && in is_valid_ictcp()
99 !(csp.matrix == MatrixCoefficients::REC_2100_ICTCP && !is_valid_ictcp(csp)) && in is_valid_csp()
135 MatrixCoefficients::REC_2100_ICTCP, in get_neighboring_colorspaces()
175 add_edge(csp.to(MatrixCoefficients::REC_2100_ICTCP), create_lms_to_ictcp_operation); in get_neighboring_colorspaces()
184 } else if (csp.matrix == MatrixCoefficients::REC_2100_ICTCP) { in get_neighboring_colorspaces()
H A Doperation.cpp51 …zassert_d(in.matrix == MatrixCoefficients::REC_2100_ICTCP && out.matrix == MatrixCoefficients::REC… in create_ictcp_to_lms_operation()
60 …atrixCoefficients::REC_2100_LMS && out.matrix == MatrixCoefficients::REC_2100_ICTCP, "wrong matrix… in create_lms_to_ictcp_operation()
H A Dcolorspace.h34 REC_2100_ICTCP, enumerator
/dports/multimedia/handbrake/zimg-release-3.0.1/test/colorspace/
H A Dcolorspace_test.cpp357 …{ MatrixCoefficients::REC_2100_ICTCP, TransferCharacteristics::ST_2084, ColorPrimaries::REC_2020 }, in TEST()
361 …{ MatrixCoefficients::REC_2100_ICTCP, TransferCharacteristics::ARIB_B67, ColorPrimaries::REC_2020 … in TEST()
364 …test_case({ MatrixCoefficients::REC_2100_ICTCP, TransferCharacteristics::ST_2084, ColorPrimaries::… in TEST()
368 …test_case({ MatrixCoefficients::REC_2100_ICTCP, TransferCharacteristics::ARIB_B67, ColorPrimaries:… in TEST()
/dports/graphics/sekrit-twc-zimg/zimg-release-3.0.3/test/colorspace/
H A Dcolorspace_test.cpp357 …{ MatrixCoefficients::REC_2100_ICTCP, TransferCharacteristics::ST_2084, ColorPrimaries::REC_2020 }, in TEST()
361 …{ MatrixCoefficients::REC_2100_ICTCP, TransferCharacteristics::ARIB_B67, ColorPrimaries::REC_2020 … in TEST()
364 …test_case({ MatrixCoefficients::REC_2100_ICTCP, TransferCharacteristics::ST_2084, ColorPrimaries::… in TEST()
368 …test_case({ MatrixCoefficients::REC_2100_ICTCP, TransferCharacteristics::ARIB_B67, ColorPrimaries:… in TEST()
/dports/multimedia/handbrake/zimg-release-3.0.1/src/testapp/
H A Dtable.cpp81 { "ictcp", MatrixCoefficients::REC_2100_ICTCP },
/dports/graphics/sekrit-twc-zimg/zimg-release-3.0.3/src/testapp/
H A Dtable.cpp81 { "ictcp", MatrixCoefficients::REC_2100_ICTCP },
/dports/multimedia/handbrake/zimg-release-3.0.1/src/zimg/api/
H A Dzimg.cpp260 { ZIMG_MATRIX_ICTCP, MatrixCoefficients::REC_2100_ICTCP }, in translate_matrix()
/dports/graphics/sekrit-twc-zimg/zimg-release-3.0.3/src/zimg/api/
H A Dzimg.cpp260 { ZIMG_MATRIX_ICTCP, MatrixCoefficients::REC_2100_ICTCP }, in translate_matrix()