Home | History | Annotate | Download | only in src

Lines Matching refs:sx2

762                     int sx1 = cvCeil(fsx1), sx2 = cvFloor(fsx2);
774 for( sx = sx1; sx < sx2; sx++ )
782 if( fsx2 - sx2 > 1e-3 )
785 assert((unsigned)sx2 < (unsigned)ssize.width );
787 xofs[k].si = sx2*cn;
788 xofs[k++].alpha = (fsx2 - sx2)*scale;