Home
last modified time | relevance | path

Searched refs:rowStep (Results 1 – 8 of 8) sorted by relevance

/external/dng_sdk/source/
Ddng_simple_image.cpp111 int32 rowStep = fBuffer.fRowStep; in Rotate() local
130 rowStep = -rowStep; in Rotate()
139 colStep = rowStep; in Rotate()
140 rowStep = temp; in Rotate()
150 fBuffer.fRowStep = rowStep; in Rotate()
Ddng_bottlenecks.h58 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, in DoSetArea8() argument
682 rowStep, in DoSetArea8()
[all …]
Ddng_reference.h47 int32 rowStep,
56 int32 rowStep,
65 int32 rowStep,
252 int32 rowStep,
265 int32 rowStep,
278 int32 rowStep,
292 int32 rowStep,
474 int32 rowStep,
Ddng_reference.cpp89 int32 rowStep, in RefSetArea8() argument
117 dPtr += rowStep; in RefSetArea8()
130 int32 rowStep, in RefSetArea16() argument
158 dPtr += rowStep; in RefSetArea16()
171 int32 rowStep, in RefSetArea32() argument
199 dPtr += rowStep; in RefSetArea32()
922 int32 rowStep, in RefRepeatArea8() argument
931 const uint8 *sPtr0 = sPtr + phaseV * rowStep + in RefRepeatArea8()
934 int32 backStepV = (repeatV - 1) * rowStep; in RefRepeatArea8()
982 sPtr0 += rowStep; in RefRepeatArea8()
[all …]
Ddng_mosaic_info.cpp70 int32 rowStep,
121 int32 rowStep, in Finalize() argument
196 fOffset [j] = rowStep * fDelta [j].v + in Finalize()
333 int32 rowStep,
342 int32 rowStep, in Calculate() argument
942 rowStep, in Calculate()
972 rowStep, in Calculate()
1000 int32 rowStep,
1011 int32 rowStep, in dng_bilinear_interpolator() argument
1020 rowStep, in dng_bilinear_interpolator()
Ddng_read_image.cpp929 int32 rowStep = buffer.fRowStep * buffer.fPixelSize; in ReorderSubTileBlocks() local
932 int32 rowBlockStep = rowStep * blockRows; in ReorderSubTileBlocks()
962 d2 += rowStep; in ReorderSubTileBlocks()
2186 uint32 rowStep = 0; in ReadTile() local
2190 if (!SafeUint32Mult (planes, tileArea.W (), &rowStep) || in ReadTile()
2191 !SafeUint32Mult (rowStep, tileArea.H (), &sampleCount)) in ReadTile()
2243 if (!SafeUint32Mult (rowStep, buffer.fPixelSize, &rowSize) || in ReadTile()
Ddng_misc_opcodes.cpp1201 int32 rowStep = buffer.RowStep () * fAreaSpec.RowPitch (); in ProcessArea() local
1229 dPtr += rowStep; in ProcessArea()
1558 int32 rowStep = buffer.RowStep () * fAreaSpec.RowPitch (); in ProcessArea() local
1586 dPtr += rowStep; in ProcessArea()
Ddng_image_writer.cpp3193 int32 rowStep = buffer.fRowStep * buffer.fPixelSize; in ReorderSubTileBlocks() local
3196 int32 rowBlockStep = rowStep * blockRows; in ReorderSubTileBlocks()
3226 s2 += rowStep; in ReorderSubTileBlocks()