Searched defs:dPtr (Results 1 - 15 of 15) sorted by relevance

/external/dng_sdk/source/
H A Ddng_memory_stream.cpp103 uint8 *dPtr = ((uint8 *) data) + (uint32) (offset - baseOffset); local
105 DoCopyBytes (sPtr, dPtr, blockCount);
206 uint8 *dPtr = fPageList [pageIndex]->Buffer_uint8 () + local
209 DoCopyBytes (sPtr, dPtr, blockCount);
H A Ddng_fingerprint.cpp419 uint32 *dPtr = output; local
433 *(dPtr++) = data;
437 *(dPtr++) = *(sPtr++);
H A Ddng_misc_opcodes.cpp643 real32 *dPtr = buffer.DirtyPixel_real32 (row, overlap.l, plane); local
658 dPtr [col] = y;
681 real32 x = dPtr [col];
685 dPtr [col] = Min_real32 (y, 1.0f);
697 dPtr [col] = 0.0f;
711 real32 x = dPtr [col];
716 dPtr [col] = Pin_real32 (0.0f, y, 1.0f);
732 real32 x = dPtr [col];
738 dPtr [col] = Pin_real32 (0.0f, y, 1.0f);
752 real32 x = dPtr [co
1011 real32 *dPtr = buffer.DirtyPixel_real32 (row, overlap.l, plane); local
1218 real32 *dPtr = buffer.DirtyPixel_real32 (overlap.t, col, plane); local
1397 real32 *dPtr = buffer.DirtyPixel_real32 (row, overlap.l, plane); local
1575 real32 *dPtr = buffer.DirtyPixel_real32 (overlap.t, col, plane); local
[all...]
H A Ddng_gain_map.cpp570 real32 *dPtr = buffer.DirtyPixel_real32 (row, overlap.l, plane); local
583 dPtr [col] = Min_real32 (dPtr [col] * gain, 1.0f);
H A Ddng_linearization_info.cpp479 void *dPtr = dstBuffer.DirtyPixel (dstRow, local
492 real32 *dstPtr = (real32 *) dPtr;
576 uint16 *dstPtr = (uint16 *) dPtr;
619 real32 *dstPtr = (real32 *) dPtr;
688 uint16 *dstPtr = (uint16 *) dPtr;
794 real32 *dstPtr = (real32 *) dPtr;
878 real32 *dstPtr = (real32 *) dPtr;
913 uint16 *dstPtr = (uint16 *) dPtr;
H A Ddng_pixel_buffer.cpp41 void *&dPtr,
78 dPtr = (void *)
79 (((uint8 *) dPtr) + (int32)(count0 - 1) * dStep0 * (int32)dPixelSize);
92 dPtr = (void *)
93 (((uint8 *) dPtr) + (int32)(count1 - 1) * dStep1 * (int32)dPixelSize);
106 dPtr = (void *)
107 (((uint8 *) dPtr) + (int32)(count2 - 1) * dStep2 * (int32)dPixelSize);
129 dPtr = (void *)
130 (((uint8 *) dPtr) + (int32)(count0 - 1) * dStep0 * (int32)dPixelSize);
143 dPtr
40 OptimizeOrder(const void *&sPtr, void *&dPtr, uint32 sPixelSize, uint32 dPixelSize, uint32 &count0, uint32 &count1, uint32 &count2, int32 &sStep0, int32 &sStep1, int32 &sStep2, int32 &dStep0, int32 &dStep1, int32 &dStep2) argument
287 void *dPtr = NULL; local
311 OptimizeOrder(void *&dPtr, uint32 dPixelSize, uint32 &count0, uint32 &count1, uint32 &count2, int32 &dStep0, int32 &dStep1, int32 &dStep2) argument
551 void *dPtr = DirtyPixel (area.t, local
724 void *dPtr = DirtyPixel (area.t, local
1290 void *dPtr = DirtyPixel (dstArea.t, local
1437 void *dPtr = DirtyPixel (fArea.t, local
1524 const void *dPtr = ConstPixel (area.t, local
[all...]
H A Ddng_resample.cpp751 real32 *dPtr = dstBuffer.DirtyPixel_real32 (dstRow, local
756 dPtr,
806 uint16 *dPtr = dstBuffer.DirtyPixel_uint16 (dstRow, local
811 dPtr,
H A Ddng_utils.cpp604 void *dPtr = dstBuffer.DirtyPixel (tile.t, local
609 dPtr,
623 real32 *dPtr0 = ( real32 *) dPtr;
H A Ddng_string.cpp1133 uint16 *dPtr = buffer.Buffer_uint16 (); local
1134 uint16 * const destEnd = dPtr + destBufferLength;
1146 CheckSpaceLeftInBuffer (dPtr, destEnd, 1);
1147 *(dPtr++) = (uint16) x;
1154 CheckSpaceLeftInBuffer (dPtr, destEnd, 1);
1155 *(dPtr++) = (uint16) kREPLACEMENT_CHARACTER;
1164 CheckSpaceLeftInBuffer (dPtr, destEnd, 2);
1165 *(dPtr++) = (uint16) ((x >> 10 ) + 0x0000D800);
1166 *(dPtr++) = (uint16) ((x & 0x000003FF) + 0x0000DC00);
1172 CheckSpaceLeftInBuffer (dPtr, destEn
1763 char *dPtr = fData.Buffer_char (); local
1793 char *dPtr = fData.Buffer_char (); local
1822 char *dPtr = fData.Buffer_char (); local
1879 char *dPtr = fData.Buffer_char (); local
1910 char *dPtr = fData.Buffer_char (); local
2076 char *dPtr = tempBuffer.Buffer_char (); local
[all...]
H A Ddng_bad_pixels.cpp172 uint16 *dPtr = dstBuffer.DirtyPixel_uint16 (dstRow, dstArea.l, 0); local
262 *dPtr = (uint16) ((total + 2) >> 2);
269 *dPtr = (uint16) ((total + (count >> 1)) / count);
276 dPtr++;
H A Ddng_bottlenecks.h32 (void *dPtr,
37 void *dPtr,
43 (uint16 *dPtr,
47 (uint32 *dPtr,
53 (uint8 *dPtr,
63 (uint16 *dPtr,
73 (uint32 *dPtr,
86 uint8 *dPtr,
99 uint16 *dPtr,
112 uint32 *dPtr,
625 DoZeroBytes(void *dPtr, uint32 count) argument
634 DoCopyBytes(const void *sPtr, void *dPtr, uint32 count) argument
647 DoSwapBytes16(uint16 *dPtr, uint32 count) argument
656 DoSwapBytes32(uint32 *dPtr, uint32 count) argument
667 DoSetArea8(uint8 *dPtr, uint8 value, uint32 rows, uint32 cols, uint32 planes, int32 rowStep, int32 colStep, int32 planeStep) argument
688 DoSetArea16(uint16 *dPtr, uint16 value, uint32 rows, uint32 cols, uint32 planes, int32 rowStep, int32 colStep, int32 planeStep) argument
709 DoSetArea32(uint32 *dPtr, uint32 value, uint32 rows, uint32 cols, uint32 planes, int32 rowStep, int32 colStep, int32 planeStep) argument
732 DoCopyArea8(const uint8 *sPtr, uint8 *dPtr, uint32 rows, uint32 cols, uint32 planes, int32 sRowStep, int32 sColStep, int32 sPlaneStep, int32 dRowStep, int32 dColStep, int32 dPlaneStep) argument
759 DoCopyArea16(const uint16 *sPtr, uint16 *dPtr, uint32 rows, uint32 cols, uint32 planes, int32 sRowStep, int32 sColStep, int32 sPlaneStep, int32 dRowStep, int32 dColStep, int32 dPlaneStep) argument
786 DoCopyArea32(const uint32 *sPtr, uint32 *dPtr, uint32 rows, uint32 cols, uint32 planes, int32 sRowStep, int32 sColStep, int32 sPlaneStep, int32 dRowStep, int32 dColStep, int32 dPlaneStep) argument
813 DoCopyArea8_16(const uint8 *sPtr, uint16 *dPtr, uint32 rows, uint32 cols, uint32 planes, int32 sRowStep, int32 sColStep, int32 sPlaneStep, int32 dRowStep, int32 dColStep, int32 dPlaneStep) argument
840 DoCopyArea8_S16(const uint8 *sPtr, int16 *dPtr, uint32 rows, uint32 cols, uint32 planes, int32 sRowStep, int32 sColStep, int32 sPlaneStep, int32 dRowStep, int32 dColStep, int32 dPlaneStep) argument
867 DoCopyArea8_32(const uint8 *sPtr, uint32 *dPtr, uint32 rows, uint32 cols, uint32 planes, int32 sRowStep, int32 sColStep, int32 sPlaneStep, int32 dRowStep, int32 dColStep, int32 dPlaneStep) argument
894 DoCopyArea16_S16(const uint16 *sPtr, int16 *dPtr, uint32 rows, uint32 cols, uint32 planes, int32 sRowStep, int32 sColStep, int32 sPlaneStep, int32 dRowStep, int32 dColStep, int32 dPlaneStep) argument
921 DoCopyArea16_32(const uint16 *sPtr, uint32 *dPtr, uint32 rows, uint32 cols, uint32 planes, int32 sRowStep, int32 sColStep, int32 sPlaneStep, int32 dRowStep, int32 dColStep, int32 dPlaneStep) argument
948 DoCopyArea8_R32(const uint8 *sPtr, real32 *dPtr, uint32 rows, uint32 cols, uint32 planes, int32 sRowStep, int32 sColStep, int32 sPlaneStep, int32 dRowStep, int32 dColStep, int32 dPlaneStep, uint32 pixelRange) argument
977 DoCopyArea16_R32(const uint16 *sPtr, real32 *dPtr, uint32 rows, uint32 cols, uint32 planes, int32 sRowStep, int32 sColStep, int32 sPlaneStep, int32 dRowStep, int32 dColStep, int32 dPlaneStep, uint32 pixelRange) argument
1006 DoCopyAreaS16_R32(const int16 *sPtr, real32 *dPtr, uint32 rows, uint32 cols, uint32 planes, int32 sRowStep, int32 sColStep, int32 sPlaneStep, int32 dRowStep, int32 dColStep, int32 dPlaneStep, uint32 pixelRange) argument
1035 DoCopyAreaR32_8(const real32 *sPtr, uint8 *dPtr, uint32 rows, uint32 cols, uint32 planes, int32 sRowStep, int32 sColStep, int32 sPlaneStep, int32 dRowStep, int32 dColStep, int32 dPlaneStep, uint32 pixelRange) argument
1064 DoCopyAreaR32_16(const real32 *sPtr, uint16 *dPtr, uint32 rows, uint32 cols, uint32 planes, int32 sRowStep, int32 sColStep, int32 sPlaneStep, int32 dRowStep, int32 dColStep, int32 dPlaneStep, uint32 pixelRange) argument
1093 DoCopyAreaR32_S16(const real32 *sPtr, int16 *dPtr, uint32 rows, uint32 cols, uint32 planes, int32 sRowStep, int32 sColStep, int32 sPlaneStep, int32 dRowStep, int32 dColStep, int32 dPlaneStep, uint32 pixelRange) argument
1124 DoRepeatArea8(const uint8 *sPtr, uint8 *dPtr, uint32 rows, uint32 cols, uint32 planes, int32 rowStep, int32 colStep, int32 planeStep, uint32 repeatV, uint32 repeatH, uint32 phaseV, uint32 phaseH) argument
1153 DoRepeatArea16(const uint16 *sPtr, uint16 *dPtr, uint32 rows, uint32 cols, uint32 planes, int32 rowStep, int32 colStep, int32 planeStep, uint32 repeatV, uint32 repeatH, uint32 phaseV, uint32 phaseH) argument
1182 DoRepeatArea32(const uint32 *sPtr, uint32 *dPtr, uint32 rows, uint32 cols, uint32 planes, int32 rowStep, int32 colStep, int32 planeStep, uint32 repeatV, uint32 repeatH, uint32 phaseV, uint32 phaseH) argument
1213 DoShiftRight16(uint16 *dPtr, uint32 rows, uint32 cols, uint32 planes, int32 rowStep, int32 colStep, int32 planeStep, uint32 shift) argument
1236 DoBilinearRow16(const uint16 *sPtr, uint16 *dPtr, uint32 cols, uint32 patPhase, uint32 patCount, const uint32 * kernCounts, const int32 * const * kernOffsets, const uint16 * const * kernWeights, uint32 sShift) argument
1259 DoBilinearRow32(const real32 *sPtr, real32 *dPtr, uint32 cols, uint32 patPhase, uint32 patCount, const uint32 * kernCounts, const int32 * const * kernOffsets, const real32 * const * kernWeights, uint32 sShift) argument
1401 DoBaseline1DTable(const real32 *sPtr, real32 *dPtr, uint32 count, const dng_1d_table &table) argument
1439 DoResampleDown16(const uint16 *sPtr, uint16 *dPtr, uint32 sCount, int32 sRowStep, const int16 *wPtr, uint32 wCount, uint32 pixelRange) argument
1458 DoResampleDown32(const real32 *sPtr, real32 *dPtr, uint32 sCount, int32 sRowStep, const real32 *wPtr, uint32 wCount) argument
1477 DoResampleAcross16(const uint16 *sPtr, uint16 *dPtr, uint32 dCount, const int32 *coord, const int16 *wPtr, uint32 wCount, uint32 wStep, uint32 pixelRange) argument
1498 DoResampleAcross32(const real32 *sPtr, real32 *dPtr, uint32 dCount, const int32 *coord, const real32 *wPtr, uint32 wCount, uint32 wStep) argument
1519 DoEqualBytes(const void *sPtr, const void *dPtr, uint32 count) argument
1530 DoEqualArea8(const uint8 *sPtr, const uint8 *dPtr, uint32 rows, uint32 cols, uint32 planes, int32 sRowStep, int32 sColStep, int32 sPlaneStep, int32 dRowStep, int32 dColStep, int32 dPlaneStep) argument
1557 DoEqualArea16(const uint16 *sPtr, const uint16 *dPtr, uint32 rows, uint32 cols, uint32 planes, int32 sRowStep, int32 sColStep, int32 sPlaneStep, int32 dRowStep, int32 dColStep, int32 dPlaneStep) argument
1584 DoEqualArea32(const uint32 *sPtr, const uint32 *dPtr, uint32 rows, uint32 cols, uint32 planes, int32 sRowStep, int32 sColStep, int32 sPlaneStep, int32 dRowStep, int32 dColStep, int32 dPlaneStep) argument
1690 DoMapArea16(uint16 *dPtr, uint32 count0, uint32 count1, uint32 count2, int32 step0, int32 step1, int32 step2, const uint16 *map) argument
[all...]
H A Ddng_lossless_jpeg.cpp2421 uint16 *dPtr = &curRowBuf [1] [0]; local
2423 int32 prev0 = dPtr [-2];
2424 int32 prev1 = dPtr [-1];
2473 dPtr [0] = (uint16) prev0;
2474 dPtr [1] = (uint16) prev1;
2476 dPtr += 2;
H A Ddng_read_image.cpp47 static void DecodeDelta8 (uint8 *dPtr, argument
64 dPtr [col * channels + channel] += dPtr [(col - 1) * channels + channel];
70 dPtr += dRowStep;
78 static void DecodeDelta16 (uint16 *dPtr, argument
95 dPtr [col * channels + channel] += dPtr [(col - 1) * channels + channel];
101 dPtr += dRowStep;
109 static void DecodeDelta32 (uint32 *dPtr, argument
126 dPtr [co
328 DecodePackBits(dng_stream &stream, uint8 *dPtr, int32 dstCount) argument
602 Expand(const uint8 *sPtr, uint8 *dPtr, int32 sCount, int32 dCount) argument
[all...]
H A Ddng_reference.cpp33 void RefZeroBytes (void *dPtr, argument
37 memset (dPtr, 0, count);
44 void *dPtr,
48 memcpy (dPtr, sPtr, count);
54 void RefSwapBytes16 (uint16 *dPtr, argument
61 dPtr [j] = SwapBytes16 (dPtr [j]);
69 void RefSwapBytes32 (uint32 *dPtr, argument
76 dPtr [j] = SwapBytes32 (dPtr [
43 RefCopyBytes(const void *sPtr, void *dPtr, uint32 count) argument
84 RefSetArea8(uint8 *dPtr, uint8 value, uint32 rows, uint32 cols, uint32 planes, int32 rowStep, int32 colStep, int32 planeStep) argument
125 RefSetArea16(uint16 *dPtr, uint16 value, uint32 rows, uint32 cols, uint32 planes, int32 rowStep, int32 colStep, int32 planeStep) argument
166 RefSetArea32(uint32 *dPtr, uint32 value, uint32 rows, uint32 cols, uint32 planes, int32 rowStep, int32 colStep, int32 planeStep) argument
207 RefCopyArea8(const uint8 *sPtr, uint8 *dPtr, uint32 rows, uint32 cols, uint32 planes, int32 sRowStep, int32 sColStep, int32 sPlaneStep, int32 dRowStep, int32 dColStep, int32 dPlaneStep) argument
256 RefCopyArea16(const uint16 *sPtr, uint16 *dPtr, uint32 rows, uint32 cols, uint32 planes, int32 sRowStep, int32 sColStep, int32 sPlaneStep, int32 dRowStep, int32 dColStep, int32 dPlaneStep) argument
305 RefCopyArea32(const uint32 *sPtr, uint32 *dPtr, uint32 rows, uint32 cols, uint32 planes, int32 sRowStep, int32 sColStep, int32 sPlaneStep, int32 dRowStep, int32 dColStep, int32 dPlaneStep) argument
354 RefCopyArea8_16(const uint8 *sPtr, uint16 *dPtr, uint32 rows, uint32 cols, uint32 planes, int32 sRowStep, int32 sColStep, int32 sPlaneStep, int32 dRowStep, int32 dColStep, int32 dPlaneStep) argument
403 RefCopyArea8_S16(const uint8 *sPtr, int16 *dPtr, uint32 rows, uint32 cols, uint32 planes, int32 sRowStep, int32 sColStep, int32 sPlaneStep, int32 dRowStep, int32 dColStep, int32 dPlaneStep) argument
454 RefCopyArea8_32(const uint8 *sPtr, uint32 *dPtr, uint32 rows, uint32 cols, uint32 planes, int32 sRowStep, int32 sColStep, int32 sPlaneStep, int32 dRowStep, int32 dColStep, int32 dPlaneStep) argument
503 RefCopyArea16_S16(const uint16 *sPtr, int16 *dPtr, uint32 rows, uint32 cols, uint32 planes, int32 sRowStep, int32 sColStep, int32 sPlaneStep, int32 dRowStep, int32 dColStep, int32 dPlaneStep) argument
552 RefCopyArea16_32(const uint16 *sPtr, uint32 *dPtr, uint32 rows, uint32 cols, uint32 planes, int32 sRowStep, int32 sColStep, int32 sPlaneStep, int32 dRowStep, int32 dColStep, int32 dPlaneStep) argument
601 RefCopyArea8_R32(const uint8 *sPtr, real32 *dPtr, uint32 rows, uint32 cols, uint32 planes, int32 sRowStep, int32 sColStep, int32 sPlaneStep, int32 dRowStep, int32 dColStep, int32 dPlaneStep, uint32 pixelRange) argument
653 RefCopyArea16_R32(const uint16 *sPtr, real32 *dPtr, uint32 rows, uint32 cols, uint32 planes, int32 sRowStep, int32 sColStep, int32 sPlaneStep, int32 dRowStep, int32 dColStep, int32 dPlaneStep, uint32 pixelRange) argument
705 RefCopyAreaS16_R32(const int16 *sPtr, real32 *dPtr, uint32 rows, uint32 cols, uint32 planes, int32 sRowStep, int32 sColStep, int32 sPlaneStep, int32 dRowStep, int32 dColStep, int32 dPlaneStep, uint32 pixelRange) argument
759 RefCopyAreaR32_8(const real32 *sPtr, uint8 *dPtr, uint32 rows, uint32 cols, uint32 planes, int32 sRowStep, int32 sColStep, int32 sPlaneStep, int32 dRowStep, int32 dColStep, int32 dPlaneStep, uint32 pixelRange) argument
811 RefCopyAreaR32_16(const real32 *sPtr, uint16 *dPtr, uint32 rows, uint32 cols, uint32 planes, int32 sRowStep, int32 sColStep, int32 sPlaneStep, int32 dRowStep, int32 dColStep, int32 dPlaneStep, uint32 pixelRange) argument
863 RefCopyAreaR32_S16(const real32 *sPtr, int16 *dPtr, uint32 rows, uint32 cols, uint32 planes, int32 sRowStep, int32 sColStep, int32 sPlaneStep, int32 dRowStep, int32 dColStep, int32 dPlaneStep, uint32 pixelRange) argument
917 RefRepeatArea8(const uint8 *sPtr, uint8 *dPtr, uint32 rows, uint32 cols, uint32 planes, int32 rowStep, int32 colStep, int32 planeStep, uint32 repeatV, uint32 repeatH, uint32 phaseV, uint32 phaseH) argument
993 RefRepeatArea16(const uint16 *sPtr, uint16 *dPtr, uint32 rows, uint32 cols, uint32 planes, int32 rowStep, int32 colStep, int32 planeStep, uint32 repeatV, uint32 repeatH, uint32 phaseV, uint32 phaseH) argument
1069 RefRepeatArea32(const uint32 *sPtr, uint32 *dPtr, uint32 rows, uint32 cols, uint32 planes, int32 rowStep, int32 colStep, int32 planeStep, uint32 repeatV, uint32 repeatH, uint32 phaseV, uint32 phaseH) argument
1145 RefShiftRight16(uint16 *dPtr, uint32 rows, uint32 cols, uint32 planes, int32 rowStep, int32 colStep, int32 planeStep, uint32 shift) argument
1186 RefBilinearRow16(const uint16 *sPtr, uint16 *dPtr, uint32 cols, uint32 patPhase, uint32 patCount, const uint32 * kernCounts, const int32 * const * kernOffsets, const uint16 * const * kernWeights, uint32 sShift) argument
1234 RefBilinearRow32(const real32 *sPtr, real32 *dPtr, uint32 cols, uint32 patPhase, uint32 patCount, const uint32 * kernCounts, const int32 * const * kernOffsets, const real32 * const * kernWeights, uint32 sShift) argument
1708 RefBaseline1DTable(const real32 *sPtr, real32 *dPtr, uint32 count, const dng_1d_table &table) argument
1851 RefResampleDown16(const uint16 *sPtr, uint16 *dPtr, uint32 sCount, int32 sRowStep, const int16 *wPtr, uint32 wCount, uint32 pixelRange) argument
1886 RefResampleDown32(const real32 *sPtr, real32 *dPtr, uint32 sCount, int32 sRowStep, const real32 *wPtr, uint32 wCount) argument
1944 RefResampleAcross16(const uint16 *sPtr, uint16 *dPtr, uint32 dCount, const int32 *coord, const int16 *wPtr, uint32 wCount, uint32 wStep, uint32 pixelRange) argument
1984 RefResampleAcross32(const real32 *sPtr, real32 *dPtr, uint32 dCount, const int32 *coord, const real32 *wPtr, uint32 wCount, uint32 wStep) argument
2021 RefEqualBytes(const void *sPtr, const void *dPtr, uint32 count) argument
2032 RefEqualArea8(const uint8 *sPtr, const uint8 *dPtr, uint32 rows, uint32 cols, uint32 planes, int32 sRowStep, int32 sColStep, int32 sPlaneStep, int32 dRowStep, int32 dColStep, int32 dPlaneStep) argument
2084 RefEqualArea16(const uint16 *sPtr, const uint16 *dPtr, uint32 rows, uint32 cols, uint32 planes, int32 sRowStep, int32 sColStep, int32 sPlaneStep, int32 dRowStep, int32 dColStep, int32 dPlaneStep) argument
2136 RefEqualArea32(const uint32 *sPtr, const uint32 *dPtr, uint32 rows, uint32 cols, uint32 planes, int32 sRowStep, int32 sColStep, int32 sPlaneStep, int32 dRowStep, int32 dColStep, int32 dPlaneStep) argument
2336 int16 *dPtr = cPtr + sPlaneStep; local
2525 real32 *dPtr = cPtr + sPlaneStep; local
2615 RefMapArea16(uint16 *dPtr, uint32 count0, uint32 count1, uint32 count2, int32 step0, int32 step1, int32 step2, const uint16 *map) argument
[all...]
H A Ddng_image_writer.cpp2735 static void EncodeDelta8 (uint8 *dPtr, argument
2752 dPtr [col * channels + channel] -= dPtr [(col - 1) * channels + channel];
2758 dPtr += dRowStep;
2766 static void EncodeDelta16 (uint16 *dPtr, argument
2783 dPtr [col * channels + channel] -= dPtr [(col - 1) * channels + channel];
2789 dPtr += dRowStep;
2797 static void EncodeDelta32 (uint32 *dPtr, argument
2814 dPtr [co
3483 Compress(const uint8 *sPtr, uint8 *dPtr, uint32 sCount, uint32 &dCount) argument
[all...]

Completed in 1406 milliseconds