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

  /external/dng_sdk/source/
dng_simple_image.cpp 111 int32 rowStep = fBuffer.fRowStep;
130 rowStep = -rowStep;
139 colStep = rowStep;
140 rowStep = temp;
150 fBuffer.fRowStep = rowStep;
dng_reference.h 47 int32 rowStep,
56 int32 rowStep,
65 int32 rowStep,
252 int32 rowStep,
265 int32 rowStep,
278 int32 rowStep,
292 int32 rowStep,
474 int32 rowStep,
dng_bottlenecks.h 58 int32 rowStep,
68 int32 rowStep,
78 int32 rowStep,
280 int32 rowStep,
294 int32 rowStep,
308 int32 rowStep,
323 int32 rowStep,
523 int32 rowStep,
672 int32 rowStep,
682 rowStep,
    [all...]
dng_reference.cpp 89 int32 rowStep,
117 dPtr += rowStep;
130 int32 rowStep,
158 dPtr += rowStep;
171 int32 rowStep,
199 dPtr += rowStep;
922 int32 rowStep,
931 const uint8 *sPtr0 = sPtr + phaseV * rowStep +
934 int32 backStepV = (repeatV - 1) * rowStep;
982 sPtr0 += rowStep;
    [all...]
dng_mosaic_info.cpp 70 int32 rowStep,
121 int32 rowStep,
196 fOffset [j] = rowStep * fDelta [j].v +
333 int32 rowStep,
342 int32 rowStep,
942 rowStep,
972 rowStep,
1000 int32 rowStep,
1011 int32 rowStep,
1020 rowStep,
    [all...]
dng_misc_opcodes.cpp 422 fAreaSpec.RowPitch () * buffer.RowStep (),
1201 int32 rowStep = buffer.RowStep () * fAreaSpec.RowPitch ();
1229 dPtr += rowStep;
1558 int32 rowStep = buffer.RowStep () * fAreaSpec.RowPitch ();
1586 dPtr += rowStep;
dng_resample.h 228 uint32 RowStep () const
dng_read_image.cpp 929 int32 rowStep = buffer.fRowStep * buffer.fPixelSize;
932 int32 rowBlockStep = rowStep * blockRows;
962 d2 += rowStep;
    [all...]
dng_lens_correction.cpp 1312 const int32 srcRowStep = (int32) srcBuffer.RowStep ();
1425 dPtr += dstBuffer.RowStep ();
    [all...]
dng_pixel_buffer.h 214 int32 RowStep () const