Searched refs:highelt (Results 1 – 6 of 6) sorted by relevance
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/ |
D | Delaunay.cpp | 366 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()
|
D | Delaunay.h | 90 void rcssort(int lowelt, int highelt, int temp,
|
/packages/apps/Camera/jni/feature_mos/src/mosaic/ |
D | Delaunay.cpp | 366 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()
|
D | Delaunay.h | 90 void rcssort(int lowelt, int highelt, int temp,
|
/packages/apps/Camera2/jni/feature_mos/src/mosaic/ |
D | Delaunay.cpp | 366 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()
|
D | Delaunay.h | 90 void rcssort(int lowelt, int highelt, int temp,
|