wavont(): further cleanups and SSE code for Directional contrast

This commit is contained in:
Ingo Weyrich
2020-06-21 13:37:38 +02:00
parent 2dd2313e02
commit d4cbed4eb6
2 changed files with 33 additions and 7 deletions

View File

@@ -1365,6 +1365,14 @@ public:
{
return lutLocwavCurve[index];
}
#ifdef __SSE2__
vfloat operator[](vfloat index) const
{
return lutLocwavCurve[index];
}
#endif
operator bool (void) const
{
return lutLocwavCurve;