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

/external/opencv/cv/src/
H A Dcvstereogc.cpp436 static inline int icvSmoothnessCostFunc( int da, int db, int maxR, const int* stabR, int scale ) function
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]] );
778 E0a = icvSmoothnessCostFunc( d, a, maxR, stabR, scale );
779 Ea0 = icvSmoothnessCostFunc( a, d1, maxR, stabR, scale );
780 E00 = icvSmoothnessCostFunc( d, d1, maxR, stabR, scale );
789 E0a = icvSmoothnessCostFunc( d, a, maxR, stabR, scale );
790 Ea0 = icvSmoothnessCostFunc(
[all...]

Completed in 244 milliseconds