MCPcopy Create free account
hub / github.com/AcademySoftwareFoundation/OpenColorIO / FinalizeOps

Function FinalizeOps

src/OpenColorIO/OpOptimizers.cpp:132–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130}
131
132void FinalizeOps(OpRcPtrVec & opVec)
133{
134 for (auto op : opVec)
135 {
136 // Prepare LUT 1D for inversion and ensure Matrix & Range are forward.
137 op->finalize();
138 }
139}
140
141// Some rather complex ops can get replaced based on their data by simpler ops.
142// For instance CDL that does not use power will get replaced.

Callers 5

ReplaceOpsFunction · 0.85
CombineOpsFunction · 0.85
ReplaceInverseLutsFunction · 0.85
OptimizeSeparablePrefixFunction · 0.85
finalizeMethod · 0.85

Calls 1

finalizeMethod · 0.45

Tested by

no test coverage detected