Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2015-05-19 19:03:24 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2016-01-25 16:13:52 +0300
commite3e23f774697782424647d8a12792dbc768501ad (patch)
tree5c37c3e91aa2536edb2eb3a54a7ad051fbfb33fb /source/blender/imbuf/intern/IMB_colormanagement_intern.h
parent83c9109926677b6b6a75ccb36ae0017733e8c8a2 (diff)
ImBuf: Make luminance calculation inlined
Title actually tells it all, it is rather simple function which totally makes sense to be inlined. This gives up to 5% of speedup when updating scopes for a large image. Reviewers: campbellbarton Differential Revision: https://developer.blender.org/D1310
Diffstat (limited to 'source/blender/imbuf/intern/IMB_colormanagement_intern.h')
-rw-r--r--source/blender/imbuf/intern/IMB_colormanagement_intern.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/imbuf/intern/IMB_colormanagement_intern.h b/source/blender/imbuf/intern/IMB_colormanagement_intern.h
index 710e70937e6..b75f12b239d 100644
--- a/source/blender/imbuf/intern/IMB_colormanagement_intern.h
+++ b/source/blender/imbuf/intern/IMB_colormanagement_intern.h
@@ -41,6 +41,8 @@
struct OCIO_ConstProcessorRcPtr;
struct ImBuf;
+extern float imbuf_luma_coefficients[3];
+
#define MAX_COLORSPACE_NAME 64
#define MAX_COLORSPACE_DESCRIPTION 512