Searched refs:dRowStep (Results 1 – 6 of 6) sorted by relevance
/external/dng_sdk/source/ |
D | dng_bottlenecks.h | 93 int32 dRowStep, 106 int32 dRowStep, 119 int32 dRowStep, 132 int32 dRowStep, 145 int32 dRowStep, 158 int32 dRowStep, 171 int32 dRowStep, 184 int32 dRowStep, 197 int32 dRowStep, 211 int32 dRowStep, [all …]
|
D | dng_pixel_buffer.cpp | 555 int32 dRowStep = fRowStep; in SetConstant() local 564 dRowStep, in SetConstant() 589 dRowStep, in SetConstant() 617 dRowStep, in SetConstant() 645 dRowStep, in SetConstant() 732 int32 dRowStep = fRowStep; in CopyArea() local 746 dRowStep, in CopyArea() 776 dRowStep, in CopyArea() 795 dRowStep, in CopyArea() 814 dRowStep, in CopyArea() [all …]
|
D | dng_reference.h | 79 int32 dRowStep, 91 int32 dRowStep, 103 int32 dRowStep, 115 int32 dRowStep, 127 int32 dRowStep, 139 int32 dRowStep, 151 int32 dRowStep, 163 int32 dRowStep, 175 int32 dRowStep, 188 int32 dRowStep, [all …]
|
D | dng_reference.cpp | 215 int32 dRowStep, in RefCopyArea8() argument 248 dPtr += dRowStep; in RefCopyArea8() 264 int32 dRowStep, in RefCopyArea16() argument 297 dPtr += dRowStep; in RefCopyArea16() 313 int32 dRowStep, in RefCopyArea32() argument 346 dPtr += dRowStep; in RefCopyArea32() 362 int32 dRowStep, in RefCopyArea8_16() argument 395 dPtr += dRowStep; in RefCopyArea8_16() 411 int32 dRowStep, in RefCopyArea8_S16() argument 446 dPtr += dRowStep; in RefCopyArea8_S16() [all …]
|
D | dng_read_image.cpp | 53 const uint32 dRowStep = cols * channels; in DecodeDelta8() local 70 dPtr += dRowStep; in DecodeDelta8() 84 const uint32 dRowStep = cols * channels; in DecodeDelta16() local 101 dPtr += dRowStep; in DecodeDelta16() 115 const uint32 dRowStep = cols * channels; in DecodeDelta32() local 132 dPtr += dRowStep; in DecodeDelta32()
|
D | dng_image_writer.cpp | 2741 const uint32 dRowStep = cols * channels; in EncodeDelta8() local 2758 dPtr += dRowStep; in EncodeDelta8() 2772 const uint32 dRowStep = cols * channels; in EncodeDelta16() local 2789 dPtr += dRowStep; in EncodeDelta16() 2803 const uint32 dRowStep = cols * channels; in EncodeDelta32() local 2820 dPtr += dRowStep; in EncodeDelta32()
|