MCPcopy Create free account
hub / github.com/RenderKit/oidn / setTile

Method setTile

core/input_process.cpp:53–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51 }
52
53 void InputProcess::setTile(int hSrc, int wSrc, int hDst, int wDst, int H, int W)
54 {
55 tile.hSrcBegin = hSrc;
56 tile.wSrcBegin = wSrc;
57 tile.hDstBegin = hDst;
58 tile.wDstBegin = wDst;
59 tile.H = H;
60 tile.W = W;
61 }
62
63 void InputProcess::check()
64 {

Callers 1

executeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected