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

/packages/apps/Camera/jni/feature_mos/src/mosaic/
H A DDelaunay.cpp371 int m,sij,si,sj,sL,sk; local
381 sij = (sj+si) >> 1;
383 // Now to sort elements si,sij,sj into order & set temp=their median
384 if ( (this->*comparison)( si,sij ) > 0 ) {
385 (this->*swap)( si,sij );
387 if ( (this->*comparison)( sij,sj ) > 0 ) {
388 (this->*swap)( sj,sij );
389 if ( (this->*comparison)( si,sij ) > 0 ) {
390 (this->*swap)( si,sij );
393 (this->*copy)( sij,tem
[all...]
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
H A DDelaunay.cpp371 int m,sij,si,sj,sL,sk; local
381 sij = (sj+si) >> 1;
383 // Now to sort elements si,sij,sj into order & set temp=their median
384 if ( (this->*comparison)( si,sij ) > 0 ) {
385 (this->*swap)( si,sij );
387 if ( (this->*comparison)( sij,sj ) > 0 ) {
388 (this->*swap)( sj,sij );
389 if ( (this->*comparison)( si,sij ) > 0 ) {
390 (this->*swap)( si,sij );
393 (this->*copy)( sij,tem
[all...]

Completed in 32 milliseconds