Searched refs:rowStep (Results 1 – 8 of 8) sorted by relevance
/external/dng_sdk/source/ |
D | dng_simple_image.cpp | 111 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()
|
D | 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, in DoSetArea8() argument 682 rowStep, in DoSetArea8() [all …]
|
D | 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,
|
D | dng_reference.cpp | 89 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 …]
|
D | dng_mosaic_info.cpp | 70 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()
|
D | dng_read_image.cpp | 929 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()
|
D | dng_misc_opcodes.cpp | 1201 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()
|
D | dng_image_writer.cpp | 3193 int32 rowStep = buffer.fRowStep * buffer.fPixelSize; in ReorderSubTileBlocks() local 3196 int32 rowBlockStep = rowStep * blockRows; in ReorderSubTileBlocks() 3226 s2 += rowStep; in ReorderSubTileBlocks()
|