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

/packages/apps/Camera/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++) {
/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 63 milliseconds