Searched refs:last_site (Results 1 - 3 of 3) sorted by relevance

/external/opencv/cvaux/src/
H A Dcvlee.cpp137 CvVoronoiSiteInt * last_site; member in struct:CvVoronoiChainInt
2426 Chain.last_site = pSite;
2438 Chain.last_site = pSite;
2476 Chain.last_site = pSite;
2488 Chain.last_site = pSite;
2509 pChainFirst->last_site = Chain.last_site;
2585 pSite_left = pChain2->last_site;
2597 pChain1->last_site = pChain2->last_site;
[all...]
/external/libvpx/libvpx/vp8/encoder/
H A Dmcomp.c1076 int last_site = 0; local
1151 if (best_site != last_site)
1156 last_site = best_site;
1200 int last_site = 0; local
1318 if (best_site != last_site)
1323 last_site = best_site;
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_mcomp.c1615 int last_site = 0; local
1706 if (best_site != last_site) {
1710 last_site = best_site;

Completed in 112 milliseconds