OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:border2
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Camera/jni/feature_mos/src/mosaic/
Pyramid.cpp
30
real
border2
= (real) (border << 1);
local
31
int lines, size = calcStorage(width, height,
border2
, levels, &lines);
45
curr->pitch = (real) (width +
border2
);
49
for (int j = height +
border2
; j--; y++, position += curr->pitch) {
64
real
border2
= (real) (border << 1);
local
66
calloc(sizeof(PyramidShort) + sizeof(short *) * (height +
border2
) +
67
sizeof(short) * (width +
border2
) * (height +
border2
), 1);
71
short *position = (short *) &y[height +
border2
];
75
img->pitch = (real) (width +
border2
);
[
all
...]
/packages/apps/Camera2/jni/feature_mos/src/mosaic/
Pyramid.cpp
30
real
border2
= (real) (border << 1);
local
31
int lines, size = calcStorage(width, height,
border2
, levels, &lines);
45
curr->pitch = (real) (width +
border2
);
49
for (int j = height +
border2
; j--; y++, position += curr->pitch) {
64
real
border2
= (real) (border << 1);
local
66
calloc(sizeof(PyramidShort) + sizeof(short *) * (height +
border2
) +
67
sizeof(short) * (width +
border2
) * (height +
border2
), 1);
71
short *position = (short *) &y[height +
border2
];
75
img->pitch = (real) (width +
border2
);
[
all
...]
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Pyramid.cpp
30
real
border2
= (real) (border << 1);
local
31
int lines, size = calcStorage(width, height,
border2
, levels, &lines);
45
curr->pitch = (real) (width +
border2
);
49
for (int j = height +
border2
; j--; y++, position += curr->pitch) {
64
real
border2
= (real) (border << 1);
local
66
calloc(sizeof(PyramidShort) + sizeof(short *) * (height +
border2
) +
67
sizeof(short) * (width +
border2
) * (height +
border2
), 1);
71
short *position = (short *) &y[height +
border2
];
75
img->pitch = (real) (width +
border2
);
[
all
...]
/prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar
Completed in 52 milliseconds