Home
last modified time | relevance | path

Searched refs:REC_2020_CL (Results 1 – 18 of 18) sorted by relevance

/dports/multimedia/handbrake/zimg-release-3.0.1/src/zimg/colorspace/
H A Dgraph.cpp70 …return csp.matrix == MatrixCoefficients::REC_2020_CL && csp.transfer == TransferCharacteristics::R… in is_valid_2020cl()
96 return !(csp.matrix == MatrixCoefficients::REC_2020_CL && !is_valid_2020cl(csp)) && in is_valid_csp()
131 MatrixCoefficients::REC_2020_CL, in get_neighboring_colorspaces()
162 …add_edge(csp.to(MatrixCoefficients::REC_2020_CL).to(TransferCharacteristics::REC_709), create_cl_r… in get_neighboring_colorspaces()
170 …} else if (csp.matrix == MatrixCoefficients::REC_2020_CL || csp.matrix == MatrixCoefficients::CHRO… in get_neighboring_colorspaces()
H A Doperation.cpp30 zassert_d(in.matrix != MatrixCoefficients::REC_2020_CL, "wrong matrix coefficients"); in create_ncl_yuv_to_rgb_operation()
41 zassert_d(out.matrix != MatrixCoefficients::REC_2020_CL, "wrong matrix coefficients"); in create_ncl_rgb_to_yuv_operation()
H A Dcolorspace.h30 REC_2020_CL, enumerator
H A Doperation_impl.cpp354 …zassert_d((in.matrix == MatrixCoefficients::REC_2020_CL || in.matrix == MatrixCoefficients::CHROMA… in create_cl_yuv_to_rgb_operation()
367 …zassert_d((out.matrix == MatrixCoefficients::REC_2020_CL || out.matrix == MatrixCoefficients::CHRO… in create_cl_rgb_to_yuv_operation()
H A Dcolorspace_param.cpp36 case MatrixCoefficients::REC_2020_CL: in get_yuv_constants()
/dports/graphics/sekrit-twc-zimg/zimg-release-3.0.3/src/zimg/colorspace/
H A Dgraph.cpp70 …return csp.matrix == MatrixCoefficients::REC_2020_CL && csp.transfer == TransferCharacteristics::R… in is_valid_2020cl()
96 return !(csp.matrix == MatrixCoefficients::REC_2020_CL && !is_valid_2020cl(csp)) && in is_valid_csp()
131 MatrixCoefficients::REC_2020_CL, in get_neighboring_colorspaces()
162 …add_edge(csp.to(MatrixCoefficients::REC_2020_CL).to(TransferCharacteristics::REC_709), create_cl_r… in get_neighboring_colorspaces()
170 …} else if (csp.matrix == MatrixCoefficients::REC_2020_CL || csp.matrix == MatrixCoefficients::CHRO… in get_neighboring_colorspaces()
H A Doperation.cpp30 zassert_d(in.matrix != MatrixCoefficients::REC_2020_CL, "wrong matrix coefficients"); in create_ncl_yuv_to_rgb_operation()
41 zassert_d(out.matrix != MatrixCoefficients::REC_2020_CL, "wrong matrix coefficients"); in create_ncl_rgb_to_yuv_operation()
H A Dcolorspace.h30 REC_2020_CL, enumerator
H A Doperation_impl.cpp354 …zassert_d((in.matrix == MatrixCoefficients::REC_2020_CL || in.matrix == MatrixCoefficients::CHROMA… in create_cl_yuv_to_rgb_operation()
367 …zassert_d((out.matrix == MatrixCoefficients::REC_2020_CL || out.matrix == MatrixCoefficients::CHRO… in create_cl_rgb_to_yuv_operation()
H A Dcolorspace_param.cpp36 case MatrixCoefficients::REC_2020_CL: in get_yuv_constants()
/dports/multimedia/handbrake/zimg-release-3.0.1/src/testapp/
H A Dtable.cpp78 { "2020_cl", MatrixCoefficients::REC_2020_CL },
/dports/graphics/sekrit-twc-zimg/zimg-release-3.0.3/src/testapp/
H A Dtable.cpp78 { "2020_cl", MatrixCoefficients::REC_2020_CL },
/dports/multimedia/handbrake/zimg-release-3.0.1/test/graph/
H A Dgraphbuilder_test.cpp496 source.colorspace.matrix = MatrixCoefficients::REC_2020_CL; in TEST()
511 target.colorspace.matrix = MatrixCoefficients::REC_2020_CL; in TEST()
/dports/graphics/sekrit-twc-zimg/zimg-release-3.0.3/test/graph/
H A Dgraphbuilder_test.cpp496 source.colorspace.matrix = MatrixCoefficients::REC_2020_CL; in TEST()
511 target.colorspace.matrix = MatrixCoefficients::REC_2020_CL; in TEST()
/dports/multimedia/handbrake/zimg-release-3.0.1/test/colorspace/
H A Dcolorspace_test.cpp264 …ColorspaceDefinition csp_2020cl{ MatrixCoefficients::REC_2020_CL, TransferCharacteristics::REC_709… in TEST()
/dports/graphics/sekrit-twc-zimg/zimg-release-3.0.3/test/colorspace/
H A Dcolorspace_test.cpp264 …ColorspaceDefinition csp_2020cl{ MatrixCoefficients::REC_2020_CL, TransferCharacteristics::REC_709… in TEST()
/dports/multimedia/handbrake/zimg-release-3.0.1/src/zimg/api/
H A Dzimg.cpp257 { ZIMG_MATRIX_BT2020_CL, MatrixCoefficients::REC_2020_CL }, in translate_matrix()
/dports/graphics/sekrit-twc-zimg/zimg-release-3.0.3/src/zimg/api/
H A Dzimg.cpp257 { ZIMG_MATRIX_BT2020_CL, MatrixCoefficients::REC_2020_CL }, in translate_matrix()