Home
last modified time | relevance | path

Searched defs:sPtr (Results 1 – 17 of 17) sorted by relevance

/external/dng_sdk/source/
Ddng_bottlenecks.h634 inline void DoCopyBytes (const void *sPtr, in DoCopyBytes()
732 inline void DoCopyArea8 (const uint8 *sPtr, in DoCopyArea8()
759 inline void DoCopyArea16 (const uint16 *sPtr, in DoCopyArea16()
786 inline void DoCopyArea32 (const uint32 *sPtr, in DoCopyArea32()
813 inline void DoCopyArea8_16 (const uint8 *sPtr, in DoCopyArea8_16()
840 inline void DoCopyArea8_S16 (const uint8 *sPtr, in DoCopyArea8_S16()
867 inline void DoCopyArea8_32 (const uint8 *sPtr, in DoCopyArea8_32()
894 inline void DoCopyArea16_S16 (const uint16 *sPtr, in DoCopyArea16_S16()
921 inline void DoCopyArea16_32 (const uint16 *sPtr, in DoCopyArea16_32()
948 inline void DoCopyArea8_R32 (const uint8 *sPtr, in DoCopyArea8_R32()
[all …]
Ddng_memory_stream.cpp100 const uint8 *sPtr = fPageList [pageIndex]->Buffer_uint8 () + in DoRead() local
204 const uint8 *sPtr = ((const uint8 *) data) + (uint32) (offset - baseOffset); in DoWrite() local
253 const uint8 *sPtr = fPageList [pageIndex]->Buffer_uint8 () + in CopyToStream() local
Ddng_reference.cpp43 void RefCopyBytes (const void *sPtr, in RefCopyBytes()
207 void RefCopyArea8 (const uint8 *sPtr, in RefCopyArea8()
256 void RefCopyArea16 (const uint16 *sPtr, in RefCopyArea16()
305 void RefCopyArea32 (const uint32 *sPtr, in RefCopyArea32()
354 void RefCopyArea8_16 (const uint8 *sPtr, in RefCopyArea8_16()
403 void RefCopyArea8_S16 (const uint8 *sPtr, in RefCopyArea8_S16()
454 void RefCopyArea8_32 (const uint8 *sPtr, in RefCopyArea8_32()
503 void RefCopyArea16_S16 (const uint16 *sPtr, in RefCopyArea16_S16()
552 void RefCopyArea16_32 (const uint16 *sPtr, in RefCopyArea16_32()
601 void RefCopyArea8_R32 (const uint8 *sPtr, in RefCopyArea8_R32()
[all …]
Ddng_pixel_buffer.cpp40 void OptimizeOrder (const void *&sPtr, in OptimizeOrder()
277 void OptimizeOrder (const void *&sPtr, in OptimizeOrder()
321 const void *sPtr = NULL; in OptimizeOrder() local
720 const void *sPtr = src.ConstPixel (area.t, in CopyArea() local
1286 const void *sPtr = ConstPixel (srcArea.t, in RepeatArea() local
1441 const void *sPtr = dPtr; in ShiftRight() local
1520 const void *sPtr = src.ConstPixel (area.t, in EqualArea() local
Ddng_string.cpp1106 const char *sPtr = Get (); in Get_UTF16() local
1821 const char *sPtr = fData.Buffer_char (); in SetLineEndings() local
1878 const char *sPtr = fData.Buffer_char (); in StripLowASCII() local
1909 const char *sPtr = fData.Buffer_char (); in NormalizeAsCommaSeparatedNumbers() local
2079 const char *sPtr = Get (); in ForceASCII() local
Ddng_utils.cpp433 const void *sPtr = buffer.ConstPixel (tile.t, in HistogramArea() local
582 const void *sPtr = srcBuffer.ConstPixel (tile.t, in Process() local
Ddng_resample.cpp740 const real32 *sPtr = srcBuffer.ConstPixel_real32 (srcRow, in ProcessArea() local
794 const uint16 *sPtr = srcBuffer.ConstPixel_uint16 (srcRow, in ProcessArea() local
Ddng_fingerprint.cpp417 const uint32 *sPtr = (const uint32 *) input; in Decode() local
Ddng_mosaic_info.cpp1061 const void *sPtr = srcBuffer.ConstPixel (srcRow, in Interpolate() local
1252 const uint16 *sPtr = srcBuffer.ConstPixel_uint16 (srcRow, in ProcessArea() local
Ddng_lossless_jpeg.cpp1701 uint16 *sPtr = &buf [0] [0]; in PmPutRow() local
2974 const uint16 *sPtr = fSrcData + row * fSrcRowStep; in FreqCountSet() local
3080 const uint16 *sPtr = fSrcData + row * fSrcRowStep; in HuffEncode() local
Ddng_linearization_info.cpp475 const void *sPtr = srcBuffer.ConstPixel (srcTile.t + row, in Process() local
Ddng_bad_pixels.cpp171 const uint16 *sPtr = srcBuffer.ConstPixel_uint16 (dstRow, dstArea.l, 0); in ProcessArea() local
Ddng_image_writer.cpp3483 void dng_lzw_compressor::Compress (const uint8 *sPtr, in Compress()
3733 const uint16 *sPtr = (const uint16 *) buffer.fData; in WriteData() local
Ddng_read_image.cpp602 bool dng_lzw_expander::Expand (const uint8 *sPtr, in Expand()
Ddng_negative.cpp4438 const uint16 *sPtr = srcBuffer.ConstPixel_uint16 (row, tile.l, plane); in Process() local
/external/python/cpython2/Python/
Dast.c3370 decode_utf8(struct compiling *c, const char **sPtr, const char *end, char* encoding) in decode_utf8()
/external/python/cpython3/Python/
Dast.c4111 decode_utf8(struct compiling *c, const char **sPtr, const char *end) in decode_utf8()