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

/packages/apps/Camera/jni/feature_mos/src/mosaic/
H A DDelaunay.cpp371 int m,sij,si,sj,sL,sk; local
379 si = lowelt; sj = highelt;
380 for (;;) { // partition [si,sj] about median-of-3.
381 sij = (sj+si) >> 1;
383 // Now to sort elements si,sij,sj into order & set temp=their median
387 if ( (this->*comparison)( sij,sj ) > 0 ) {
388 (this->*swap)( sj,sij );
396 sk = si; sL = sj;
410 if ( sL-si > sj-sk ) {
415 sj
[all...]
H A DBlend.cpp854 double sj = jj + rect.top; local
862 double dself = hypotSq(csite->getVCenter().x - si, csite->getVCenter().y - sj);
876 m_AllSites[ce->second].getVCenter().y - sj);
938 double sj = jj + rect.top; local
985 MosaicToFrame(inv_trs, si, sj, xx, yy);
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
H A DDelaunay.cpp371 int m,sij,si,sj,sL,sk; local
379 si = lowelt; sj = highelt;
380 for (;;) { // partition [si,sj] about median-of-3.
381 sij = (sj+si) >> 1;
383 // Now to sort elements si,sij,sj into order & set temp=their median
387 if ( (this->*comparison)( sij,sj ) > 0 ) {
388 (this->*swap)( sj,sij );
396 sk = si; sL = sj;
410 if ( sL-si > sj-sk ) {
415 sj
[all...]
H A DBlend.cpp834 double sj = jj + rect.top; local
842 double dself = hypotSq(csite->getVCenter().x - si, csite->getVCenter().y - sj);
856 m_AllSites[ce->second].getVCenter().y - sj);
918 double sj = jj + rect.top; local
965 MosaicToFrame(inv_trs, si, sj, xx, yy);

Completed in 92 milliseconds