Home
last modified time | relevance | path

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

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