Home | History | Annotate | Download | only in src

Lines Matching refs:t1

283                 int t0 = CV_DESCALE(s0*iscale, BLUR_SHIFT), t1 = CV_DESCALE(s1*iscale, BLUR_SHIFT);
286 dst[i] = (uchar)t0; dst[i+1] = (uchar)t1;
480 double t0 = s0*scale, t1 = s1*scale;
482 dst[i] = (float)t0; dst[i+1] = (float)t1;