Home | History | Annotate | Download | only in src

Lines Matching refs:iscale

252     int iscale = cvFloor(scale*(1 << BLUR_SHIFT));
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);