Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AcademySoftwareFoundation/OpenColorIO
/ ApplyAdd
Function
ApplyAdd
src/OpenColorIO/ops/log/LogOpCPU.cpp:363–368 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
361
}
362
363
inline void ApplyAdd(float * pix, const float * add)
364
{
365
pix[0] = pix[0] + add[0];
366
pix[1] = pix[1] + add[1];
367
pix[2] = pix[2] + add[2];
368
}
369
370
inline void ApplyMax(float * pix, float minValue)
371
{
Callers
1
apply
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected