Home | History | Annotate | Download | only in source

Lines Matching full:uint32

119 			uint32 size = webStatement.Get_SystemEncoding (buffer);
173 uint32 size = imageResources->LogicalSize ();
287 uint32 chars = (fCount - 8) >> 1;
291 for (uint32 j = 0; j < chars; j++)
334 uint32 entries = (Size () >> 1);
336 for (uint32 j = 0; j < entries; j++)
358 const uint32 *p = (const uint32 *) fData;
360 uint32 entries = (Size () >> 2);
362 for (uint32 j = 0; j < entries; j++)
380 uint32 entries = (Size () >> 3);
382 for (uint32 j = 0; j < entries; j++)
422 uint32 index = 0;
424 for (uint32 r = 0; r < m.Rows (); r++)
425 for (uint32 c = 0; c < m.Cols (); c++)
439 uint32 profileSize)
466 for (uint32 col = 0; col < fCols; col++)
467 for (uint32 row = 0; row < fRows; row++)
504 uint32 length)
529 uint32 extra = fCount * 4 - fLength;
582 uint32 index = fEntries;
584 for (uint32 j = 0; j < fEntries; j++)
595 for (uint32 k = fEntries; k > index; k--)
610 uint32 dng_tiff_directory::Size () const
615 uint32 size = fEntries * 12 + 6;
617 for (uint32 index = 0; index < fEntries; index++)
620 uint32 tagSize = fTag [index]->Size ();
639 uint32 explicitBase) const
644 uint32 index;
646 uint32 bigData = fEntries * 12 + 6;
649 bigData += (uint32) stream.Position ();
665 uint32 size = tag.Size ();
698 uint32 size = tag.Size ();
778 uint32 j;
880 uint32 makerNoteLength,
1395 for (uint32 j = 0; j < 16; j++)
1688 uint32 fActiveAreaData [4];
1692 uint32 fMaskedAreaData [kMaxMaskedAreas * 4];
1715 uint32 fWhiteLevelData32 [kMaxSamplesPerPixel];
1799 for (uint32 index = 0; index < rangeInfo->fMaskedAreaCount; index++)
1842 uint32 index = 0;
1847 for (uint32 h = 0; h < rangeInfo->fBlackLevelRepeatCols; h++)
1850 for (uint32 c = 0; c < rawImage.Planes (); c++)
1873 uint32 count = rangeInfo->ColumnBlackCount ();
1879 for (uint32 col = 0; col < count; col++)
1898 uint32 count = rangeInfo->RowBlackCount ();
1904 for (uint32 row = 0; row < count; row++)
1930 for (uint32 c = 0; c < fWhiteLevel16.Count (); c++)
2043 for (uint32 j = 0; j < info.fColorPlanes; j++)
2079 uint32 fColorChannels;
2148 uint32 channels2 = fColorChannels * fColorChannels;
2184 for (uint32 j = 0; j < fColorChannels; j++)
2196 for (uint32 k = 0; k < fColorChannels; k++)
2250 uint32 fHueSatMapDimData [3];
2259 uint32 fLookTableDimData [3];
2373 uint32 colorChannels = profile.ColorMatrix1 ().Rows ();
2447 uint32 hueDivs = 0;
2448 uint32 satDivs = 0;
2449 uint32 valDivs = 0;
2504 uint32 hueDivs = 0;
2505 uint32 satDivs = 0;
2506 uint32 valDivs = 0;
2560 uint32 toneCurvePoints = (uint32) (profile.ToneCurve ().fCoord.size ());
2570 for (uint32 i = 0; i < toneCurvePoints; i++)
2655 for (uint32 i = 0; i < profile.NumFunctions (); i++)
2681 uint32 dng_image_writer::CompressedBufferSize (const dng_ifd &ifd,
2682 uint32 uncompressedSize)
2736 uint32 rows,
2737 uint32 cols,
2738 uint32 channels)
2741 const uint32 dRowStep = cols * channels;
2743 for (uint32 row = 0; row < rows; row++)
2746 for (uint32 col = cols - 1; col > 0; col--)
2749 for (uint32 channel = 0; channel < channels; channel++)
2767 uint32 rows,
2768 uint32 cols,
2769 uint32 channels)
2772 const uint32 dRowStep = cols * channels;
2774 for (uint32 row = 0; row < rows; row++)
2777 for (uint32 col = cols - 1; col > 0; col--)
2780 for (uint32 channel = 0; channel < channels; channel++)
2797 static void EncodeDelta32 (uint32 *dPtr,
2798 uint32 rows,
2799 uint32 cols,
2800 uint32 channels)
2803 const uint32 dRowStep = cols * channels;
2805 for (uint32 row = 0; row < rows; row++)
2808 for (uint32 col = cols - 1; col > 0; col--)
2811 for (uint32 channel = 0; channel < channels; channel++)
2892 uint32 rowBytes = cols * channels;
2896 for (uint32 col = channels; col < rowBytes; col++)
3062 EncodeDelta32 ((uint32 *) buffer.fData,
3101 uint32 tempBufferSize = SafeUint32Mult (
3102 static_cast<uint32>(buffer.fRowStep),
3147 uint32 pixels = buffer.fRowStep * buffer.fArea.H ();
3165 DoSwapBytes32 ((uint32 *) buffer.fData,
3187 uint32 blockRows = ifd.fSubTileBlockRows;
3188 uint32 blockCols = ifd.fSubTileBlockCols;
3190 uint32 rowBlocks = buffer.fArea.H () / blockRows;
3191 uint32 colBlocks = buffer.fArea.W () / blockCols;
3199 uint32 blockColBytes = blockCols * buffer.fPlanes * buffer.fPixelSize;
3204 for (uint32 rowBlock = 0; rowBlock < rowBlocks; rowBlock++)
3209 for (uint32 colBlock = 0; colBlock < colBlocks; colBlock++)
3214 for (uint32 blockRow = 0; blockRow < blockRows; blockRow++)
3217 for (uint32 j = 0; j < blockColBytes; j++)
3292 uint32 sCount,
3293 uint32 &dCount);
3485 uint32 sCount,
3486 uint32 &dCount)
3654 uint32 datacount = sizeof (dest->fBuffer) -
3655 (uint32) dest->pub.free_in_buffer;
3730 uint32 count = buffer.fRowStep *
3735 for (uint32 j = 0; j < count; j++)
3786 uint32 sBytes = buffer.fRowStep *
3792 uint32 dBytes = 0;
3836 dBytes = (uint32) dCount;
4115 for (uint32 row = 0; row < cinfo.image_height; row++)
4172 uint32 fakeChannels,
4208 uint32 *srcPtr = (uint32 *) buffer.fData;
4211 uint32 pixels = tileArea.W () * tileArea.H () * buffer.fPlanes;
4213 for (uint32 j = 0; j < pixels; j++)
4227 uint32 *srcPtr = (uint32 *) buffer.fData;
4230 uint32 pixels = tileArea.W () * tileArea.H () * buffer.fPlanes;
4237 for (uint32 j = 0; j < pixels; j++)
4251 for (uint32 j = 0; j < pixels; j++)
4322 uint32 fFakeChannels;
4324 uint32 fTilesDown;
4326 uint32 fTilesAcross;
4328 uint32 fCompressedSize;
4330 uint32 fUncompressedSize;
4334 uint32 fNextTileIndex;
4342 uint32 fWriteTileIndex;
4352 uint32 fakeChannels,
4353 uint32 tilesDown,
4354 uint32 tilesAcross,
4355 uint32 compressedSize,
4356 uint32 uncompressedSize)
4384 void Process (uint32 /* threadIndex */,
4417 uint32 tileIndex;
4436 uint32 rowIndex = tileIndex / fTilesAcross;
4438 uint32 colIndex = tileIndex - rowIndex * fTilesAcross;
4462 uint32 tileByteCount = (uint32) tileStream.Length ();
4491 uint32 tileOffset = (uint32) fStream.Position ();
4573 uint32 fakeChannels)
4602 uint32 bytesPerSample = TagTypeSize (image.PixelType ());
4604 uint32 bytesPerPixel = SafeUint32Mult (ifd.fSamplesPerPixel,
4607 uint32 tileRowBytes = SafeUint32Mult (ifd.fTileWidth, bytesPerPixel);
4612 uint32 subTileLength = ifd.fTileLength;
4630 uint32 uncompressedSize = SafeUint32Mult(subTileLength, tileRowBytes);
4634 uint32 compressedSize = CompressedBufferSize (ifd, uncompressedSize);
4638 uint32 tilesAcross = ifd.TilesAcross ();
4639 uint32 tilesDown = ifd.TilesDown ();
4654 uint32 threadCount = Min_uint32 (tilesDown * tilesAcross,
4699 uint32 tileIndex = 0;
4701 for (uint32 rowIndex = 0; rowIndex < tilesDown; rowIndex++)
4704 for (uint32 colIndex = 0; colIndex < tilesAcross; colIndex++)
4709 uint32 tileOffset = (uint32) stream.Position ();
4717 uint32 subTileCount = (tileArea.H () + subTileLength - 1) /
4720 for (uint32 subIndex = 0; subIndex < subTileCount; subIndex++)
4749 uint32 tileByteCount = (uint32) stream.Position () - tileOffset;
5259 uint32 photometricInterpretation,
5260 uint32 compression,
5288 uint32 photometricInterpretation,
5289 uint32 compression,
5299 uint32 profileSize = 0;
5302 uint32 size = 0;
5332 uint32 photometricInterpretation,
5333 uint32 compression,
5336 uint32 profileSize,
5363 uint32 photometricInterpretation,
5364 uint32 compression,
5367 uint32 profileSize,
5374 uint32 j;
5426 uint32 extraSamples = 0;
5545 uint32 offsetMainIFD = 8;
5547 uint32 offsetExifData = offsetMainIFD + mainIFD.Size ();
5551 uint32 offsetMainData = offsetExifData + exifSet.Size ();
5600 uint32 maxBackwardVersion,
5621 uint32 maxBackwardVersion,
5625 uint32 j;
5639 uint32 compression = uncompressed ? ccUncompressed : ccJPEG;
5738 uint32 dngVersion = dngVersion_Current;
5762 uint32 dngBackwardVersion = dngVersion_1_1_0_0;
5800 uint32 thumbArea = 0;
5810 uint32 thisArea = imagePreview->fImage->Bounds ().W () *
5829 uint32 thisArea = jpegPreview->fPreviewSize.h *
5993 uint32 rawPixelType = rawImage.PixelType ();
6009 uint32 entries = rangeInfo->fLinearizationTable->LogicalSize () >> 1;
6083 uint32 fakeChannels = 1;
6124 DNG_ASSERT (info.fImageWidth == (uint32) rawJPEGImage->fImageSize.h &&
6125 info.fImageLength == (uint32) rawJPEGImage->fImageSize.v,
6304 dng_std_vector<uint32> extraProfileIndex;
6319 uint32 profileCount = negative.ProfileCount ();
6321 for (uint32 index = 0; index < profileCount; index++)
6344 uint32 extraProfileCount = (uint32) extraProfileIndex.size ();
6346 dng_memory_data extraProfileOffsets (extraProfileCount, sizeof (uint32));
6547 uint32 originalDefaultFinalSizeData [2];
6563 uint32 originalBestQualityFinalSizeData [2];
6705 uint32 subFileCount = thumbnail ? 1 : 0;
6714 uint32 previewCount = previewList ? previewList->Count () : 0;
6738 uint32 subFileData [kMaxDNGPreviews + 2];
6753 uint32 currentOffset = 8;
6757 uint32 subFileIndex = 0;
6805 extraProfileOffsets.Buffer_uint32 () [j] = (uint32) stream.Position ();
6807 uint32 index = extraProfileIndex [j];
6853 uint32 tileCount = info.TilesAcross () *
6856 for (uint32 tileIndex = 0; tileIndex < tileCount; tileIndex++)
6861 uint32 tileOffset = (uint32) stream.Position ();
6872 uint32 tileByteCount = (uint32) stream.Position () - tileOffset;