Searched refs:highelt (Results 1 - 2 of 2) sorted by relevance

/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
H A DDelaunay.h90 void rcssort(int lowelt, int highelt, int temp,
H A DDelaunay.cpp366 void CDelaunay::rcssort(int lowelt, int highelt, int temp, argument
374 if (highelt-lowelt<=1) {
377 if (highelt-lowelt>QQ) {
379 si = lowelt; sj = highelt;
453 for (si=lowelt; si<highelt; si++) {

Completed in 79 milliseconds