Home
last modified time | relevance | path

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

/external/opencv/cv/src/
Dcvstereogc.cpp533 const int* stabI = state2->smoothnessGrayDiff + 255; in icvComputeEnergy() local
567 E += icvSmoothnessCostFunc(d, d1, maxR, stabR, stabI[left[x*3] - left[x*3+3]] ); in icvComputeEnergy()
572 E += icvSmoothnessCostFunc(d, d1, maxR, stabR, stabI[left[x*3] - left[x*3+step]] ); in icvComputeEnergy()
582 E += icvSmoothnessCostFunc(d, d1, maxR, stabR, stabI[right[x*3] - right[x*3+3]] ); in icvComputeEnergy()
587 … E += icvSmoothnessCostFunc(d, d1, maxR, stabR, stabI[right[x*3] - right[x*3+step]] ); in icvComputeEnergy()
673 const int* stabI = state2->smoothnessGrayDiff + 255; in icvAlphaExpand() local
777 scale = stabI[img[0] - img[3]]; in icvAlphaExpand()
788 scale = stabI[img[0] - img[step]]; in icvAlphaExpand()