MCPcopy 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
302void 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

GetMxbCombineFunction · 0.85
GetMxbResultFunction · 0.85
OCIO_ADD_TESTFunction · 0.85

Calls

no outgoing calls

Tested by 2

GetMxbResultFunction · 0.68
OCIO_ADD_TESTFunction · 0.68