Searched refs:sStep2 (Results 1 - 3 of 3) sorted by relevance

/external/dng_sdk/source/
H A Ddng_pixel_buffer.cpp49 int32 &sStep2,
63 Abs_int32 (sStep2) * (count2 - 1);
104 (((const uint8 *) sPtr) + (int32)(count2 - 1) * sStep2 * (int32)sPixelSize);
109 sStep2 = -sStep2;
151 if (sStep2 < 0)
155 (((const uint8 *) sPtr) + (int32)(count2 - 1) * sStep2 * (int32)sPixelSize);
160 sStep2 = -sStep2;
167 step2 = (uint32) sStep2;
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
277 OptimizeOrder(const void *&sPtr, uint32 sPixelSize, uint32 &count0, uint32 &count1, uint32 &count2, int32 &sStep0, int32 &sStep1, int32 &sStep2) argument
325 int32 sStep2 = dStep2; local
[all...]
H A Ddng_utils.cpp594 int32 sStep2 = srcBuffer.fPlaneStep; local
617 sStep2,
642 if (scale == 1.0f && sStep2 == 1 && dStep2 == 1)
669 sPtr2 += sStep2;
H A Ddng_pixel_buffer.h43 int32 &sStep2,
55 int32 &sStep2);

Completed in 102 milliseconds