HomeSort by relevance Sort by last modified time
    Searched refs:sStep2 (Results 1 - 3 of 3) sorted by null

  /external/dng_sdk/source/
dng_pixel_buffer.cpp 49 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;
    [all...]
dng_utils.cpp 594 int32 sStep2 = srcBuffer.fPlaneStep;
617 sStep2,
642 if (scale == 1.0f && sStep2 == 1 && dStep2 == 1)
669 sPtr2 += sStep2;
dng_pixel_buffer.h 43 int32 &sStep2,
55 int32 &sStep2);

Completed in 71 milliseconds