Home
last modified time | relevance | path

Searched refs:nComponents (Results 1 – 25 of 323) sorted by relevance

12345678910>>...13

/dports/graphics/openfx-misc/openfx-misc-3ab0531/SupportExt/
H A DofxsMaskMix.h201 if (nComponents == 1) { in ofxsToRGBA()
210 if (nComponents == 2) { in ofxsToRGBA()
245 if (nComponents == 1) { in ofxsUnPremult()
254 if (nComponents == 2) { in ofxsUnPremult()
273 assert(nComponents == 4); in ofxsUnPremult()
299 if (nComponents == 1) { in ofxsPremult()
324 if (nComponents >= 2) { in ofxsPremult()
327 if (nComponents >= 3) { in ofxsPremult()
330 if (nComponents >= 4) { in ofxsPremult()
355 float tmpPix[nComponents]; in ofxsPremultPix()
[all …]
H A DofxsTransform3x3Processor.h154 float tmpPix[nComponents]; in multiThreadProcessImagesNoBlur()
183 for (int c = 0; c < nComponents; ++c) { in multiThreadProcessImagesNoBlur()
213 float tmpPix[nComponents]; in multiThreadProcessImagesMotionBlur()
238 double accPix[nComponents]; in multiThreadProcessImagesMotionBlur()
239 double accPix2[nComponents]; in multiThreadProcessImagesMotionBlur()
240 double mean[nComponents]; in multiThreadProcessImagesMotionBlur()
241 double var[nComponents]; in multiThreadProcessImagesMotionBlur()
242 for (int c = 0; c < nComponents; ++c) { in multiThreadProcessImagesMotionBlur()
309 for (int c = 0; c < nComponents; ++c) { in multiThreadProcessImagesMotionBlur()
329 for (int c = 0; c < nComponents; ++c) { in multiThreadProcessImagesMotionBlur()
[all …]
H A DofxsImageBlenderMasked.h60 template <class PIX, int nComponents, int maxValue, bool masked>
81 float tmpPix[nComponents]; in multiThreadProcessImages()
97 for (int c = 0; c < nComponents; ++c) { in multiThreadProcessImages()
101 …ofxsMaskMixPix<PIX, nComponents, maxValue, masked>(tmpPix, x, y, fromPix, _doMasking, _maskImg, bl… in multiThreadProcessImages()
104 for (int c = 0; c < nComponents; ++c) { in multiThreadProcessImages()
109 for (int c = 0; c < nComponents; ++c) { in multiThreadProcessImages()
114 for (int c = 0; c < nComponents; ++c) { in multiThreadProcessImages()
119 for (int c = 0; c < nComponents; ++c) { in multiThreadProcessImages()
124 dstPix += nComponents; in multiThreadProcessImages()
H A DofxsMipmap.cpp29 template <typename PIX, int nComponents>
50 const PIX* const srcData = srcPixels - (srcBounds.x1 * nComponents + srcRowSize * srcBounds.y1); in halveWindow()
51 PIX* const dstData = dstPixels - (dstBounds.x1 * nComponents + dstRowSize * dstBounds.y1); in halveWindow()
66 const PIX* const srcPixStart = srcLineStart + x * 2 * nComponents; in halveWindow()
67 PIX* const dstPixStart = dstLineStart + x * nComponents; in halveWindow()
79 for (int k = 0; k < nComponents; ++k) { in halveWindow()
84 const PIX b = (pickNextCol && pickThisRow) ? *(srcPixStart + k + nComponents) : 0; in halveWindow()
98 template <typename PIX, int nComponents>
143 … int nextRowBytes = (nextRenderWindow.x2 - nextRenderWindow.x1) * nComponents * sizeof(PIX); in buildMipMapLevel()
220 template <typename PIX, int nComponents>
[all …]
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/SupportExt/
H A DofxsMaskMix.h201 if (nComponents == 1) { in ofxsToRGBA()
210 if (nComponents == 2) { in ofxsToRGBA()
245 if (nComponents == 1) { in ofxsUnPremult()
254 if (nComponents == 2) { in ofxsUnPremult()
273 assert(nComponents == 4); in ofxsUnPremult()
299 if (nComponents == 1) { in ofxsPremult()
324 if (nComponents >= 2) { in ofxsPremult()
327 if (nComponents >= 3) { in ofxsPremult()
330 if (nComponents >= 4) { in ofxsPremult()
355 float tmpPix[nComponents]; in ofxsPremultPix()
[all …]
H A DofxsTransform3x3Processor.h154 float tmpPix[nComponents]; in multiThreadProcessImagesNoBlur()
183 for (int c = 0; c < nComponents; ++c) { in multiThreadProcessImagesNoBlur()
213 float tmpPix[nComponents]; in multiThreadProcessImagesMotionBlur()
238 double accPix[nComponents]; in multiThreadProcessImagesMotionBlur()
239 double accPix2[nComponents]; in multiThreadProcessImagesMotionBlur()
240 double mean[nComponents]; in multiThreadProcessImagesMotionBlur()
241 double var[nComponents]; in multiThreadProcessImagesMotionBlur()
242 for (int c = 0; c < nComponents; ++c) { in multiThreadProcessImagesMotionBlur()
309 for (int c = 0; c < nComponents; ++c) { in multiThreadProcessImagesMotionBlur()
329 for (int c = 0; c < nComponents; ++c) { in multiThreadProcessImagesMotionBlur()
[all …]
H A DofxsImageBlenderMasked.h60 template <class PIX, int nComponents, int maxValue, bool masked>
81 float tmpPix[nComponents]; in multiThreadProcessImages()
97 for (int c = 0; c < nComponents; ++c) { in multiThreadProcessImages()
101 …ofxsMaskMixPix<PIX, nComponents, maxValue, masked>(tmpPix, x, y, fromPix, _doMasking, _maskImg, bl… in multiThreadProcessImages()
104 for (int c = 0; c < nComponents; ++c) { in multiThreadProcessImages()
109 for (int c = 0; c < nComponents; ++c) { in multiThreadProcessImages()
114 for (int c = 0; c < nComponents; ++c) { in multiThreadProcessImages()
119 for (int c = 0; c < nComponents; ++c) { in multiThreadProcessImages()
124 dstPix += nComponents; in multiThreadProcessImages()
H A DofxsMipmap.cpp29 template <typename PIX, int nComponents>
50 const PIX* const srcData = srcPixels - (srcBounds.x1 * nComponents + srcRowSize * srcBounds.y1); in halveWindow()
51 PIX* const dstData = dstPixels - (dstBounds.x1 * nComponents + dstRowSize * dstBounds.y1); in halveWindow()
66 const PIX* const srcPixStart = srcLineStart + x * 2 * nComponents; in halveWindow()
67 PIX* const dstPixStart = dstLineStart + x * nComponents; in halveWindow()
79 for (int k = 0; k < nComponents; ++k) { in halveWindow()
84 const PIX b = (pickNextCol && pickThisRow) ? *(srcPixStart + k + nComponents) : 0; in halveWindow()
98 template <typename PIX, int nComponents>
143 … int nextRowBytes = (nextRenderWindow.x2 - nextRenderWindow.x1) * nComponents * sizeof(PIX); in buildMipMapLevel()
220 template <typename PIX, int nComponents>
[all …]
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/src/equil/
H A DBasisOptimize.cpp77 size_t nComponents = std::min(ne, nspecies); in BasisOptimize() local
102 while (jr < nComponents) { in BasisOptimize()
127 nComponents = jr; in BasisOptimize()
198 return nComponents; in BasisOptimize()
232 sm.resize(nComponents, nComponents); in BasisOptimize()
242 size_t k = nComponents + i; in BasisOptimize()
275 size_t k = i + nComponents; in BasisOptimize()
290 return nComponents; in BasisOptimize()
351 while (jr < nComponents) { in ElemRearrange()
412 ss[j] += sm[i + jr*nComponents] * sm[i + j*nComponents]; in ElemRearrange()
[all …]
/dports/graphics/openfx-misc/openfx-misc-3ab0531/ImageStatistics/
H A DImageStatistics.cpp336 if (nComponents == 4) { in toRGBA()
368 if ( (nComponents == 4) || (nComponents == 3) ) { in pixToHSVL()
387 if (nComponents == 4) { in toComponents()
411 double _min[nComponents];
412 double _max[nComponents];
413 double _sum[nComponents];
462 double min[nComponents], max[nComponents], sum[nComponents]; in multiThreadProcessImages()
505 double _mean[nComponents];
591 double _mean[nComponents];
592 double _sdev[nComponents];
[all …]
/dports/graphics/openfx-misc/openfx-misc-3ab0531/Templates/
H A DSimpleFilter.cpp139 template <class PIX, int nComponents, int maxValue>
159 const bool a = _processA && (nComponents == 1 || nComponents == 4); in multiThreadProcessImages()
230 assert( (!processR && !processG && !processB) || (nComponents == 3 || nComponents == 4) ); in process()
231 assert( !processA || (nComponents == 1 || nComponents == 4) ); in process()
232 assert(nComponents == 3 || nComponents == 4); in process()
260 if (nComponents == 1) { in process()
264 } else if ( (nComponents == 3) || (nComponents == 4) ) { in process()
279 dstPix += nComponents; in process()
334 template<int nComponents>
468 template<int nComponents>
[all …]
H A DMixableFilter.cpp143 template <class PIX, int nComponents, int maxValue>
163 const bool a = _processA && (nComponents == 1 || nComponents == 4); in multiThreadProcessImages()
234 assert( (!processR && !processG && !processB) || (nComponents == 3 || nComponents == 4) ); in process()
235 assert( !processA || (nComponents == 1 || nComponents == 4) ); in process()
236 assert(nComponents == 3 || nComponents == 4); in process()
264 if (nComponents == 1) { in process()
268 } else if ( (nComponents == 3) || (nComponents == 4) ) { in process()
283 dstPix += nComponents; in process()
338 template<int nComponents>
472 template<int nComponents>
[all …]
H A DMaskableFilter.cpp154 template <class PIX, int nComponents, int maxValue>
174 const bool a = _processA && (nComponents == 1 || nComponents == 4); in multiThreadProcessImages()
245 assert( (!processR && !processG && !processB) || (nComponents == 3 || nComponents == 4) ); in process()
246 assert( !processA || (nComponents == 1 || nComponents == 4) ); in process()
247 assert(nComponents == 3 || nComponents == 4); in process()
275 if (nComponents == 1) { in process()
279 } else if ( (nComponents == 3) || (nComponents == 4) ) { in process()
294 dstPix += nComponents; in process()
356 template<int nComponents>
509 template<int nComponents>
[all …]
/dports/graphics/openfx-misc/openfx-misc-3ab0531/Merge/
H A DMerge.cpp382 float tmpPix[nComponents]; in multiThreadProcessImages()
383 float tmpA[nComponents]; in multiThreadProcessImages()
384 float tmpB[nComponents]; in multiThreadProcessImages()
386 for (int c = 0; c < nComponents; ++c) { in multiThreadProcessImages()
441 if (nComponents == 4) { in multiThreadProcessImages()
467 if (nComponents == 4) { in multiThreadProcessImages()
541 if (nComponents == 4) { in multiThreadProcessImages()
575 dstPix += nComponents; in multiThreadProcessImages()
683 template<int nComponents>
1041 template<int nComponents>
[all …]
/dports/graphics/openfx-misc/openfx-misc-3ab0531/Roto/
H A DRoto.cpp137 template <class PIX, int nComponents, int maxValue>
151 const bool r = _processR && (nComponents != 1); in multiThreadProcessImages()
154 const bool a = _processA && (nComponents == 1 || nComponents == 4); in multiThreadProcessImages()
248 if (nComponents == 1) { in process()
250 } else if (nComponents == 4) { in process()
255 if (nComponents == 1) { in process()
257 } else if (nComponents == 4) { in process()
268 PIX srcVal[nComponents]; in process()
274 } else if (nComponents == 1) { in process()
339 template <int nComponents>
[all …]
/dports/graphics/openfx-misc/openfx-misc-3ab0531/GodRays/
H A DGodRays.cpp203 for (int c = 0; c < nComponents; ++c) { in setValues()
237 float tmpPix[nComponents]; in multiThreadProcessImagesNoBlur()
286 float tmpPix[nComponents]; in multiThreadProcessImagesMotionBlur()
308 float max[nComponents]; in multiThreadProcessImagesMotionBlur()
309 double accPix[nComponents]; in multiThreadProcessImagesMotionBlur()
310 double mean[nComponents]; in multiThreadProcessImagesMotionBlur()
312 double accPix2[nComponents]; in multiThreadProcessImagesMotionBlur()
313 double var[nComponents]; in multiThreadProcessImagesMotionBlur()
473 float _data[nComponents];
562 template <int nComponents>
[all …]
/dports/graphics/openfx-misc/openfx-misc-3ab0531/Constant/
H A DConstant.cpp88 template <class PIX, int nComponents, int max>
105 if (nComponents == 1) { in colorToPIX()
108 } else if (nComponents == 2) { in colorToPIX()
112 } else if (nComponents == 3) { in colorToPIX()
118 assert(nComponents == 4); in colorToPIX()
128 for (int c = 0; c < nComponents; ++c) { in colorToPIX()
133 if ( (nComponents == 3) || (nComponents == 4) ) { in colorToPIX()
154 PIX color[nComponents]; in multiThreadProcessImages()
170 dstPix += nComponents; in multiThreadProcessImages()
201 template <int nComponents>
[all …]
/dports/graphics/openfx-misc/openfx-misc-3ab0531/PLogLin/
H A DPLogLin.cpp251 template <class PIX, int nComponents, int maxValue>
308 assert( (!processR && !processG && !processB) || (nComponents == 3 || nComponents == 4) ); in process()
309 assert(nComponents == 3 || nComponents == 4); in process()
338 if (nComponents == 4) { in process()
342 dstPix += nComponents; in process()
405 assert( (!processR && !processG && !processB) || (nComponents == 3 || nComponents == 4) ); in process()
406 assert(nComponents == 3 || nComponents == 4); in process()
435 if (nComponents == 4) { in process()
439 dstPix += nComponents; in process()
509 template<int nComponents>
[all …]
/dports/graphics/openfx-misc/openfx-misc-3ab0531/Log2Lin/
H A DLog2Lin.cpp218 template <class PIX, int nComponents, int maxValue>
275 assert( (!processR && !processG && !processB) || (nComponents == 3 || nComponents == 4) ); in process()
276 assert(nComponents == 3 || nComponents == 4); in process()
311 if (nComponents == 4) { in process()
315 dstPix += nComponents; in process()
378 assert( (!processR && !processG && !processB) || (nComponents == 3 || nComponents == 4) ); in process()
379 assert(nComponents == 3 || nComponents == 4); in process()
408 if (nComponents == 4) { in process()
412 dstPix += nComponents; in process()
480 template<int nComponents>
[all …]
/dports/graphics/openfx-misc/openfx-misc-3ab0531/CheckerBoard/
H A DCheckerBoard.cpp207 if (nComponents == 1) { in colorToPIX()
210 } else if (nComponents == 2) { in colorToPIX()
220 assert(nComponents == 4); in colorToPIX()
235 if ( (nComponents == 3) || (nComponents == 4) ) { in colorToPIX()
256 PIX color0[nComponents]; in multiThreadProcessImages()
257 PIX color1[nComponents]; in multiThreadProcessImages()
258 PIX color2[nComponents]; in multiThreadProcessImages()
259 PIX color3[nComponents]; in multiThreadProcessImages()
260 PIX lineColor[nComponents]; in multiThreadProcessImages()
377 template <int nComponents>
[all …]
/dports/graphics/openfx-misc/openfx-misc-3ab0531/Grade/
H A DGrade.cpp223 if (nComponents == 4) { in toRGBA()
276 if (nComponents == 4) { in toComponents()
300 double _min[nComponents];
301 double _max[nComponents];
342 double min[nComponents], max[nComponents]; in multiThreadProcessImages()
617 const bool a = _processA && (nComponents == 1 || nComponents == 4); in multiThreadProcessImages()
687 assert( (!processR && !processG && !processB) || (nComponents == 3 || nComponents == 4) ); in process()
688 assert( !processA || (nComponents == 1 || nComponents == 4) ); in process()
689 assert(nComponents == 3 || nComponents == 4); in process()
867 template <int nComponents>
[all …]
/dports/graphics/openfx-misc/openfx-misc-3ab0531/FrameBlend/
H A DFrameBlend.cpp245 const bool a = _processA && (nComponents == 1 || nComponents == 4); in multiThreadProcessImages()
313 assert(1 <= nComponents && nComponents <= 4); in process()
316 float tmpPix[nComponents]; in process()
356 …std::copy(&_accumulatorData[renderPix * nComponents], &_accumulatorData[renderPix * nComponents + in process()
394 … std::copy(tmpPix, tmpPix + nComponents, &_accumulatorData[renderPix * nComponents]); in process()
397 if (nComponents == 1) { in process()
404 } else if ( (3 <= nComponents) && (nComponents <= 4) ) { in process()
424 if (nComponents == 1) { in process()
443 dstPix += nComponents; in process()
523 template<int nComponents>
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/java/awt/color/
H A DICC_ColorSpace.java123 private transient int nComponents; field in ICC_ColorSpace
138 nComponents = profile.getNumComponents(); in ICC_ColorSpace()
219 if (idx < 0 || idx >= nComponents) in getMinValue()
244 if (idx < 0 || idx >= nComponents) in getMaxValue()
290 minVal = new float[nComponents]; in makeArrays()
291 maxVal = new float[nComponents]; in makeArrays()
294 for (int i = 0; i < nComponents; i++) in makeArrays()
311 nComponents = thisProfile.getNumComponents(); in readObject()
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/java/awt/color/
H A DICC_ColorSpace.java123 private transient int nComponents; field in ICC_ColorSpace
138 nComponents = profile.getNumComponents(); in ICC_ColorSpace()
219 if (idx < 0 || idx >= nComponents) in getMinValue()
244 if (idx < 0 || idx >= nComponents) in getMaxValue()
290 minVal = new float[nComponents]; in makeArrays()
291 maxVal = new float[nComponents]; in makeArrays()
294 for (int i = 0; i < nComponents; i++) in makeArrays()
311 nComponents = thisProfile.getNumComponents(); in readObject()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/java/awt/color/
H A DICC_ColorSpace.java123 private transient int nComponents; field in ICC_ColorSpace
138 nComponents = profile.getNumComponents(); in ICC_ColorSpace()
219 if (idx < 0 || idx >= nComponents) in getMinValue()
244 if (idx < 0 || idx >= nComponents) in getMaxValue()
290 minVal = new float[nComponents]; in makeArrays()
291 maxVal = new float[nComponents]; in makeArrays()
294 for (int i = 0; i < nComponents; i++) in makeArrays()
311 nComponents = thisProfile.getNumComponents(); in readObject()

12345678910>>...13