/packages/apps/Camera/jni/feature_mos/src/mosaic/ |
Blend.h | 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);
|
MosaicTypes.h | 74 BlendRect vcrect; // brect clipped using the voronoi neighbors member in class:MosaicFrame
|
Blend.cpp | 410 mb->vcrect = mb->brect; 411 ClipBlendRect(csite, mb->vcrect); 413 ComputeMask(csite, mb->vcrect, mb->brect, rect, imgMos, site_idx); 571 ProcessPyramidForThisFrame(csite, mb->vcrect, mb->brect, rect, imgMos, mb->trs, site_idx); 820 void Blend::ComputeMask(CSite *csite, BlendRect &vcrect, BlendRect &brect, MosaicRect &rect, YUVinfo &imgMos, int site_idx) 825 int l = (int) ((vcrect.lft - rect.left)); 826 int b = (int) ((vcrect.bot - rect.top)); 827 int r = (int) ((vcrect.rgt - rect.left)); 828 int t = (int) ((vcrect.top - rect.top)); 830 if (vcrect.lft == brect.lft [all...] |
/packages/apps/Camera2/jni/feature_mos/src/mosaic/ |
Blend.h | 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);
|
MosaicTypes.h | 74 BlendRect vcrect; // brect clipped using the voronoi neighbors member in class:MosaicFrame
|
Blend.cpp | 410 mb->vcrect = mb->brect; 411 ClipBlendRect(csite, mb->vcrect); 413 ComputeMask(csite, mb->vcrect, mb->brect, rect, imgMos, site_idx); 571 ProcessPyramidForThisFrame(csite, mb->vcrect, mb->brect, rect, imgMos, mb->trs, site_idx); 820 void Blend::ComputeMask(CSite *csite, BlendRect &vcrect, BlendRect &brect, MosaicRect &rect, YUVinfo &imgMos, int site_idx) 825 int l = (int) ((vcrect.lft - rect.left)); 826 int b = (int) ((vcrect.bot - rect.top)); 827 int r = (int) ((vcrect.rgt - rect.left)); 828 int t = (int) ((vcrect.top - rect.top)); 830 if (vcrect.lft == brect.lft [all...] |
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/ |
Blend.h | 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);
|
Blend.cpp | 410 mb->vcrect = mb->brect; 411 ClipBlendRect(csite, mb->vcrect); 413 ComputeMask(csite, mb->vcrect, mb->brect, rect, imgMos, site_idx); 571 ProcessPyramidForThisFrame(csite, mb->vcrect, mb->brect, rect, imgMos, mb->trs, site_idx); 800 void Blend::ComputeMask(CSite *csite, BlendRect &vcrect, BlendRect &brect, MosaicRect &rect, YUVinfo &imgMos, int site_idx) 805 int l = (int) ((vcrect.lft - rect.left)); 806 int b = (int) ((vcrect.bot - rect.top)); 807 int r = (int) ((vcrect.rgt - rect.left)); 808 int t = (int) ((vcrect.top - rect.top)); 810 if (vcrect.lft == brect.lft [all...] |
MosaicTypes.h | 74 BlendRect vcrect; // brect clipped using the voronoi neighbors member in class:MosaicFrame
|