Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AcademySoftwareFoundation/OpenColorIO
/ ApplyExp2
Function
ApplyExp2
src/OpenColorIO/ops/log/LogOpCPU.cpp:384–389 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
382
}
383
384
inline void ApplyExp2(float * pix)
385
{
386
pix[0] = exp2(pix[0]);
387
pix[1] = exp2(pix[1]);
388
pix[2] = exp2(pix[2]);
389
}
390
391
void LogRenderer::apply(const void * inImg, void * outImg, long numPixels) const
392
{
Callers
1
apply
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected