Home | History | Annotate | Download | only in mosaic

Lines Matching refs:vcrect

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)
835 if (vcrect.bot == brect.bot)
840 if (vcrect.rgt == brect.rgt)
845 if (vcrect.top == brect.top)
890 void Blend::ProcessPyramidForThisFrame(CSite *csite, BlendRect &vcrect, BlendRect &brect, MosaicRect &rect, YUVinfo &imgMos, double trs[3][3], int site_idx)
909 int l = (int) ((vcrect.lft - rect.left) / (1 << dscale));
910 int b = (int) ((vcrect.bot - rect.top) / (1 << dscale));
911 int r = (int) ((vcrect.rgt - rect.left) / (1 << dscale) + .5);
912 int t = (int) ((vcrect.top - rect.top) / (1 << dscale) + .5);
914 if (vcrect.lft == brect.lft)
919 if (vcrect.bot == brect.bot)
924 if (vcrect.rgt == brect.rgt)
929 if (vcrect.top == brect.top)