Home | History | Annotate | Download | only in src

Lines Matching defs:sx1

762                     int sx1 = cvCeil(fsx1), sx2 = cvFloor(fsx2);
764 assert( (unsigned)sx1 < (unsigned)ssize.width );
766 if( sx1 > fsx1 )
770 xofs[k].si = (sx1-1)*cn;
771 xofs[k++].alpha = (sx1 - fsx1)*scale;
774 for( sx = sx1; sx < sx2; sx++ )