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

  /external/dng_sdk/source/
dng_pixel_buffer.cpp 51 int32 &dStep1,
66 Abs_int32 (dStep1) * (count1 - 1) +
86 if (dStep1 < 0)
93 (((uint8 *) dPtr) + (int32)(count1 - 1) * dStep1 * (int32)dPixelSize);
96 dStep1 = -dStep1;
115 step1 = (uint32) dStep1;
144 (((uint8 *) dPtr) + (int32)(count1 - 1) * dStep1 * (int32)dPixelSize);
147 dStep1 = -dStep1;
    [all...]
dng_utils.cpp 597 int32 dStep1 = dstBuffer.fColStep;
619 dStep1,
725 dPtr1 += dStep1;
dng_pixel_buffer.h 45 int32 &dStep1,
63 int32 &dStep1,
  /external/opencv3/modules/calib3d/test/
test_fundam.cpp 364 int sstep1, sstep2, dstep1, dstep2; local
399 dstep1 = (int)(dst.step/sizeof(double));
408 dstep1 = ddims;
413 dstep1 = 1;
425 for( i = 0; i < count; i++, s += sstep1, d += dstep1 )
446 for( i = 0; i < count; i++, s += sstep1, d += dstep1 )
    [all...]
  /external/opencv/cxcore/src/
cxdxt.cpp     [all...]
  /external/opencv3/modules/core/src/
dxt.cpp     [all...]

Completed in 172 milliseconds