HomeSort by relevance Sort by last modified time
    Searched defs:iscale (Results 1 - 2 of 2) sorted by null

  /external/opencv/cv/src/
cvsmooth.cpp 252 int iscale = cvFloor(scale*(1 << BLUR_SHIFT)); local
283 int t0 = CV_DESCALE(s0*iscale, BLUR_SHIFT), t1 = CV_DESCALE(s1*iscale, BLUR_SHIFT);
291 int s0 = sum[i] + sp[i], t0 = CV_DESCALE(s0*iscale, BLUR_SHIFT);
    [all...]
  /external/opencv/cxcore/src/
cxconvert.cpp 992 int iscale = cvRound(scale*(1 << ICV_FIX_SHIFT)); local
1015 int iscale = cvRound(scale*(1 << ICV_FIX_SHIFT)); local
    [all...]

Completed in 145 milliseconds