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

/external/dng_sdk/source/
H A Ddng_memory_stream.cpp100 const uint8 *sPtr = fPageList [pageIndex]->Buffer_uint8 () + local
105 DoCopyBytes (sPtr, dPtr, blockCount);
204 const uint8 *sPtr = ((const uint8 *) data) + (uint32) (offset - baseOffset); local
209 DoCopyBytes (sPtr, dPtr, blockCount);
253 const uint8 *sPtr = fPageList [pageIndex]->Buffer_uint8 () + local
256 dstStream.Put (sPtr, blockCount);
H A Ddng_fingerprint.cpp417 const uint32 *sPtr = (const uint32 *) input; local
426 uint32 data = *(sPtr++);
437 *(dPtr++) = *(sPtr++);
H A Ddng_linearization_info.cpp475 const void *sPtr = srcBuffer.ConstPixel (srcTile.t + row, local
490 const real32 *srcPtr = (const real32 *) sPtr;
581 const uint8 *srcPtr = (const uint8 *) sPtr;
598 const uint16 *srcPtr = (const uint16 *) sPtr;
624 const uint8 *srcPtr = (const uint8 *) sPtr;
641 const uint16 *srcPtr = (const uint16 *) sPtr;
695 const uint8 *srcPtr = (const uint8 *) sPtr;
728 const uint16 *srcPtr = (const uint16 *) sPtr;
799 const uint8 *srcPtr = (const uint8 *) sPtr;
832 const uint16 *srcPtr = (const uint16 *) sPtr;
[all...]
H A Ddng_pixel_buffer.cpp40 void OptimizeOrder (const void *&sPtr, argument
75 sPtr = (const void *)
76 (((const uint8 *) sPtr) + (int32)(count0 - 1) * sStep0 * (int32)sPixelSize);
89 sPtr = (const void *)
90 (((const uint8 *) sPtr) + (int32)(count1 - 1) * sStep1 * (int32)sPixelSize);
103 sPtr = (const void *)
104 (((const uint8 *) sPtr) + (int32)(count2 - 1) * sStep2 * (int32)sPixelSize);
126 sPtr = (const void *)
127 (((const uint8 *) sPtr) + (int32)(count0 - 1) * sStep0 * (int32)sPixelSize);
140 sPtr
277 OptimizeOrder(const void *&sPtr, uint32 sPixelSize, uint32 &count0, uint32 &count1, uint32 &count2, int32 &sStep0, int32 &sStep1, int32 &sStep2) argument
321 const void *sPtr = NULL; local
720 const void *sPtr = src.ConstPixel (area.t, local
1286 const void *sPtr = ConstPixel (srcArea.t, local
1441 const void *sPtr = dPtr; local
1520 const void *sPtr = src.ConstPixel (area.t, local
[all...]
H A Ddng_resample.cpp740 const real32 *sPtr = srcBuffer.ConstPixel_real32 (srcRow, local
744 DoResampleDown32 (sPtr,
794 const uint16 *sPtr = srcBuffer.ConstPixel_uint16 (srcRow, local
798 DoResampleDown16 (sPtr,
H A Ddng_utils.cpp451 const void *sPtr = buffer.ConstPixel (tile.t, local
463 OptimizeOrder (sPtr,
474 const uint16 *s1 = (const uint16 *) sPtr;
600 const void *sPtr = srcBuffer.ConstPixel (tile.t, local
608 OptimizeOrder (sPtr,
622 const real32 *sPtr0 = (const real32 *) sPtr;
H A Ddng_string.cpp1106 const char *sPtr = Get (); local
1108 while (*sPtr)
1111 uint32 x = DecodeUTF8 (sPtr);
1136 sPtr = Get ();
1138 while (*sPtr)
1141 uint32 x = DecodeUTF8 (sPtr);
1821 const char *sPtr = fData.Buffer_char (); local
1824 while (*sPtr)
1827 char c = *(sPtr++);
1829 char nc = sPtr [
1878 const char *sPtr = fData.Buffer_char (); local
1909 const char *sPtr = fData.Buffer_char (); local
2079 const char *sPtr = Get (); local
[all...]
H A Ddng_bad_pixels.cpp171 const uint16 *sPtr = srcBuffer.ConstPixel_uint16 (dstRow, dstArea.l, 0); local
177 if (*sPtr == badPixel)
188 value = sPtr [-srcBuffer.fRowStep - 1];
196 value = sPtr [-srcBuffer.fRowStep + 1];
204 value = sPtr [srcBuffer.fRowStep - 1];
212 value = sPtr [srcBuffer.fRowStep + 1];
225 value = sPtr [-srcBuffer.fRowStep * 2];
233 value = sPtr [srcBuffer.fRowStep * 2];
241 value = sPtr [-2];
249 value = sPtr [
[all...]
H A Ddng_bottlenecks.h36 (const void *sPtr,
85 (const uint8 *sPtr,
98 (const uint16 *sPtr,
111 (const uint32 *sPtr,
124 (const uint8 *sPtr,
137 (const uint8 *sPtr,
150 (const uint8 *sPtr,
163 (const uint16 *sPtr,
176 (const uint16 *sPtr,
189 (const uint8 *sPtr,
634 DoCopyBytes(const void *sPtr, void *dPtr, uint32 count) 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
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
1640 DoVignette16(int16 *sPtr, const uint16 *mPtr, uint32 rows, uint32 cols, uint32 planes, int32 sRowStep, int32 sPlaneStep, int32 mRowStep, uint32 mBits) argument
1665 DoVignette32(real32 *sPtr, const uint16 *mPtr, uint32 rows, uint32 cols, uint32 planes, int32 sRowStep, int32 sPlaneStep, int32 mRowStep, uint32 mBits) argument
[all...]
H A Ddng_lossless_jpeg.cpp1701 uint16 *sPtr = &buf [0] [0]; local
1705 fSpooler->Spool (sPtr, pixels * (uint32) sizeof (uint16));
2974 const uint16 *sPtr = fSrcData + row * fSrcRowStep; local
2987 predictor [channel] = sPtr [channel - fSrcRowStep];
3005 int32 pixel0 = sPtr [0];
3006 int32 pixel1 = sPtr [1];
3017 sPtr += srcColStep;
3034 int32 pixel = sPtr [channel];
3044 sPtr += fSrcColStep;
3080 const uint16 *sPtr local
[all...]
H A Ddng_read_image.cpp424 bool Expand (const uint8 *sPtr,
602 bool dng_lzw_expander::Expand (const uint8 *sPtr, argument
610 fSrcPtr = sPtr;
H A Ddng_reference.cpp43 void RefCopyBytes (const void *sPtr, argument
48 memcpy (dPtr, sPtr, count);
207 void RefCopyArea8 (const uint8 *sPtr, argument
223 const uint8 *sPtr1 = sPtr;
247 sPtr += sRowStep;
256 void RefCopyArea16 (const uint16 *sPtr, argument
272 const uint16 *sPtr1 = sPtr;
296 sPtr += sRowStep;
305 void RefCopyArea32 (const uint32 *sPtr, argument
321 const uint32 *sPtr1 = sPtr;
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
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
2238 RefVignette16(int16 *sPtr, const uint16 *mPtr, uint32 rows, uint32 cols, uint32 planes, int32 sRowStep, int32 sPlaneStep, int32 mRowStep, uint32 mBits) argument
2429 RefVignette32(real32 *sPtr, const uint16 *mPtr, uint32 rows, uint32 cols, uint32 planes, int32 sRowStep, int32 sPlaneStep, int32 mRowStep, uint32 mBits) argument
[all...]
H A Ddng_image_writer.cpp3290 void Compress (const uint8 *sPtr,
3483 void dng_lzw_compressor::Compress (const uint8 *sPtr, argument
3504 pixel = *sPtr;
3505 sPtr = sPtr + 1;
3513 pixel = *sPtr;
3514 sPtr = sPtr + 1;
3733 const uint16 *sPtr = (const uint16 *) buffer.fData; local
3738 stream.Put_uint8 ((uint8) sPtr [
[all...]
/external/python/cpython2/Python/
H A Dast.c3368 decode_utf8(struct compiling *c, const char **sPtr, const char *end, char* encoding) argument
3376 t = s = (char *)*sPtr;
3379 *sPtr = s;
/external/syslinux/core/lwip/src/netif/ppp/
H A Dppp.c903 u_char *sPtr; local
905 sPtr = (u_char*)p->payload;
908 c = *sPtr++;

Completed in 303 milliseconds