Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AcademySoftwareFoundation/OpenColorIO
/ GetV4Sum
Function
GetV4Sum
src/OpenColorIO/MathUtils.cpp:302–308 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
300
}
301
302
void GetV4Sum(float* vout, const float* v1, const float* v2)
303
{
304
for(int i=0; i<4; ++i)
305
{
306
vout[i] = v1[i] + v2[i];
307
}
308
}
309
310
} // anon namespace
311
Callers
3
GetMxbCombine
Function · 0.85
GetMxbResult
Function · 0.85
OCIO_ADD_TEST
Function · 0.85
Calls
no outgoing calls
Tested by
2
GetMxbResult
Function · 0.68
OCIO_ADD_TEST
Function · 0.68