OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dStep2
(Results
1 - 3
of
3
) sorted by null
/external/dng_sdk/source/
dng_pixel_buffer.cpp
52
int32 &
dStep2
)
67
Abs_int32 (
dStep2
) * (count2 - 1);
100
if (
dStep2
< 0)
107
(((uint8 *) dPtr) + (int32)(count2 - 1) *
dStep2
* (int32)dPixelSize);
110
dStep2
= -
dStep2
;
116
step2 = (uint32)
dStep2
;
158
(((uint8 *) dPtr) + (int32)(count2 - 1) *
dStep2
* (int32)dPixelSize);
161
dStep2
= -
dStep2
;
[
all
...]
dng_utils.cpp
598
int32
dStep2
= dstBuffer.fPlaneStep;
620
dStep2
);
642
if (scale == 1.0f && sStep2 == 1 &&
dStep2
== 1)
670
dPtr2 +=
dStep2
;
694
dPtr2 +=
dStep2
;
718
dPtr2 +=
dStep2
;
dng_pixel_buffer.h
46
int32 &
dStep2
);
64
int32 &
dStep2
);
Completed in 1746 milliseconds