Lines Matching full:uint32
91 uint32 srcCount,
92 uint32 dstCount,
98 uint32 dstEntries = 0;
99 uint32 bufferSize = 0;
112 for (uint32 j = 0; j < dstCount; j++)
125 for (uint32 k = dstCount; k < dstEntries; k++)
163 uint32 j;
171 fRadius = (uint32) (kernel.Extent () / scale + 0.9999);
175 uint32 width = fRadius * 2;
188 uint32 bufferSize = 0;
191 !SafeUint32Mult (bufferSize, (uint32) sizeof (real32), &bufferSize))
204 !SafeUint32Mult (bufferSize, (uint32) sizeof (int16), &bufferSize))
218 for (uint32 sample = 0; sample < kResampleSubsampleCount; sample++)
317 fRadius = (uint32) (kernel.Extent () + 0.9999);
321 uint32 width = 0;
322 uint32 widthSqr = 0;
323 uint32 step = 0;
339 uint32 bufferSize = 0;
343 !SafeUint32Mult (bufferSize, (uint32) sizeof (real32), &bufferSize))
358 !SafeUint32Mult (bufferSize, (uint32) sizeof (int16), &bufferSize))
372 for (uint32 y = 0; y < kResampleSubsampleCount2D; y++)
377 for (uint32 x = 0; x < kResampleSubsampleCount2D; x++)
391 uint32 index = 0;
393 for (uint32 i = 0; i < width; i++)
399 for (uint32 j = 0; j < width; j++)
437 for (uint32 i = 0; i < widthSqr; i++)
455 for (uint32 j = 0; j < widthSqr; j++)
467 const uint32 xOffset = fRadius - ((xFract >= 0.5) ? 0 : 1);
468 const uint32 yOffset = fRadius - ((yFract >= 0.5) ? 0 : 1);
469 const uint32 centerOffset = width * yOffset + xOffset;
518 virtual void Start (uint32 threadCount,
523 virtual void ProcessArea (uint32 threadIndex,
596 uint32 widthV = fWeightsV.Width ();
597 uint32 widthH = fWeightsH.Width ();
628 void dng_resample_task::Start (uint32 threadCount,
666 uint32 tempBufferSize = 0;
669 static_cast<uint32> (sizeof (real32)),
677 for (uint32 threadIndex = 0; threadIndex < threadCount; threadIndex++)
695 void dng_resample_task::ProcessArea (uint32 threadIndex,
703 uint32 srcCols = srcArea.W ();
704 uint32 dstCols = dstArea.W ();
706 uint32 widthV = fWeightsV.Width ();
707 uint32 widthH = fWeightsH.Width ();
712 uint32 stepH = fWeightsH.Step ();
737 for (uint32 plane = 0; plane < dstBuffer.fPlanes; plane++)
778 uint32 pixelRange = fDstImage.PixelRange ();
791 for (uint32 plane = 0; plane < dstBuffer.fPlanes; plane++)