Home
last modified time | relevance | path

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

/external/dng_sdk/source/
Ddng_reference.cpp229 const uint8 *sPtr2 = sPtr1; in RefCopyArea8() local
235 *dPtr2 = *sPtr2; in RefCopyArea8()
237 sPtr2 += sPlaneStep; in RefCopyArea8()
278 const uint16 *sPtr2 = sPtr1; in RefCopyArea16() local
284 *dPtr2 = *sPtr2; in RefCopyArea16()
286 sPtr2 += sPlaneStep; in RefCopyArea16()
327 const uint32 *sPtr2 = sPtr1; in RefCopyArea32() local
333 *dPtr2 = *sPtr2; in RefCopyArea32()
335 sPtr2 += sPlaneStep; in RefCopyArea32()
376 const uint8 *sPtr2 = sPtr1; in RefCopyArea8_16() local
[all …]
Ddng_utils.cpp657 const real32 *sPtr2 = sPtr1; in Process() local
663 real32 x = sPtr2 [0]; in Process()
669 sPtr2 += sStep2; in Process()