Searched refs:vcrect (Results 1 – 3 of 3) sorted by relevance
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/ |
D | Blend.cpp | 410 mb->vcrect = mb->brect; in DoMergeAndBlend() 411 ClipBlendRect(csite, mb->vcrect); in DoMergeAndBlend() 413 ComputeMask(csite, mb->vcrect, mb->brect, rect, imgMos, site_idx); in DoMergeAndBlend() 571 ProcessPyramidForThisFrame(csite, mb->vcrect, mb->brect, rect, imgMos, mb->trs, site_idx); in DoMergeAndBlend() 800 void Blend::ComputeMask(CSite *csite, BlendRect &vcrect, BlendRect &brect, MosaicRect &rect, YUVinf… in ComputeMask() argument 805 int l = (int) ((vcrect.lft - rect.left)); in ComputeMask() 806 int b = (int) ((vcrect.bot - rect.top)); in ComputeMask() 807 int r = (int) ((vcrect.rgt - rect.left)); in ComputeMask() 808 int t = (int) ((vcrect.top - rect.top)); in ComputeMask() 810 if (vcrect.lft == brect.lft) in ComputeMask() [all …]
|
D | Blend.h | 108 …void ComputeMask(CSite *csite, BlendRect &vcrect, BlendRect &brect, MosaicRect &rect, YUVinfo &img… 109 …void ProcessPyramidForThisFrame(CSite *csite, BlendRect &vcrect, BlendRect &brect, MosaicRect &rec…
|
D | MosaicTypes.h | 74 BlendRect vcrect; // brect clipped using the voronoi neighbors variable
|