Home
last modified time | relevance | path

Searched refs:useluma (Results 1 – 14 of 14) sorted by relevance

/dports/graphics/openimageio/oiio-Release-2.2.16.0/src/libOpenImageIO/
H A Dimagebufalgo_pixelmath.cpp552 useluma = false; // No way to use luma in rangecompress_()
558 if (useluma) { in rangecompress_()
580 if (useluma) { in rangecompress_()
610 rangeexpand_(ImageBuf& R, const ImageBuf& A, bool useluma, ROI roi, in rangeexpand_() argument
620 useluma = false; // No way to use luma in rangeexpand_()
626 if (useluma) { in rangeexpand_()
647 if (useluma) { in rangeexpand_()
684 useluma, roi, nthreads); in rangecompress()
700 useluma, roi, nthreads); in rangeexpand()
711 bool ok = rangecompress(result, src, useluma, roi, nthreads); in rangecompress()
[all …]
/dports/graphics/py-openimageio/oiio-Release-2.2.16.0/src/libOpenImageIO/
H A Dimagebufalgo_pixelmath.cpp552 useluma = false; // No way to use luma in rangecompress_()
558 if (useluma) { in rangecompress_()
580 if (useluma) { in rangecompress_()
610 rangeexpand_(ImageBuf& R, const ImageBuf& A, bool useluma, ROI roi, in rangeexpand_() argument
620 useluma = false; // No way to use luma in rangeexpand_()
626 if (useluma) { in rangeexpand_()
647 if (useluma) { in rangeexpand_()
684 useluma, roi, nthreads); in rangecompress()
700 useluma, roi, nthreads); in rangeexpand()
711 bool ok = rangecompress(result, src, useluma, roi, nthreads); in rangecompress()
[all …]
/dports/graphics/openimageio/oiio-Release-2.2.16.0/src/include/OpenImageIO/
H A Dimagebufalgo.h1055 ImageBuf OIIO_API rangecompress (const ImageBuf &src, bool useluma = false,
1057 ImageBuf OIIO_API rangeexpand (const ImageBuf &src, bool useluma = false,
1060 bool useluma = false, ROI roi={}, int nthreads=0);
1062 bool useluma = false, ROI roi={}, int nthreads=0);
/dports/graphics/py-openimageio/oiio-Release-2.2.16.0/src/include/OpenImageIO/
H A Dimagebufalgo.h1055 ImageBuf OIIO_API rangecompress (const ImageBuf &src, bool useluma = false,
1057 ImageBuf OIIO_API rangeexpand (const ImageBuf &src, bool useluma = false,
1060 bool useluma = false, ROI roi={}, int nthreads=0);
1062 bool useluma = false, ROI roi={}, int nthreads=0);
/dports/graphics/openimageio/oiio-Release-2.2.16.0/src/python/
H A Dpy_imagebufalgo.cpp1261 IBA_rangeexpand(ImageBuf& dst, const ImageBuf& src, bool useluma = false, in IBA_rangeexpand() argument
1265 return ImageBufAlgo::rangeexpand(dst, src, useluma, roi, nthreads); in IBA_rangeexpand()
1270 IBA_rangeexpand_ret(const ImageBuf& src, bool useluma = false, in IBA_rangeexpand_ret() argument
1274 return ImageBufAlgo::rangeexpand(src, useluma, roi, nthreads); in IBA_rangeexpand_ret()
1279 IBA_rangecompress(ImageBuf& dst, const ImageBuf& src, bool useluma = false, in IBA_rangecompress() argument
1283 return ImageBufAlgo::rangecompress(dst, src, useluma, roi, nthreads); in IBA_rangecompress()
1289 IBA_rangecompress_ret(const ImageBuf& src, bool useluma = false, in IBA_rangecompress_ret() argument
1293 return ImageBufAlgo::rangecompress(src, useluma, roi, nthreads); in IBA_rangecompress_ret()
/dports/graphics/py-openimageio/oiio-Release-2.2.16.0/src/python/
H A Dpy_imagebufalgo.cpp1261 IBA_rangeexpand(ImageBuf& dst, const ImageBuf& src, bool useluma = false, in IBA_rangeexpand() argument
1265 return ImageBufAlgo::rangeexpand(dst, src, useluma, roi, nthreads); in IBA_rangeexpand()
1270 IBA_rangeexpand_ret(const ImageBuf& src, bool useluma = false, in IBA_rangeexpand_ret() argument
1274 return ImageBufAlgo::rangeexpand(src, useluma, roi, nthreads); in IBA_rangeexpand_ret()
1279 IBA_rangecompress(ImageBuf& dst, const ImageBuf& src, bool useluma = false, in IBA_rangecompress() argument
1283 return ImageBufAlgo::rangecompress(dst, src, useluma, roi, nthreads); in IBA_rangecompress()
1289 IBA_rangecompress_ret(const ImageBuf& src, bool useluma = false, in IBA_rangecompress_ret() argument
1293 return ImageBufAlgo::rangecompress(src, useluma, roi, nthreads); in IBA_rangecompress_ret()
/dports/graphics/openimageio/oiio-Release-2.2.16.0/src/doc/
H A Dpythonbindings.rst2858 .. py:method:: ImageBuf ImageBufAlgo.rangecompress (src, useluma=False, roi=ROI.All, nthreads=0)
2859 bool ImageBufAlgo.rangecompress (dst, src, useluma=False, roi=ROI.All, nthreads=0)
2860 ImageBuf ImageBufAlgo.rangeexpand (src, useluma=False, roi=ROI.All, nthreads=0)
2861 bool ImageBufAlgo.rangeexpand (dst, src, useluma=False, roi=ROI.All, nthreads=0)
2867 If `useluma` is `True`, the luma of the first three channels (presumed
H A Dpythonbindings.tex2679 \apiitem{ImageBuf ImageBufAlgo.{\ce rangecompress} (src, useluma=False, \\
2681 bool ImageBufAlgo.{\ce rangecompress} (dst, src, useluma=False, \\
2683 ImageBuf ImageBufAlgo.{\ce rangeexpand} (src, useluma=False, \\
2685 bool ImageBufAlgo.{\ce rangeexpand} (dst, src, useluma=False, \\
2694 If {\cf useluma} is {\cf True}, the luma of the first three channels (presumed
H A Dimagebufalgo.tex1368 \apiitem{ImageBuf {\ce rangecompress} (const ImageBuf \&src, bool useluma = false, \\
1370 bool {\ce rangecompress} (ImageBuf \&dst, const ImageBuf \&src, bool useluma = false, \\
1372 ImageBuf {\ce rangeexpand} (const ImageBuf \&src, bool useluma = false, \\
1374 bool {\ce rangeexpand} (ImageBuf \&dst, const ImageBuf \&src, bool useluma = false, \\
1387 If {\cf useluma} is true, the luma of the first three channels (presumed
/dports/graphics/py-openimageio/oiio-Release-2.2.16.0/src/doc/
H A Dpythonbindings.rst2858 .. py:method:: ImageBuf ImageBufAlgo.rangecompress (src, useluma=False, roi=ROI.All, nthreads=0)
2859 bool ImageBufAlgo.rangecompress (dst, src, useluma=False, roi=ROI.All, nthreads=0)
2860 ImageBuf ImageBufAlgo.rangeexpand (src, useluma=False, roi=ROI.All, nthreads=0)
2861 bool ImageBufAlgo.rangeexpand (dst, src, useluma=False, roi=ROI.All, nthreads=0)
2867 If `useluma` is `True`, the luma of the first three channels (presumed
H A Dpythonbindings.tex2679 \apiitem{ImageBuf ImageBufAlgo.{\ce rangecompress} (src, useluma=False, \\
2681 bool ImageBufAlgo.{\ce rangecompress} (dst, src, useluma=False, \\
2683 ImageBuf ImageBufAlgo.{\ce rangeexpand} (src, useluma=False, \\
2685 bool ImageBufAlgo.{\ce rangeexpand} (dst, src, useluma=False, \\
2694 If {\cf useluma} is {\cf True}, the luma of the first three channels (presumed
H A Dimagebufalgo.tex1368 \apiitem{ImageBuf {\ce rangecompress} (const ImageBuf \&src, bool useluma = false, \\
1370 bool {\ce rangecompress} (ImageBuf \&dst, const ImageBuf \&src, bool useluma = false, \\
1372 ImageBuf {\ce rangeexpand} (const ImageBuf \&src, bool useluma = false, \\
1374 bool {\ce rangeexpand} (ImageBuf \&dst, const ImageBuf \&src, bool useluma = false, \\
1387 If {\cf useluma} is true, the luma of the first three channels (presumed
/dports/graphics/openimageio/oiio-Release-2.2.16.0/src/oiiotool/
H A Doiiotool.cpp4238 bool useluma = op.options().get_int("luma"); in __anoneb8c39181802() local
4239 return ImageBufAlgo::rangecompress(*img[0], *img[1], useluma); in __anoneb8c39181802()
4244 bool useluma = op.options().get_int("luma"); in __anoneb8c39181902() local
4245 return ImageBufAlgo::rangeexpand(*img[0], *img[1], useluma); in __anoneb8c39181902()
/dports/graphics/py-openimageio/oiio-Release-2.2.16.0/src/oiiotool/
H A Doiiotool.cpp4238 bool useluma = op.options().get_int("luma"); in __anon46fc8f4e1802() local
4239 return ImageBufAlgo::rangecompress(*img[0], *img[1], useluma); in __anon46fc8f4e1802()
4244 bool useluma = op.options().get_int("luma"); in __anon46fc8f4e1902() local
4245 return ImageBufAlgo::rangeexpand(*img[0], *img[1], useluma); in __anon46fc8f4e1902()