Reduce start time and memory usage by removing redundant lookup tables and fillig remaining lookup tables in parellel

This commit is contained in:
heckflosse
2016-02-24 01:35:47 +01:00
parent ad32009c53
commit e52b1fcdd4
10 changed files with 143 additions and 123 deletions

View File

@@ -130,8 +130,6 @@ public:
// look-up tables for the standard srgb gamma and its inverse (filled by init())
static LUTf igammatab_srgb;
static LUTf gammatab_srgb;
// static LUTf igammatab_709;
// static LUTf gammatab_709;
static LUTf igammatab_55;
static LUTf gammatab_55;
static LUTf igammatab_4;