/development/perftests/panorama/feature_mos/src/mosaic/ |
CSite.h | 18 // CSite.h 19 // $Id: CSite.h,v 1.3 2011/06/17 13:35:47 mbansal Exp $ 38 class CSite 47 CSite(); 48 ~CSite();
|
Blend.h | 90 CSite *m_AllSites; 104 void ClipBlendRect(CSite *csite, BlendRect &brect); 108 void ComputeMask(CSite *csite, BlendRect &vcrect, BlendRect &brect, MosaicRect &rect, YUVinfo &imgMos, int site_idx); 109 void ProcessPyramidForThisFrame(CSite *csite, BlendRect &vcrect, BlendRect &brect, MosaicRect &rect, YUVinfo &imgMos, double trs[3][3], int site_idx);
|
Delaunay.h | 24 #include "CSite.h" 51 CSite *sa; 106 CSite *allocMemory(int nsite);
|
Delaunay.cpp | 190 CSite *CDelaunay::allocMemory(int n) 194 size = ((sizeof(CSite) + sizeof(SitePointer)) * n + 197 if (!(sa = (CSite*) malloc(size))) { 211 sa = (CSite*)NULL;
|
Blend.cpp | 153 CSite *csite = m_AllSites ; local 195 FindQuadCentroid(x0, y0, x1, y1, x2, y2, x3, y3, csite->getVCenter().x, csite->getVCenter().y); 197 csite->setMb(mb); 198 csite++; 378 CSite *esite = m_AllSites + nsite; 383 for(CSite *csite = m_AllSites; csite < esite; csite++ [all...] |
/packages/apps/Camera/jni/feature_mos/src/mosaic/ |
CSite.h | 18 // CSite.h 19 // $Id: CSite.h,v 1.3 2011/06/17 13:35:47 mbansal Exp $ 38 class CSite 47 CSite(); 48 ~CSite();
|
Blend.h | 90 CSite *m_AllSites; 104 void ClipBlendRect(CSite *csite, BlendRect &brect); 108 void ComputeMask(CSite *csite, BlendRect &vcrect, BlendRect &brect, MosaicRect &rect, YUVinfo &imgMos, int site_idx); 109 void ProcessPyramidForThisFrame(CSite *csite, BlendRect &vcrect, BlendRect &brect, MosaicRect &rect, YUVinfo &imgMos, double trs[3][3], int site_idx);
|
Delaunay.h | 24 #include "CSite.h" 51 CSite *sa; 106 CSite *allocMemory(int nsite);
|
Delaunay.cpp | 190 CSite *CDelaunay::allocMemory(int n) 194 size = ((sizeof(CSite) + sizeof(SitePointer)) * n + 197 if (!(sa = (CSite*) malloc(size))) { 211 sa = (CSite*)NULL;
|
Blend.cpp | 158 CSite *csite = m_AllSites ; local 200 FindQuadCentroid(x0, y0, x1, y1, x2, y2, x3, y3, csite->getVCenter().x, csite->getVCenter().y); 202 csite->setMb(mb); 203 csite++; 393 CSite *esite = m_AllSites + nsite; 398 for(CSite *csite = m_AllSites; csite < esite; csite++ [all...] |
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/ |
CSite.h | 18 // CSite.h 19 // $Id: CSite.h,v 1.3 2011/06/17 13:35:47 mbansal Exp $ 38 class CSite 47 CSite(); 48 ~CSite();
|
Blend.h | 90 CSite *m_AllSites; 104 void ClipBlendRect(CSite *csite, BlendRect &brect); 108 void ComputeMask(CSite *csite, BlendRect &vcrect, BlendRect &brect, MosaicRect &rect, YUVinfo &imgMos, int site_idx); 109 void ProcessPyramidForThisFrame(CSite *csite, BlendRect &vcrect, BlendRect &brect, MosaicRect &rect, YUVinfo &imgMos, double trs[3][3], int site_idx);
|
Delaunay.h | 24 #include "CSite.h" 51 CSite *sa; 106 CSite *allocMemory(int nsite);
|
Delaunay.cpp | 190 CSite *CDelaunay::allocMemory(int n) 194 size = ((sizeof(CSite) + sizeof(SitePointer)) * n + 197 if (!(sa = (CSite*) malloc(size))) { 211 sa = (CSite*)NULL;
|
Blend.cpp | 158 CSite *csite = m_AllSites ; local 200 FindQuadCentroid(x0, y0, x1, y1, x2, y2, x3, y3, csite->getVCenter().x, csite->getVCenter().y); 202 csite->setMb(mb); 203 csite++; 393 CSite *esite = m_AllSites + nsite; 398 for(CSite *csite = m_AllSites; csite < esite; csite++ [all...] |