Home
last modified time | relevance | path

Searched refs:lutLen (Results 1 – 7 of 7) sorted by relevance

/dports/games/54321/54321/code/
H A Dflipflop.cpp45 unsigned int lutLen = 0; in reset() local
49 for ( unsigned int jj=0; jj < lutLen; ++jj ) { in reset()
57 unsigned int spot = lutLen; in reset()
63 ++lutLen; in reset()
H A Dbomb.cpp46 unsigned int lutLen = 0; in reset() local
50 for ( unsigned int jj=0; jj < lutLen; ++jj ) { in reset()
67 unsigned int spot = lutLen; in reset()
73 ++lutLen; in reset()
/dports/graphics/hugin/hugin-2020.0.0/src/hugin_base/photometric/
H A DResponseTransform.h304 size_t lutLen=0; in initWithSrcImg() local
306 lutLen = (1<<10); in initWithSrcImg()
308 lutLen = size_t(lutLenD) + 1; in initWithSrcImg()
314 if (lutLen == 1<<10) { in initWithSrcImg()
320 m_lutR.resize(lutLen); in initWithSrcImg()
326 m_lutR.resize(lutLen); in initWithSrcImg()
/dports/science/teem/teem-1.11.0-src/src/bane/
H A Dtrnsf.c350 _baneOpacCalcA(unsigned int lutLen, float *opacLut, in _baneOpacCalcA() argument
356 for (i=0; i<lutLen; i++) { in _baneOpacCalcA()
385 _baneOpacCalcB(unsigned int lutLen, float *opacLut, in _baneOpacCalcB() argument
404 for (i=0; i<lutLen; i++) { in _baneOpacCalcB()
H A Dbane.h366 BANE_EXPORT void _baneOpacCalcA(unsigned int lutLen, float *opacLut,
369 BANE_EXPORT void _baneOpacCalcB(unsigned int lutLen, float *opacLut,
/dports/games/54321/54321/nws/
H A Dflipflop.nw159 unsigned int lutLen = 0;
176 for ( unsigned int jj=0; jj < lutLen; ++jj ) {
194 unsigned int spot = lutLen;
200 ++lutLen;
H A Dbomb.nw161 unsigned int lutLen = 0;
178 for ( unsigned int jj=0; jj < lutLen; ++jj ) {
197 unsigned int spot = lutLen;
203 ++lutLen;