Home | History | Annotate | Download | only in mosaic

Lines Matching refs:csite

153     CSite *csite = m_AllSites ;
195 FindQuadCentroid(x0, y0, x1, y1, x2, y2, x3, y3, csite->getVCenter().x, csite->getVCenter().y);
197 csite->setMb(mb);
198 csite++;
378 CSite *esite = m_AllSites + nsite;
383 for(CSite *csite = m_AllSites; csite < esite; csite++)
393 mb = csite->getMb();
396 ClipBlendRect(csite, mb->vcrect);
398 ComputeMask(csite, mb->vcrect, mb->brect, rect, imgMos, site_idx);
540 for(CSite *csite = m_AllSites; csite < esite; csite++)
550 mb = csite->getMb();
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)
844 double dself = hypotSq(csite->getVCenter().x - si, csite->getVCenter().y - sj);
855 for (ce = csite->getNeighbor(), ecnt = csite->getNumNeighbors(); ecnt--; ce++)
872 void Blend::ProcessPyramidForThisFrame(CSite *csite, BlendRect &vcrect, BlendRect &brect, MosaicRect &rect, YUVinfo &imgMos, double trs[3][3], int site_idx)
1126 void Blend::ClipBlendRect(CSite *csite, BlendRect &brect)
1130 for (ce = csite->getNeighbor(), ecnt = csite->getNumNeighbors(); ecnt--; ce++)