Searched defs:dStep0 (Results 1 - 2 of 2) sorted by relevance
/external/dng_sdk/source/ |
H A D | 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; 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 289 int32 dStep0 = sStep0; local 311 OptimizeOrder(void *&dPtr, uint32 dPixelSize, uint32 &count0, uint32 &count1, uint32 &count2, int32 &dStep0, int32 &dStep1, int32 &dStep2) argument [all...] |
H A D | dng_utils.cpp | 596 int32 dStep0 = dstBuffer.fRowStep; local 618 dStep0, 730 dPtr0 += dStep0;
|
Completed in 82 milliseconds