Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AcademySoftwareFoundation/OpenColorIO
/ ApplyLog2
Function
ApplyLog2
src/OpenColorIO/ops/log/LogOpCPU.cpp:377–382 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
375
}
376
377
inline void ApplyLog2(float * pix)
378
{
379
pix[0] = log2(pix[0]);
380
pix[1] = log2(pix[1]);
381
pix[2] = log2(pix[2]);
382
}
383
384
inline void ApplyExp2(float * pix)
385
{
Callers
1
apply
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected