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

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

Completed in 44 milliseconds