/external/dng_sdk/source/ |
H A D | dng_simple_image.cpp | 110 int32 colStep = fBuffer.fColStep; local 121 colStep = -colStep; 137 int32 temp = colStep; 139 colStep = rowStep; 149 fBuffer.fColStep = colStep;
|
H A D | dng_bottlenecks.h | 59 int32 colStep, 69 int32 colStep, 79 int32 colStep, 281 int32 colStep, 295 int32 colStep, 309 int32 colStep, 324 int32 colStep, 673 int32 colStep, 683 colStep, 694 int32 colStep, 667 DoSetArea8(uint8 *dPtr, uint8 value, uint32 rows, uint32 cols, uint32 planes, int32 rowStep, int32 colStep, int32 planeStep) argument 688 DoSetArea16(uint16 *dPtr, uint16 value, uint32 rows, uint32 cols, uint32 planes, int32 rowStep, int32 colStep, int32 planeStep) argument 709 DoSetArea32(uint32 *dPtr, uint32 value, uint32 rows, uint32 cols, uint32 planes, int32 rowStep, int32 colStep, int32 planeStep) argument 1124 DoRepeatArea8(const uint8 *sPtr, uint8 *dPtr, uint32 rows, uint32 cols, uint32 planes, int32 rowStep, int32 colStep, int32 planeStep, uint32 repeatV, uint32 repeatH, uint32 phaseV, uint32 phaseH) argument 1153 DoRepeatArea16(const uint16 *sPtr, uint16 *dPtr, uint32 rows, uint32 cols, uint32 planes, int32 rowStep, int32 colStep, int32 planeStep, uint32 repeatV, uint32 repeatH, uint32 phaseV, uint32 phaseH) argument 1182 DoRepeatArea32(const uint32 *sPtr, uint32 *dPtr, uint32 rows, uint32 cols, uint32 planes, int32 rowStep, int32 colStep, int32 planeStep, uint32 repeatV, uint32 repeatH, uint32 phaseV, uint32 phaseH) argument 1213 DoShiftRight16(uint16 *dPtr, uint32 rows, uint32 cols, uint32 planes, int32 rowStep, int32 colStep, int32 planeStep, uint32 shift) argument [all...] |
H A D | dng_read_image.cpp | 930 int32 colStep = buffer.fColStep * buffer.fPixelSize; local 933 int32 colBlockStep = colStep * blockCols;
|
H A D | dng_reference.cpp | 90 int32 colStep, 113 dPtr1 += colStep; 131 int32 colStep, 154 dPtr1 += colStep; 172 int32 colStep, 195 dPtr1 += colStep; 923 int32 colStep, 932 phaseH * colStep; 935 int32 backStepH = (repeatH - 1) * colStep; 968 sPtr1 += colStep; 84 RefSetArea8(uint8 *dPtr, uint8 value, uint32 rows, uint32 cols, uint32 planes, int32 rowStep, int32 colStep, int32 planeStep) argument 125 RefSetArea16(uint16 *dPtr, uint16 value, uint32 rows, uint32 cols, uint32 planes, int32 rowStep, int32 colStep, int32 planeStep) argument 166 RefSetArea32(uint32 *dPtr, uint32 value, uint32 rows, uint32 cols, uint32 planes, int32 rowStep, int32 colStep, int32 planeStep) argument 917 RefRepeatArea8(const uint8 *sPtr, uint8 *dPtr, uint32 rows, uint32 cols, uint32 planes, int32 rowStep, int32 colStep, int32 planeStep, uint32 repeatV, uint32 repeatH, uint32 phaseV, uint32 phaseH) argument 993 RefRepeatArea16(const uint16 *sPtr, uint16 *dPtr, uint32 rows, uint32 cols, uint32 planes, int32 rowStep, int32 colStep, int32 planeStep, uint32 repeatV, uint32 repeatH, uint32 phaseV, uint32 phaseH) argument 1069 RefRepeatArea32(const uint32 *sPtr, uint32 *dPtr, uint32 rows, uint32 cols, uint32 planes, int32 rowStep, int32 colStep, int32 planeStep, uint32 repeatV, uint32 repeatH, uint32 phaseV, uint32 phaseH) argument 1145 RefShiftRight16(uint16 *dPtr, uint32 rows, uint32 cols, uint32 planes, int32 rowStep, int32 colStep, int32 planeStep, uint32 shift) argument [all...] |
H A D | dng_image_writer.cpp | 3194 int32 colStep = buffer.fColStep * buffer.fPixelSize; local 3197 int32 colBlockStep = colStep * blockCols;
|