OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:abs_int32
(Results
1 - 5
of
5
) sorted by null
/external/dng_sdk/source/
dng_bad_pixels.cpp
402
if (
Abs_int32
(pt2.h - pt.h) <= radius)
421
if (
Abs_int32
(pt2.h - pt.h) <= radius)
864
grad0 =
Abs_int32
(g02 - g42) +
865
Abs_int32
(g11 - g31) +
866
Abs_int32
(g13 - g33) +
867
Abs_int32
(b01 - b21) +
868
Abs_int32
(b03 - b23) +
869
Abs_int32
(b21 - b41) +
870
Abs_int32
(b23 - b43);
874
grad1 =
Abs_int32
(g11 - g33)
[
all
...]
dng_pixel_buffer.cpp
61
uint32 sRange =
Abs_int32
(sStep0) * (count0 - 1) +
62
Abs_int32
(sStep1) * (count1 - 1) +
63
Abs_int32
(sStep2) * (count2 - 1);
65
uint32 dRange =
Abs_int32
(dStep0) * (count0 - 1) +
66
Abs_int32
(dStep1) * (count1 - 1) +
67
Abs_int32
(dStep2) * (count2 - 1);
[
all
...]
dng_date_time.cpp
656
(unsigned) (
Abs_int32
(fTimeZone.OffsetMinutes ()) / 60),
657
(unsigned) (
Abs_int32
(fTimeZone.OffsetMinutes ()) % 60));
dng_mosaic_info.cpp
1713
if (
Abs_int32
(testSize - (int32) prefSize) <
[
all
...]
dng_utils.h
39
inline uint32
Abs_int32
(int32 x)
Completed in 146 milliseconds