Home
last modified time | relevance | path

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

/external/opencv/cvaux/src/
Dcvlee.cpp137 CvVoronoiSiteInt * last_site; member
2426 Chain.last_site = pSite; in _cvConstructExtChains()
2438 Chain.last_site = pSite; in _cvConstructExtChains()
2476 Chain.last_site = pSite; in _cvConstructIntChains()
2488 Chain.last_site = pSite; in _cvConstructIntChains()
2509 pChainFirst->last_site = Chain.last_site; in _cvConstructIntChains()
2585 pSite_left = pChain2->last_site; in _cvConstructExtVD()
2597 pChain1->last_site = pChain2->last_site; in _cvConstructExtVD()
2621 if(pChain1->first_site == NULL || pChain1->last_site == NULL || in _cvJoinChains()
2622 pChain2->first_site == NULL || pChain2->last_site == NULL) in _cvJoinChains()
[all …]
/external/libvpx/libvpx/vp8/encoder/
Dmcomp.c1077 int last_site = 0; in vp8_diamond_search_sad_c() local
1152 if (best_site != last_site) in vp8_diamond_search_sad_c()
1157 last_site = best_site; in vp8_diamond_search_sad_c()
1201 int last_site = 0; in vp8_diamond_search_sadx4() local
1319 if (best_site != last_site) in vp8_diamond_search_sadx4()
1324 last_site = best_site; in vp8_diamond_search_sadx4()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_mcomp.c1616 int last_site = 0; in vp9_diamond_search_sad_c() local
1707 if (best_site != last_site) { in vp9_diamond_search_sad_c()
1711 last_site = best_site; in vp9_diamond_search_sad_c()