Home | History | Annotate | Download | only in src

Lines Matching refs:maxR

436 static inline int icvSmoothnessCostFunc( int da, int db, int maxR, const int* stabR, int scale )
438 return da == db ? 0 : (da == OCCLUDED || db == OCCLUDED ? maxR : stabR[da - db])*scale;
531 int maxR = state2->interactionRadius;
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]] );
670 int maxR = state2->interactionRadius;
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( a, d1, maxR, stabR, scale );
791 E00 = icvSmoothnessCostFunc( d, d1, maxR, stabR, scale );