Searched refs:nsite (Results 1 - 8 of 8) sorted by relevance

/packages/apps/Camera/jni/feature_mos/src/mosaic/
H A DDelaunay.h106 CSite *allocMemory(int nsite);
108 int triangulate(SEdgeVector **edge, int nsite, int width, int height);
109 void linkNeighbors(SEdgeVector *edge, int nedge, int nsite);
H A DBlend.h107 int DoMergeAndBlend(MosaicFrame **frames, int nsite, int width, int height, YUVinfo &imgMos, MosaicRect &rect, MosaicRect &cropping_rect, float &progress, bool &cancelComputation);
H A DDelaunay.cpp622 void CDelaunay::linkNeighbors(SEdgeVector *edge, int nedge, int nsite) argument
626 for (i = 0; i < nsite; i++) {
H A DBlend.cpp374 int Blend::DoMergeAndBlend(MosaicFrame **frames, int nsite, argument
393 CSite *esite = m_AllSites + nsite;
573 progress += TIME_PERCENT_BLEND/nsite;
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
H A DDelaunay.h106 CSite *allocMemory(int nsite);
108 int triangulate(SEdgeVector **edge, int nsite, int width, int height);
109 void linkNeighbors(SEdgeVector *edge, int nedge, int nsite);
H A DBlend.h107 int DoMergeAndBlend(MosaicFrame **frames, int nsite, int width, int height, YUVinfo &imgMos, MosaicRect &rect, MosaicRect &cropping_rect, float &progress, bool &cancelComputation);
H A DDelaunay.cpp622 void CDelaunay::linkNeighbors(SEdgeVector *edge, int nedge, int nsite) argument
626 for (i = 0; i < nsite; i++) {
H A DBlend.cpp374 int Blend::DoMergeAndBlend(MosaicFrame **frames, int nsite, argument
393 CSite *esite = m_AllSites + nsite;
573 progress += TIME_PERCENT_BLEND/nsite;

Completed in 2899 milliseconds