Searched refs:s1ColStep (Results 1 - 1 of 1) sorted by relevance

/external/dng_sdk/source/
H A Ddng_pixel_buffer.cpp1679 int32 s1ColStep,
1691 if (s1ColStep == s2ColStep &&
1692 s1ColStep == 1)
1716 real64 diff = fabs ((real64)src1 [col * s1ColStep] - src2 [col * s2ColStep]);
1757 int32 s1ColStep = rhs.fColStep; local
1772 s1ColStep,
1787 s1ColStep,
1802 s1ColStep,
1817 s1ColStep,
1832 s1ColStep,
1678 MaxDiff(const T *src1, int32 s1ColStep, int32 s1RowStep, int32 s1PlaneStep, const T *src2, int32 s2ColStep, int32 s2RowStep, int32 s2PlaneStep, uint32 rows, uint32 cols, uint32 planes) argument
[all...]

Completed in 29 milliseconds