/development/perftests/panorama/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...] |
Pyramid.h | 45 static unsigned int calcStorage(real width, real height, real border2, int levels, int *lines);
|
/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...] |
Pyramid.h | 45 static unsigned int calcStorage(real width, real height, real border2, int levels, int *lines);
|
/external/aac/libSBRdec/src/ |
sbr_rom.cpp | [all...] |
/external/aac/libSBRenc/src/ |
fram_gen.cpp | 274 /* transientIndex nEnv, tranIdx, shortEnv, border1, border2, ... */ 288 /* transientIndex nEnv, tranIdx, shortEnv, border1, border2, ... */ 310 /* transientIndex nEnv, tranIdx, shortEnv, border1, border2, ... */ [all...] |