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

  /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...]
  /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...]
cvfilter.cpp     [all...]

Completed in 54 milliseconds