Home | History | Annotate | Download | only in mosaic

Lines Matching refs:csite

158     CSite *csite = m_AllSites ;
200 FindQuadCentroid(x0, y0, x1, y1, x2, y2, x3, y3, csite->getVCenter().x, csite->getVCenter().y);
202 csite->setMb(mb);
203 csite++;
393 CSite *esite = m_AllSites + nsite;
398 for(CSite *csite = m_AllSites; csite < esite; csite++)
408 mb = csite->getMb();
411 ClipBlendRect(csite, mb->vcrect);
413 ComputeMask(csite, mb->vcrect, mb->brect, rect, imgMos, site_idx);
555 for(CSite *csite = m_AllSites; csite < esite; csite++)
565 mb = csite->getMb();
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)
842 double dself = hypotSq(csite->getVCenter().x - si, csite->getVCenter().y - sj);
853 for (ce = csite->getNeighbor(), ecnt = csite->getNumNeighbors(); ecnt--; ce++)
870 void Blend::ProcessPyramidForThisFrame(CSite *csite, BlendRect &vcrect, BlendRect &brect, MosaicRect &rect, YUVinfo &imgMos, double trs[3][3], int site_idx)
1124 void Blend::ClipBlendRect(CSite *csite, BlendRect &brect)
1128 for (ce = csite->getNeighbor(), ecnt = csite->getNumNeighbors(); ecnt--; ce++)