Home
last modified time | relevance | path

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

/dports/multimedia/handbrake/zimg-release-3.0.1/test/colorspace/
H A Dcolorspace_test.cpp303 …test_case(csp_2020cl.to(MatrixCoefficients::CHROMATICITY_DERIVED_CL), csp_2020cl.to_rgb(), expecte… in TEST()
309 …test_case(csp_2020cl.to_rgb(), csp_2020cl.to(MatrixCoefficients::CHROMATICITY_DERIVED_CL), expecte… in TEST()
318 …test_case({ MatrixCoefficients::CHROMATICITY_DERIVED_CL, TransferCharacteristics::REC_709, ColorPr… in TEST()
324 …{ MatrixCoefficients::CHROMATICITY_DERIVED_CL, TransferCharacteristics::REC_709, ColorPrimaries::R… in TEST()
/dports/graphics/sekrit-twc-zimg/zimg-release-3.0.3/test/colorspace/
H A Dcolorspace_test.cpp303 …test_case(csp_2020cl.to(MatrixCoefficients::CHROMATICITY_DERIVED_CL), csp_2020cl.to_rgb(), expecte… in TEST()
309 …test_case(csp_2020cl.to_rgb(), csp_2020cl.to(MatrixCoefficients::CHROMATICITY_DERIVED_CL), expecte… in TEST()
318 …test_case({ MatrixCoefficients::CHROMATICITY_DERIVED_CL, TransferCharacteristics::REC_709, ColorPr… in TEST()
324 …{ MatrixCoefficients::CHROMATICITY_DERIVED_CL, TransferCharacteristics::REC_709, ColorPrimaries::R… in TEST()
/dports/multimedia/handbrake/zimg-release-3.0.1/src/zimg/colorspace/
H A Dgraph.cpp98 …!(csp.matrix == MatrixCoefficients::CHROMATICITY_DERIVED_CL && csp.primaries == ColorPrimaries::UN… in is_valid_csp()
133 MatrixCoefficients::CHROMATICITY_DERIVED_CL, in get_neighboring_colorspaces()
152 …add_edge(csp.to(transfer).to(MatrixCoefficients::CHROMATICITY_DERIVED_CL), create_cl_rgb_to_yuv_op… in get_neighboring_colorspaces()
170 … == MatrixCoefficients::REC_2020_CL || csp.matrix == MatrixCoefficients::CHROMATICITY_DERIVED_CL) { in get_neighboring_colorspaces()
H A Doperation_impl.cpp354 …rixCoefficients::REC_2020_CL || in.matrix == MatrixCoefficients::CHROMATICITY_DERIVED_CL) && in.tr… in create_cl_yuv_to_rgb_operation()
359 …Matrix3x3 m = in.matrix == MatrixCoefficients::CHROMATICITY_DERIVED_CL ? ncl_rgb_to_yuv_matrix_fro… in create_cl_yuv_to_rgb_operation()
367 …ixCoefficients::REC_2020_CL || out.matrix == MatrixCoefficients::CHROMATICITY_DERIVED_CL) && out.t… in create_cl_rgb_to_yuv_operation()
371 …Matrix3x3 m = out.matrix == MatrixCoefficients::CHROMATICITY_DERIVED_CL ? ncl_rgb_to_yuv_matrix_fr… in create_cl_rgb_to_yuv_operation()
H A Dcolorspace.h32 CHROMATICITY_DERIVED_CL, enumerator
/dports/graphics/sekrit-twc-zimg/zimg-release-3.0.3/src/zimg/colorspace/
H A Dgraph.cpp98 …!(csp.matrix == MatrixCoefficients::CHROMATICITY_DERIVED_CL && csp.primaries == ColorPrimaries::UN… in is_valid_csp()
133 MatrixCoefficients::CHROMATICITY_DERIVED_CL, in get_neighboring_colorspaces()
152 …add_edge(csp.to(transfer).to(MatrixCoefficients::CHROMATICITY_DERIVED_CL), create_cl_rgb_to_yuv_op… in get_neighboring_colorspaces()
170 … == MatrixCoefficients::REC_2020_CL || csp.matrix == MatrixCoefficients::CHROMATICITY_DERIVED_CL) { in get_neighboring_colorspaces()
H A Doperation_impl.cpp354 …rixCoefficients::REC_2020_CL || in.matrix == MatrixCoefficients::CHROMATICITY_DERIVED_CL) && in.tr… in create_cl_yuv_to_rgb_operation()
359 …Matrix3x3 m = in.matrix == MatrixCoefficients::CHROMATICITY_DERIVED_CL ? ncl_rgb_to_yuv_matrix_fro… in create_cl_yuv_to_rgb_operation()
367 …ixCoefficients::REC_2020_CL || out.matrix == MatrixCoefficients::CHROMATICITY_DERIVED_CL) && out.t… in create_cl_rgb_to_yuv_operation()
371 …Matrix3x3 m = out.matrix == MatrixCoefficients::CHROMATICITY_DERIVED_CL ? ncl_rgb_to_yuv_matrix_fr… in create_cl_rgb_to_yuv_operation()
H A Dcolorspace.h32 CHROMATICITY_DERIVED_CL, enumerator
/dports/multimedia/handbrake/zimg-release-3.0.1/src/testapp/
H A Dtable.cpp80 { "chroma_cl", MatrixCoefficients::CHROMATICITY_DERIVED_CL },
/dports/graphics/sekrit-twc-zimg/zimg-release-3.0.3/src/testapp/
H A Dtable.cpp80 { "chroma_cl", MatrixCoefficients::CHROMATICITY_DERIVED_CL },
/dports/multimedia/handbrake/zimg-release-3.0.1/src/zimg/api/
H A Dzimg.cpp259 { ZIMG_MATRIX_CHROMATICITY_DERIVED_CL, MatrixCoefficients::CHROMATICITY_DERIVED_CL }, in translate_matrix()
/dports/graphics/sekrit-twc-zimg/zimg-release-3.0.3/src/zimg/api/
H A Dzimg.cpp259 { ZIMG_MATRIX_CHROMATICITY_DERIVED_CL, MatrixCoefficients::CHROMATICITY_DERIVED_CL }, in translate_matrix()