Searched refs:pyr (Results 1 – 5 of 5) sorted by relevance
/development/perftests/panorama/feature_mos/src/mosaic/ |
D | Pyramid.cpp | 112 void PyramidShort::BorderSpread(PyramidShort *pyr, int left, int right, in BorderSpread() argument 119 off = pyr->border - left; in BorderSpread() 120 off2 = pyr->width + off + pyr->border - right - 1; in BorderSpread() 121 h = pyr->border - top; in BorderSpread() 122 height = pyr->height + (h << 1); in BorderSpread() 123 base = pyr->ptr[-h] - off; in BorderSpread() 126 for (h = height; h--; base += pyr->pitch) { in BorderSpread() 136 base = pyr->ptr[top - pyr->border] - pyr->border; in BorderSpread() 137 for (h = top; h--; base -= pyr->pitch) { in BorderSpread() 138 memcpy(base - pyr->pitch, base, pyr->pitch * sizeof(short)); in BorderSpread() [all …]
|
D | Pyramid.h | 47 static void BorderSpread(PyramidShort *pyr, int left, int right, int top, int bot); 49 static int BorderExpand(PyramidShort *pyr, int nlev, int mode); 50 static int BorderReduce(PyramidShort *pyr, int nlev);
|
/development/ndk/platforms/android-3/include/linux/ |
D | a.out.h | 106 #if defined(vax) || defined(hp300) || defined(pyr)
|
/development/ndk/platforms/android-21/include/linux/ |
D | a.out.h | 107 #if defined(vax) || defined(hp300) || defined(pyr)
|
/development/ndk/platforms/android-21/include/arpa/ |
D | nameser_compat.h | 67 #if defined(sel) || defined(pyr) || defined(mc68000) || defined(sparc) || \
|