Home
last modified time | relevance | path

Searched refs:sPtr1 (Results 1 – 2 of 2) sorted by relevance

/external/dng_sdk/source/
Ddng_reference.cpp223 const uint8 *sPtr1 = sPtr; in RefCopyArea8() local
229 const uint8 *sPtr2 = sPtr1; in RefCopyArea8()
242 sPtr1 += sColStep; in RefCopyArea8()
272 const uint16 *sPtr1 = sPtr; in RefCopyArea16() local
278 const uint16 *sPtr2 = sPtr1; in RefCopyArea16()
291 sPtr1 += sColStep; in RefCopyArea16()
321 const uint32 *sPtr1 = sPtr; in RefCopyArea32() local
327 const uint32 *sPtr2 = sPtr1; in RefCopyArea32()
340 sPtr1 += sColStep; in RefCopyArea32()
370 const uint8 *sPtr1 = sPtr; in RefCopyArea8_16() local
[all …]
Ddng_utils.cpp615 const real32 *sPtr1 = sPtr0; in Process() local
627 if (dPtr1 != sPtr1) // srcImage != dstImage in Process()
630 memcpy (dPtr1, sPtr1, count2 * (uint32) sizeof (real32)); in Process()
639 const real32 *sPtr2 = sPtr1; in Process()
706 sPtr1 += sStep1; in Process()