HomeSort by relevance Sort by last modified time
    Searched full:dstep2 (Results 1 - 4 of 4) sorted by null

  /external/dng_sdk/source/
dng_pixel_buffer.cpp 52 int32 &dStep2)
67 Abs_int32 (dStep2) * (count2 - 1);
100 if (dStep2 < 0)
107 (((uint8 *) dPtr) + (int32)(count2 - 1) * dStep2 * (int32)dPixelSize);
110 dStep2 = -dStep2;
116 step2 = (uint32) dStep2;
158 (((uint8 *) dPtr) + (int32)(count2 - 1) * dStep2 * (int32)dPixelSize);
161 dStep2 = -dStep2;
    [all...]
dng_utils.cpp 598 int32 dStep2 = dstBuffer.fPlaneStep;
620 dStep2);
642 if (scale == 1.0f && sStep2 == 1 && dStep2 == 1)
670 dPtr2 += dStep2;
694 dPtr2 += dStep2;
718 dPtr2 += dStep2;
dng_pixel_buffer.h 46 int32 &dStep2);
64 int32 &dStep2);
  /external/opencv3/modules/calib3d/test/
test_fundam.cpp 364 int sstep1, sstep2, dstep1, dstep2; local
400 dstep2 = 1;
409 dstep2 = 1;
414 dstep2 = (int)(dst.step/sizeof(double));
423 int wstep = dstep2*(ddims - 1);
432 d[dstep2] = y;
436 d[dstep2*2] = s[sstep2*2];
438 d[dstep2*3] = s[sstep2*3];
455 d[dstep2] = y*w;
458 d[dstep2*2] = s[sstep2*2]*w
    [all...]

Completed in 594 milliseconds