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

  /external/dng_sdk/source/
dng_pixel_buffer.cpp 50 int32 &dStep0,
65 uint32 dRange = Abs_int32 (dStep0) * (count0 - 1) +
72 if (dStep0 < 0)
79 (((uint8 *) dPtr) + (int32)(count0 - 1) * dStep0 * (int32)dPixelSize);
82 dStep0 = -dStep0;
114 step0 = (uint32) dStep0;
130 (((uint8 *) dPtr) + (int32)(count0 - 1) * dStep0 * (int32)dPixelSize);
133 dStep0 = -dStep0;
    [all...]
dng_utils.cpp 596 int32 dStep0 = dstBuffer.fRowStep;
618 dStep0,
730 dPtr0 += dStep0;
dng_pixel_buffer.h 44 int32 &dStep0,
62 int32 &dStep0,

Completed in 269 milliseconds