Searched defs:levels (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Camera/jni/feature_mos/src/mosaic/
H A DPyramid.cpp27 PyramidShort *PyramidShort::allocatePyramidPacked(real levels, argument
31 int lines, size = calcStorage(width, height, border2, levels, &lines);
33 PyramidShort *img = (PyramidShort *) calloc(sizeof(PyramidShort) * levels
39 ImageTypeShort *y = (ImageTypeShort *) &img[levels];
41 for (last = (curr = img) + levels; curr < last; curr++) {
96 unsigned int PyramidShort::calcStorage(real width, real height, real border2, int levels, int *lines) argument
102 while(levels--) {
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
H A DPyramid.cpp27 PyramidShort *PyramidShort::allocatePyramidPacked(real levels, argument
31 int lines, size = calcStorage(width, height, border2, levels, &lines);
33 PyramidShort *img = (PyramidShort *) calloc(sizeof(PyramidShort) * levels
39 ImageTypeShort *y = (ImageTypeShort *) &img[levels];
41 for (last = (curr = img) + levels; curr < last; curr++) {
96 unsigned int PyramidShort::calcStorage(real width, real height, real border2, int levels, int *lines) argument
102 while(levels--) {
/packages/services/Telecomm/libs/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/util/ ...

Completed in 230 milliseconds