MCPcopy 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
384inline 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
391void LogRenderer::apply(const void * inImg, void * outImg, long numPixels) const
392{

Callers 1

applyMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected