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

  /external/dng_sdk/source/
dng_pixel_buffer.cpp 47 int32 &sStep0,
61 uint32 sRange = Abs_int32 (sStep0) * (count0 - 1) +
76 (((const uint8 *) sPtr) + (int32)(count0 - 1) * sStep0 * (int32)sPixelSize);
81 sStep0 = -sStep0;
123 if (sStep0 < 0)
127 (((const uint8 *) sPtr) + (int32)(count0 - 1) * sStep0 * (int32)sPixelSize);
132 sStep0 = -sStep0;
165 step0 = (uint32) sStep0;
    [all...]
dng_utils.cpp 592 int32 sStep0 = srcBuffer.fRowStep;
615 sStep0,
729 sPtr0 += sStep0;
dng_pixel_buffer.h 41 int32 &sStep0,
53 int32 &sStep0,

Completed in 169 milliseconds