/packages/apps/Camera/jni/feature_mos/src/mosaic/ |
H A D | Geometry.h | 34 inline void ClipRect(double x, double y, BlendRect &brect) argument 36 if (y < brect.bot) brect.bot = y; 37 if (y > brect.top) brect.top = y; 38 if (x < brect.lft) brect.lft = x; 39 if (x > brect.rgt) brect.rgt = x; 42 inline void ClipRect(BlendRect rrect, BlendRect &brect) argument [all...] |
H A D | Blend.h | 103 void FrameToMosaicRect(int width, int height, double trs[3][3], BlendRect &brect); 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);
|
H A D | Blend.cpp | 164 FrameToMosaicRect(mb->width, mb->height, mb->trs, mb->brect); 166 ClipRect(mb->brect, global_rect); 410 mb->vcrect = mb->brect; 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) argument 830 if (vcrect.lft == brect.lft) 835 if (vcrect.bot == brect.bot) 840 if (vcrect.rgt == brect.rgt) 845 if (vcrect.top == brect 890 ProcessPyramidForThisFrame(CSite *csite, BlendRect &vcrect, BlendRect &brect, MosaicRect &rect, YUVinfo &imgMos, double trs[3][3], int site_idx) argument 1144 ClipBlendRect(CSite *csite, BlendRect &brect) argument 1185 FrameToMosaicRect(int width, int height, double trs[3][3], BlendRect &brect) argument [all...] |
H A D | MosaicTypes.h | 73 BlendRect brect; // This frame warped to the Mosaic coordinate system member in class:MosaicFrame 74 BlendRect vcrect; // brect clipped using the voronoi neighbors
|
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/ |
H A D | Geometry.h | 34 inline void ClipRect(double x, double y, BlendRect &brect) argument 36 if (y < brect.bot) brect.bot = y; 37 if (y > brect.top) brect.top = y; 38 if (x < brect.lft) brect.lft = x; 39 if (x > brect.rgt) brect.rgt = x; 42 inline void ClipRect(BlendRect rrect, BlendRect &brect) argument [all...] |
H A D | Blend.h | 103 void FrameToMosaicRect(int width, int height, double trs[3][3], BlendRect &brect); 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);
|
H A D | Blend.cpp | 164 FrameToMosaicRect(mb->width, mb->height, mb->trs, mb->brect); 166 ClipRect(mb->brect, global_rect); 410 mb->vcrect = mb->brect; 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) argument 810 if (vcrect.lft == brect.lft) 815 if (vcrect.bot == brect.bot) 820 if (vcrect.rgt == brect.rgt) 825 if (vcrect.top == brect 870 ProcessPyramidForThisFrame(CSite *csite, BlendRect &vcrect, BlendRect &brect, MosaicRect &rect, YUVinfo &imgMos, double trs[3][3], int site_idx) argument 1124 ClipBlendRect(CSite *csite, BlendRect &brect) argument 1165 FrameToMosaicRect(int width, int height, double trs[3][3], BlendRect &brect) argument [all...] |
H A D | MosaicTypes.h | 73 BlendRect brect; // This frame warped to the Mosaic coordinate system member in class:MosaicFrame 74 BlendRect vcrect; // brect clipped using the voronoi neighbors
|