Home | History | Annotate | Download | only in mosaic

Lines Matching full:vcrect

395         mb->vcrect = mb->brect;
396 ClipBlendRect(csite, mb->vcrect);
398 ComputeMask(csite, mb->vcrect, mb->brect, rect, imgMos, site_idx);
556 ProcessPyramidForThisFrame(csite, mb->vcrect, mb->brect, rect, imgMos, mb->trs, site_idx);
802 void Blend::ComputeMask(CSite *csite, BlendRect &vcrect, BlendRect &brect, MosaicRect &rect, YUVinfo &imgMos, int site_idx)
807 int l = (int) ((vcrect.lft - rect.left));
808 int b = (int) ((vcrect.bot - rect.top));
809 int r = (int) ((vcrect.rgt - rect.left));
810 int t = (int) ((vcrect.top - rect.top));
812 if (vcrect.lft == brect.lft)
817 if (vcrect.bot == brect.bot)
822 if (vcrect.rgt == brect.rgt)
827 if (vcrect.top == brect.top)
872 void Blend::ProcessPyramidForThisFrame(CSite *csite, BlendRect &vcrect, BlendRect &brect, MosaicRect &rect, YUVinfo &imgMos, double trs[3][3], int site_idx)
891 int l = (int) ((vcrect.lft - rect.left) / (1 << dscale));
892 int b = (int) ((vcrect.bot - rect.top) / (1 << dscale));
893 int r = (int) ((vcrect.rgt - rect.left) / (1 << dscale) + .5);
894 int t = (int) ((vcrect.top - rect.top) / (1 << dscale) + .5);
896 if (vcrect.lft == brect.lft)
901 if (vcrect.bot == brect.bot)
906 if (vcrect.rgt == brect.rgt)
911 if (vcrect.top == brect.top)