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

  /external/dng_sdk/source/
dng_simple_image.cpp 110 int32 colStep = fBuffer.fColStep;
121 colStep = -colStep;
137 int32 temp = colStep;
139 colStep = rowStep;
149 fBuffer.fColStep = colStep;
dng_read_image.cpp 930 int32 colStep = buffer.fColStep * buffer.fPixelSize;
933 int32 colBlockStep = colStep * blockCols;
    [all...]
dng_image_writer.cpp     [all...]

Completed in 564 milliseconds